What does end-to-end testing involve?
What does system testing involve?
When is regression testing done?
Any time new code is introduced, to make sure that it works with the old code
Describe regression test
What does regression testing focus on?
Which type of system test needs to be reusable, what does reusability mean?
Regression test. It means the test can be ran repeatedly and it will succeed every time
What are the similarities between end-to-end and regression tests?
What are the differences between end-to-end and regression tests?
How can you make a test reusable?
Reset the data to default state