what are the documents required to stop the testing?
Answers were Sorted based on User's Feedback
Answer / hash
This can be difficult to determine. Most modern software
applications are so complex, and run in such an
interdependent environment, that complete testing can never
be done. Common factors in deciding when to stop are:
Deadlines (release deadlines, testing deadlines, etc.)
Test cases completed with certain percentage passed
Test budget depleted
Coverage of code/functionality/requirements reaches a
specified point
Bug rate falls below a certain level
Beta or alpha testing period ends
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rohituppal
If exit criteria is fulfilled then we can stop testing and give formal sign off showing the test coverage percentage.
| Is This Answer Correct ? | 1 Yes | 0 No |
Do we have to execute all the test cases while doing sanity testing and regression testing??(manual testing)
Looking for job in Software Testing (Manual), Want to learn Manual Testing? Learn from expert with 8+ yrs in leading software company mail to manualtestingtraning@gmail.com
Describe any bug you remember. Plz Give some real examples
functional testing test cases for transfer funds ?
what is the difference between v & W model? please explain in detail
Guys, can any one of u give the realtime example for Regression Testing
What is a test severity and test priority? difference between them with suitable examples?
what are the general difficulties which u will be facing while doing web based testing and desktop based testing.
1 Answers First American Corporation,
which testing is done first smoke or sanity with an real time example plz?Thank u!
How would you determine the performance of a web application by looking at the values of ‘Response Time’ and ‘Pages per Second’? What do you understand by the terms ‘Response Time’, ‘Pages per Second’, ‘Transactions per Second’?
HI EVERYONE, recently i got a job as a q.a tester in a bank.the application am going to work is credit cards.the environment will be java ,oracle,qtp quality center,VSAM,CICS,WINDOWSNT .we will be working on mainframes too.can any exp persons help me to understand the scenario and what all shud i learn to perform better(worried abt the frontend ,backend,and the architecture as whole)kindly help me
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000