How to add browser as a tested application
Hello
Im trying to add browser as a tested application and could not find any significant information on the discussions board.
Can you please help me with a way to add a browser based web application as tested application?
My Requirements:
1. I want to be able to launch the web browser based web application
2. Parameterize it against different environments, test, stage
3. The main reason why i started looked for tested application is I want the Test Complete to ignore the currently running IE browser and open a new Browser window and execute the tests and Close it upon completion. In my code i get the current page url and use the url to navigate to others pages. So i to be able to open a individual browser session and run my tests successfully
Please let me know if I can provide more information
Here's a previous thread that might help you with that