How to write negative testcase?
Answers were Sorted based on User's Feedback
Answer / kayessor bangalore
we write the testcases against Business requirement
specifications,that is called negative test cases.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / abhijit
Hi,
continoue with same example i.e. login test case
for example Username=test & password=test
If you try to login into the system with Username=plan &
password=plan
System gives error message "Please enter valid username &
password"
this is the kind of negative testing.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ruhi
Working against the specified functionality. Nothing but
testing the functionlaity to fail.If a particular action is
specified to show a result of "X" for an input of only
value "A". Then trying to work with values other than "A"
is nothing but a negative test case.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ram balaji
we will test the application prevently what are all the
possibles for accuring a error.To test against the customer
requierments.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / semo
Suppose ur testing login screen.
If u enter username and if u donot enter pwd and try to
click login button..At this time the system should give
error message as "Enter Pwd"..
in order to test these type of things..you will do
Negative testing .Prepate the test data like the aboue.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vardhani
negative test case is used to check when a wrong data is
entered into the application or the product, it should
indicate that it as an invalid input. By writing negative
test case you should get the positive result that is your
expected result (ie. it must show it is wrong).
| Is This Answer Correct ? | 1 Yes | 0 No |
what is security testing? can u please set an example for it?
how testing is carried out in real time agile methodology i mean to say how a job is assigned to one tester in a team
whenever the requirements are not given by the customer what type of testing you do?
Explain about V-model?
hi friends i recently finished testing course in hyderabad.now am looking for a job in uk.i need help about the projects in interview point.can any one explain me abt banking project or credit card.like what are the problems faced in u r last project etc.
When the GUI Testing will be held on the V model ?
What are the various black box and white box testing techniques?
How to create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
what is domain testing. explain.
What is Conventional & Unconventional testing?
What are the modules of quality center?
Smoke testing is ------ 1.sanity testing 2.Functional Testing 3.Build Verification Testing 4.Regreesion Testing