Robustness testing and Worstcase testing

Differentiate between robustness testing and worstcase testing ?

Showing Answers 1 - 3 of 3 Answers

Zahery

  • Apr 6th, 2015
 

Robustness testing: test using both valid and invalid inputs.
Worst Case Scenario testing: test using extremal(Boundary) values of one input variable.
Robust Worst Case Scenario testing: test using extremal values for every possible input variable.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions