Slide 7
Slide 7 text
WHERE TO START?
How of Automated Testing
‣ Great at scaling and automating
‣ Do not require to manually operate the app to verify the code works.
‣ You need to consider these factors (Scope, Speed, Fidelity) when planning
your tests
‣ Scope: How much of the code does the test touch?
‣ Speed: How fast do you want your test to run? Do you want it to take minutes or
milliseconds?
‣ Fidelity: How close to the real world do you want your tests to be?
‣ Once you’ve defined scope, speed and fidelity, you’re ready to start writing
test scripts (E2E, Integration, Unit)