The project I am automating with my collegues is based on an application where each client has their own URL (and database instance).
That application also has a requirement that only one session is "tolerated" for a given client.
So, when client1.CrazyApp.com logs in and there is already a session for client1.CrazyApp.com then the existing session is terminated by the server.
I want to work on the same project with my co-workers using more than one URL to automate testing of the same application without having to worry about being bumped off.
Telerik enables me to change the base URL on the TestList level but not on the Test level, so we keep bumping each other off.
If anyone had to deal with a similar situation and solved the issue - please help.
I would hate to keep the automation completely separate then merge the two parts of the same project as i expect lots of issues and problems.
Much appreciated,
That application also has a requirement that only one session is "tolerated" for a given client.
So, when client1.CrazyApp.com logs in and there is already a session for client1.CrazyApp.com then the existing session is terminated by the server.
I want to work on the same project with my co-workers using more than one URL to automate testing of the same application without having to worry about being bumped off.
Telerik enables me to change the base URL on the TestList level but not on the Test level, so we keep bumping each other off.
If anyone had to deal with a similar situation and solved the issue - please help.
I would hate to keep the automation completely separate then merge the two parts of the same project as i expect lots of issues and problems.
Much appreciated,