Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to create a test that opens mutliple web links
#3
Solved: 10 Years, 9 Months, 3 Weeks ago
You mean, you want to open each & every link and test if it is working or not..? If so, you can do it as below:

Code:
SystemUtil.Run "iexplore.exe", "<your URL>"            ' This will launch your URL in IE
Browser("<url browser name>").Click
Browser("<url browser name>").Close

You can try the above lines of code, for all the links you want to launch.

-Pallavi
Reply


Messages In This Thread
RE: How to create a test that opens mutliple web links - by Pallavii - 10-05-2010, 12:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  VB Script to count number of links in a web page. Suma Parimal 4 24,793 07-01-2015, 12:59 PM
Last Post: govind
  what all you test when you migrate from client application to web application diya 4 3,073 04-29-2013, 09:04 AM
Last Post: basanth27
  Verify the order of web links bpetters 3 2,586 04-16-2013, 04:04 PM
Last Post: sshukla12
  How to test a Web page Monica Soneja 3 3,307 04-09-2013, 06:37 AM
Last Post: basanth27
  Web service automation:Error "could not create SSL/TLS secure channel" pranjalipalkar 0 2,548 01-16-2013, 11:40 AM
Last Post: pranjalipalkar

Forum Jump:


Users browsing this thread: 1 Guest(s)