Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use same script for multiple URLs
#19
Solved: 10 Years, 9 Months, 3 Weeks ago
Hi,
Try to use below code

Code:
DataTable.Import("D:\Book1.xls")


For i=1 to DataTable.RowCount
[color=#FF0000]DataTable.SetCurrentRow i[/color]
SystemUtil.Run DataTable("URL",dtGlobalSheet)
Browser("InSync :: Login").Page("InSync :: Login").WebEdit("txtUsername").Set DataTable(“Username”,dtGlobalSheet)
Browser("InSync :: Login").Page("InSync :: Login").WebEdit("txtPassword").Set DataTable(“Password”,dtGlobalSheet)
Browser("InSync :: Login").Page("InSync :: Login").WebButton("Login").Click

'Select facility'
Browser("InSync :: Login").Page("InSync :: Login_2").WebList("ddlFacility").Select ("Local Facility")
Browser("InSync :: Login").Page("InSync :: Login_2").WebButton("Ok").Click

Browser("InSync :: Login").Close
Next

Regards,
Sankalp
Reply


Messages In This Thread
RE: How to use same script for multiple URLs - by sshukla12 - 08-30-2012, 06:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to run same script for different URLs when loading time is different mansis 5 4,507 09-21-2012, 12:42 PM
Last Post: mansis
  Multiple users executing QTP script using Excel Input vinodindia 0 3,136 07-05-2012, 11:41 PM
Last Post: vinodindia
  Switching between URLs sqadri 1 2,588 02-01-2012, 07:36 AM
Last Post: rajpes
  Multiple input values from a reusable action call from main script knightofdawn 0 3,203 08-30-2010, 01:23 PM
Last Post: knightofdawn
Exclamation How to access multiple SAP sessions by script? Osprey 1 7,595 06-24-2010, 04:11 PM
Last Post: Osprey

Forum Jump:


Users browsing this thread: 2 Guest(s)