Login and Other functionality testing | Selenium Forum
M
Posted on 13/02/2018
HELLO there!
I am testing a website which has a number of functionalities to automate each functionality website requires to log in every time. The question is that isn't there any way that test should start from where the last test ended?

M
Replied on 13/02/2018

[quote:1rqug11k]The question is that isn't there any way that test should start from where the last test ended?[/quote:1rqug11k]

it is possible but we don't recommend it because it is bad practice.

instead, create a function for login and call that function at the beginning of the test.