Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
161 views
by Contributing Tester (51 points)
retagged by
When we should stop the Testing?

3 Answers

0 like 0 dislike
by
When expected result satisfies all the criteria of the requirements. This should be included all types of testing. Then, probably we can stop/hold the testing.
0 like 0 dislike
by Contributing Tester (12 points)
1, Compliance with BRD document

2, Meets Deadlines for release and testing

3, the downfall of bug rate

4, Completion of Beta and Alpha cases
0 like 0 dislike
by Contributing Tester (79 points)

The decision to stop testing can be made empirically by using the data obtained from the metrics suggested above. A tester can decide to stop testing:

  1. Based on the ratio of passed to failed test cases – there are three methods to interpret this:

    1. Stop when all test cases get passed;

    2. Stop when minimum proportion of test cases need to be passed is reached;

    3. Stop when maximum proportion of test cases allowed to fail is reached.

  1. Exhausting all test cases available for execution during the test run.

Other more advanced metrics that can be considered in your decision to stop testing are:

  1. Mean Time Between Failure (MTBF): obtained by recording the average operational time before the system failure;

  2. Defect density: measured by recording the defects related to size of software;

  3. Coverage metrics: calculated by recording the percentage of instructions executed during tests;

  4. Number and perceived severity of open bugs. The later is usually a subjective evaluation along a scale that ranges from ‘Very Low’ to ‘Very High’.

A tester can decide to stop testing when the MTBF time is sufficiently long, defect density is acceptable, code coverage deemed optimal in accordance to the test plan, and the number and severity of open bugs are both low. The general aim is to reduce the risk of catastrophic errors happening when the product is released.

You can use a platform like QAppAssure which allows you to test on-cloud and on-field devices, across 100+ device, make and models, Integrate with Jira, CI/CD tools, and also use Appium, Calabash, Espresso, UIAutomator, XCUITest. You can run unlimited parallel tests with the free trial pack. 

 


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...