Computer Science Fundamentals Software Engineering Subjective
Feb 28, 2013

What are the testing principles the software engineer must apply while performing the software testing?

Detailed Explanation
  • All tests should be traceable to customer requirements.
  • Tests should be planned long before testing begins.
  • The pareto principle can be applied to software testing-80% of all errors uncovered during testing will likely be traceable to 20% of all program modules.
  • Testing should begin “in the small” and progress toward testing “in the large”. v. Exhaustive testing is not possible.
  • To be most effective, an independent third party should conduct testing.
Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback