Question
Infosys Technologies
NL
Last activity: 12 Aug 2019 13:10 EDT
Scenario Testing
Hi Team,
I have a requirement to create scenario tests for my application. I have following setup.
We have different applications hosted on one server .
Application A - has links to all the other application hosted on this server which is maintained by different team.
Application B- This is the application which i am developing. Access to our application is by clicking on the link in Application A.
When user login to Application A and clicks on the link we use RedirectAndRun activity and change the access group of the user to Application B and create WO in application B.
But i wanted to write scenario tests for the functionality which my application is supporting using the same entry point(link from application A).
How can we write scenario tests for the screens which opens in a popup window.