Hello,
I can not find how to create consistent tests - for example, if I want to test some functionality in a website that requires to be logged in, I want to make a few separate tests for different d\functionality because it's easier to maintenance, but I have to put login steps in each test. I want to avoid that and just do it once and every next test to start after the last one is finished.
I can not find how to create consistent tests - for example, if I want to test some functionality in a website that requires to be logged in, I want to make a few separate tests for different d\functionality because it's easier to maintenance, but I have to put login steps in each test. I want to avoid that and just do it once and every next test to start after the last one is finished.