Quality is delighting customers
Can any one help me with this scenario.
How to handle multiple browser windows with different URL's using Selenium IDE or Ruby scripting.
The scenario is:
When Registration is done, the activation link is sent to the given email address. So i need to proceed to my inbox and check the activation email is sent and active it on clicking on it. When clicked the profile page should open, thus checking the activation email is sent successfully and and the link is working correctly.
This scenario handles 3 browser windows with different URL's
Thanks
NAresh
Tags:
Hey buddy,
This is pretty simple, all you have to do is to create and use different selenium/webdriver objects for handling different browsers.
Example
selenium1, selenium2, selenium3 or if you are using web driver then driver1,driver2,driver3
Each of these objects needs to be declared, instantiated and then used for handling different URLs. Let me know if you need more information.
Regards,
Aravindhan, Admin - QTPhelp.com Find QTP and VB Scripts here
Permalink Reply by Venu Madhav on March 28, 2012 at 5:43pm Correct. it can be handled by webdriver. create 3 webdriver objects and open the 3 different applications whenever needed.
© 2012 Created by Quality Testing.