what would be the negative test case for serach that break
the search .
Answers were Sorted based on User's Feedback
Answer / pnd
XSS(cross site scripting which breaks the search) or HTML
characters like ⁢,>
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / meha
Simple, Search for a alpha-numeric value or the value which
is not your specified in the given search criteria or
requirement.
Boundary Value analysis.MAX+1 or Min -1 .
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / psrisusee
Negative test cases for a Search, should be based on the
requirment.
The only posibility is
We have to Use the Equlance Partitioning and Boundary value
analysis and Error guesing.
Is This Answer Correct ? | 0 Yes | 1 No |
This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many conditions are there in above expression? what are the test cases for statement, decision, condition, MC/DC and multiple condition overage explain in deatil why ?
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
What is usability testing? What are the usability test cases for 'Save As' option in Notepad?
how we write test cases for navigation or links with example?
What is the logic testing?
How to write test cases for Web related sites(ex: shopping carts sites)
Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.
when you don't have time to write test cases, what do you do?
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
write a navigation for object repostory
What is the Difference between Testing Types and Testing Techniques
how we write a jwebunit test case for check whether the ip address correct or not.