As a tester, I want to implement an end-to-end smoke testing suite, so that I can quickly verify the basic functionality of the web application.
A/C:
Given there is no test suite configured; When the test suite is set up; Then the testing environment should be as similar as possible to the production environment.
Given the test suite is configured; When the tester develops the tests; Then the test suite must at least visit the most important web pages and find a source of truth.
Given the web application is in a development enviornment; When the tester executes the test suite; Then all tests should pass indicating basic functionality is working.
Given the tests have been executes; When the tests are complete; Then the results must be saved in a report so failures can be properly addressed.
User Story:
As a tester, I want to implement an end-to-end smoke testing suite, so that I can quickly verify the basic functionality of the web application.
A/C: