I want to know that Test Case Document contains the
positive as well as negative test cases in the same sheet
or we have to create different test case document for
negative test cases.
Answers were Sorted based on User's Feedback
Answer / sssss
we will write the positive and negative test cases in one
sheet only
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sm
we can maintain all the positive and negative test cases in
the same sheet.but all of the positive test cases should
allow us to run the application and where as all the
negative test cases should stop the functionality of the
application by giving error messages.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write the Test Cases for Ball Pen and Water Bottle.
14 Answers Chetu India, Quexst,
with multiple testers how does one know which test case are assigned to them?Folder structure.Test process
how to write a testcase for yahoo messenger
how do you do qa review
Could anybody tell me types of testing involved when the project is at maintenance.
Does requirement documents also contain Defects? am asked in interview reply me
how to do manual testing on an application which is in several languages
what is testing?
what is the use test tracebility matrix?
If PRS is given to you on say XYZ functionality then which different types of testing you will perform . Please arrange these types in sequential manner in which you will perform?
what is integration testing technique(like topdown,bottomup and hybrid)explain me friends
From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?