⟩ Explain me the pros and cons of exploratory testing (used in Agile) and scripted testing?
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