When do we write negative test cases
[B]Question asked by visitor vijay[/b]
While looking in to the usecase we write the test case for the requirements. At the time of writing the test case for the req itself do we write all the negative test cases or once we get build while testing the build parallely do we write the negative test cases.
Re: When do we write negative test cases
Yes we write all the test cases.But we can run more negative test cases at the time of test case execution if we found any bug during testing for more bugs.
Re: When do we write negative test cases
While writing the Test Case for the requirement has to write all the negative test cases. Even though we have written the negative Test Cases there will be scenarios where the tester identifies the defects while executing the Test Cases irrespective of both the case.
writing negative test cases
[QUOTE=Geek_Guest;10274][B]Question asked by visitor vijay[/b]
While looking in to the usecase we write the test case for the requirements. At the time of writing the test case for the req itself do we write all the negative test cases or once we get build while testing the build parallely do we write the negative test cases.[/QUOTE]
A)At the time of writing the test case for the req itself we write all the negative test cases.When the build is released in execution stage first we have tio execute the negatives after that positives,because going forward and coming back by using positive way(ex.login page) will yeild us cookies problems etc.
Re: When do we write negative test cases
We write all kinds of test cases at the same time but the number of negative test cases grows as we conduct more and more testing. The more the number of negative or destructive test cases, the better the testing process.