Agile Testing Question:

Explain me the pros and cons of exploratory testing (used in Agile) and scripted testing?

Agile Testing Interview Question
Agile Testing Interview Question

Answer:

Exploratory Testing:
Pros:
• It requires less preparation- Easy to modify when requirement changes
• Works well when documentation is scarce
Cons:
• Presenting progress and Coverage to project management is difficult
Scripted Testing:
Pros:
• In case testing against legal or regulatory requirements it is very useful

Cons:
• Test preparation is usually time-consuming- Same steps are tested over and again
• When requirement changes it is difficult to modify


Previous QuestionNext Question
Tell me as a tester what should be your approach when requirements change continuously?What is Dynamic Software Development Method (DSDM)?