Filters
Question type

What are the key differences between validation testing goals and acceptance testing goals?

Correct Answer

verifed

verified

In validation testing,the test team seek...

View Answer

List four types of systems tests.

Correct Answer

verifed

verified

-Recovery testing -Security testing -Stress testing -Performance testing

Why is regression testing an important part of any integration testing procedure?

Correct Answer

verifed

verified

The goal of integration testing is to make sure that independent modules that work correctly on their own do not interfere with one another when added to the same program (unforeseen side effects are always possible).Regression testing checks for defects propagated to other modules by changes made to an existing program.

Describe object-oriented unit testing.

Correct Answer

verifed

verified

Class testing for OO software is equivalent to unit testing for conventional software.The focus throughout is on designing and testing appropriate sequences of operations to exercise all class states.It makes little sense to test operations or algorithms individually for classes.

Showing 1 - 4 of 4

Related Exams

Show Answer