how do u knw when to stop writing test case for a given
project.
Answers were Sorted based on User's Feedback
Answer / mdcn
when all the requirements have been met.(with traceability
matrix we can map the requirements with the testcases.)
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / joseph
Its depends on the time frame of your project. But it should
cover all the functionalities.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / maanya
When all the requirements have been met, especially with traceability matrix.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / supriti d
1. Time limit constraint should be the main crieteria but
it should cover minimum all the main functional test cases
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / guru
The test can be stopped when you meet exit criteria for the
testing which usually be defined in the test plan.
Otherwise in some cases for the following reasons, test can
be stopped:
1. When all the requirements are tested atleast once.
2. If Testing Cost is increased
3. Testing time is over or delivery date is reached.
4. Over Budgeted
5. At times, management decides to stop further testing.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kumar
when each and every requirement is covered atleast once.
(it can be verified by prparing the RTM--requirement
Traceabilty matrix)
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / yedukondalu manam
If SOME CASES FOR THE FOLLOWING REASONS
1)Each and every requirement is covered
2) all the defects are covered
3) repeated to the bugs
then
we are closing to the test cases
| Is This Answer Correct ? | 0 Yes | 1 No |
pls i want test cases for telecom billing system
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
How to write test case template for ATM
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
What are basic types of test cases?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
How to write test scenarios for a Web application, with an example?
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
can any one give the format of writing test cases in excel sheet.
How to execute test cases written in excelsheet???
8 Answers TCS, Value Labs, VFS, Wipro,
write the testcases for migrating data from one database to another database?
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4