1.

Explain some expert opinions on how a tester can determine whether a product is ready to be used in a live environment.

Answer»

Because this is such a crucial decision, it has never been taken by a single individual or by JUNIOR GUYS. This choice is not made solely by the DEVELOPER and tester; senior management is involved on a regular basis. Management tests primarily ENSURE that product delivery is bug-free by validating the following:

  • Validating the bug reports that the tester has submitted. How the bug was fixed and whether or not the tester retested it.
  • Validating all of the test cases written by the tester for that specific functionality, as well as the documentation and confirmation received from the tester.
  • Run automated test cases to ensure that new features do not interfere with existing features.
  • Validating test COVERAGE report, which confirms that all of the developing component's test cases have been written.


Discussion

No Comment Found