background feature

Hi Again,

In order to execute my testes cases I have to login in the application. What is the best way to call the login steps without having to specify the login variables in every test case?

Thank you

Nevermind. Found it.

thanks

Is there a tutorial to accomplish that?

Thanks

You can create a common test case called ‘Login’ with your set of variables. Then in every main test case, just call this common test case.