Can you please explain these different approaches of testing a distributed system to me?- Simulation-based- Fault Injection-based- Scenario-based- Risk-based- Temporal-basedWhat are they good for? when to apply each of them? Thank you in advance for your replies.Please give me also some interesting link if you have.

Questions by erika

Showing Answers 1 - 1 of 1 Answers

scenario based technique: a scenario test normally involves attributes like

  •  the test must be realistic. it shud reflect something that customers would actually do
  • the test shud be complex,involving several features,in a way that shud be challenging to the program
  • it shud be easy and quick to tell whether the program passed or failed
  • A stakeholder is likely to argue vigorosly that the program shud be fixed if it fails this test

tests derived from use cases are also called scenario test

source :' lessons learned in software testing' by kaner,bach and pettichord

  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