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 |
Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance
performance testing is only done for online(website) applications or even offline(desktop) applications
Give me some examples of how you have participated in Integration Testing.
What is Statement Testing
What is a bug triage?
Penetration testing
How will you review the test case and how many types are there ?
what is RFT?
what is the difference between HLD(high level design)and LLD(low level design)?
suppose u got defects.we r send to this through TD.Before that where we r stored
For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case
write test case for mobile and refile-pen?