Imagine you have a sequence of web tests in Visual Studio, recorded individually i.e., "Login", "Event A" and "Event B".
To do both "Event A" and "Event B" you need to login. Is there a way for tests "Event A" and "Event B" to inherit "Login" test?
I am calling it inheritance but don't know if that is the correct term please correct me if I am wrong.
This way my tests can be almost modular.
Thank you in advance for any support you give.
