Scenario Based Testing

Scenario Based Testing

Option 1 concentrates on actor and software interaction

Option 2 misses errors in specifications

Option 3 misses errors in subsystem interactions

Option 4 Both 1 abd 2

Questions by tjpavithra

Showing Answers 1 - 6 of 6 Answers

The correct answer is Option 4:  Both 1 and 2.

The reasons are:

Option 1 is correct.  Scenario-based testing focuses on the actor and his interaction with the software.

Option 2 is also correct.  Scenario-based testing misses errors in specfications because scenario-based testing deals with business requirements, not technical specfications.

Option 3 is not correct because the requirements should describe the user interactions in all subsystems.  If this does not occur, then we have missing requirements. 

Therefore, Option 4 is the best answer.

  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