what is test case effective ness ?
Answers were Sorted based on User's Feedback
Answer / bishwajit.rk
Writing Test Cases are an art of its own. But more than
that u should know very well about the application for
which u r going to write the TestCases.
Any TestCases which meets the SRS doument can be said as an
effective one but the testcases should be able to uncover
the hidden bug...test to break the application. Thats the
mantra of a effective testcases...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mtest
Effective test case are those test cases which covers the
basic functionality of the application.
Scenarios developed while reading requirement specifications
are best test cases to find out bugs.
Negative test cases are also helpful for finding major and
minor functionality issues (Defects).
| Is This Answer Correct ? | 0 Yes | 0 No |
some major negative test cases to break the sign up page having username password, email, url address field and some check box selection options ?
What is a Use Case?
how to prepare test case and test description for job application(like naukri.com)?
Who will perform Integration Testing?
What is an exit criteria?
Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by another Test Engineer.module A and B has inter related functions.Then how you check the functionality of the module??
Describe me to the basic elements you put in a defect report?
Compatibility Testing
After insert the record in forntend, How will u check the backend by manually? Please explain..
Guys, can any one of u give the realtime example for Integration Testing
Explain about gamma tesing?
Suppose a defect is fixed by developer and that defect got closed. But because of fixing that defect we are getting another defect. If 2nd defect is fixed the 1st defect is reproduced again. If that process is continuing what should the tester do to nail that defect?