How to write Negative test cases?
Answers were Sorted based on User's Feedback
Answer / sailaja
test cases written to test that the software is not doing
what it is not supposed to do
| Is This Answer Correct ? | 18 Yes | 30 No |
I want to know about satyam manual testing questions
Explain the difference between severity and priority.
In real time where u can apply traceability matrix
can any body pls tell me an example for a bug having high sivirioty and low priority..........?
what is the difference between functional test cases and compatability testcases?
How do you determine wat to be tested?
Is there any template for Test case review? or if it is, include it?
what types of testing do testers perform?
what is project and how many types of industry projects are there
Difference between Client server & Web based Testing?
wat is mutation testing
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....