How many number of negative testcases we can write for
"Search and Replace" functionality?
Answers were Sorted based on User's Feedback
Answer / bhagath
For this question you need to understand the "what is Negative Testing" ? then How many test cases wrote?
Ans) Negative testing means giving wrong input (or) No input is given, it means Suppose you are testing Google serach.
generally we will give some input in search box, but for negative testing we don't give any text in serach but we will click the search button, Here we are checking whether it is throwing any erorr or not. some times it throws "Null pointer " exception
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / shariq
Negative Test Cases for the above scenario would be as follows:-
1.If some null keyword is entered.
2.If some special characters are entered.
3.If some such keywords is entered that breaks the maximum characters constraint.
4.If some keyword is entered with double quotes then it would be interesting to see whether it replaces the existing one or not.
5.If some keyword is entered whose ASCII index is not defined.
6.If some such keyword is entered that makes emotions like :) and many other then in that it would be interesting to see like what would be the response.
| Is This Answer Correct ? | 9 Yes | 1 No |
What is severity and priority of bug? Give some example.
hOw do we avoid logging duplicate bugs
if you working with any emails why Inbox, outbx, folder all are in left side. why not Right side.
Hi friends!! Can u tell me, what is meant by Database Testing? How it can be done? What is tested in it(like any Queries like Select and all are tested or not)?
In a company does a tester communicate with clients? if yes then in what situation?
hi guys,.........WHAT IS FACETS TESTING... LAST 6 MONTHS ONWARDS I SAW THIS TESTING IN SO MANY TIMES ?
. Is any graph is used for code coverage analysis?
What is RTM
is it necessary to write neagtive test cases for each and every field
hi iam geetha, i know what are all points will come in the test plan, but i want the sample test plan
anyone can explain,Diff b/w buid and release
What is lessons learnt document?Explain.