How many number of negative testcases we can write for
"Search and Replace" functionality?

Answers were Sorted based on User's Feedback



How many number of negative testcases we can write for "Search and Replace" functionality..

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

How many number of negative testcases we can write for "Search and Replace" functionality..

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

Post New Answer

More Manual Testing Interview Questions

what is a test case?

7 Answers  


what is the priority for fixing bug?

2 Answers  


what is an inconsistent bug? how to resolve this kind of bugs?

2 Answers  


What actually you(Testing) people do when a new project starts. i.e can you give clear idea how testing is integrated with Project development &Release

2 Answers   TCS,


1.what is sanity and smoke testing and which one performed first?

10 Answers  


Test cases for google home page, yahoo signin page, elavator, traffic signals. And can anybody post the some other testcase(on like pen,keyboard....) as interview point of view.

4 Answers   CTS,


What is the V-Model Development Method and do you agree with this model?

2 Answers  


Who will do unit testing ?

4 Answers   CSS,


What is disaster testing and recovery testing ?

5 Answers   CTS,


What is Test Design?

0 Answers  


Hi, what is tier1.tier2.tier3 company.

5 Answers  


What you do whenever reported defect rejected?

2 Answers  


Categories