Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP and Excel
#15
Solved: 11 Years, 4 Months ago
Hi I tried the same thing for mercury tours windows application. here it takes all thedata from excel sheet. but my problem is for i=1 the script is runnig for 3 times (coz there are 3 rows in excel sheet)for i=2 its running 3 times.how to aviod this.thanks in advance.[/u]


Code:
Datatable.Import ( "C:\Documents and Settings\sailaja\My Documents\usename.xls")
num=datatable.GetRowCount
For i=1 to num
systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe"
datatable.SetCurrentRow i

Dialog("Login").WinEdit("Agent Name:").Set DataTable("Agentname", dtGlobalSheet)
Dialog("Login").WinEdit("Password:").Set DataTable("password", dtGlobalSheet)
Dialog("Login").WinButton("OK").Click
Window("Flight Reservation").ActiveX("MaskEdBox").Type "020209"
Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt"
Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles"
Window("Flight Reservation").WinButton("FLIGHT").Click
Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click
Window("Flight Reservation").WinEdit("Name:").Set "Sailaja"
Window("Flight Reservation").WinButton("Insert Order").Click
Window("Flight Reservation").WinMenu("Menu").Select "File;New Order"

Window("Flight Reservation").Close

next
'o=createobject("scripting.filesystemobject")
'Set outputfile=fso.createtextfile("C:\Documents and Settings\sailaja\My Documents\output.xls",true)

  '  outputfile.writeline("step passed")
Reply


Messages In This Thread
QTP and Excel - by Sonia - 02-25-2008, 04:13 AM
RE: QTP and Excel - by deepakmehta82 - 02-26-2008, 06:19 PM
RE: QTP and Excel - by Sonia - 02-27-2008, 05:32 AM
RE: QTP and Excel - by Sonia - 02-28-2008, 05:18 AM
RE: QTP and Excel - by deepakmehta82 - 02-28-2008, 12:37 PM
RE: QTP and Excel - by Sonia - 02-29-2008, 05:06 AM
RE: QTP and Excel - by Brian - 02-29-2008, 09:08 AM
RE: QTP and Excel - by newqtp - 02-28-2008, 08:54 PM
RE: QTP and Excel - by deepakmehta82 - 02-29-2008, 10:50 AM
RE: QTP and Excel - by Sonia - 03-06-2008, 06:35 AM
RE: QTP and Excel - by Sonia - 03-06-2008, 06:36 AM
RE: QTP and Excel - by veerasekaran - 03-06-2008, 11:06 AM
RE: QTP and Excel - by Rajashekar Gouda - 03-06-2008, 03:39 PM
RE: QTP and Excel - by Sonia - 03-07-2008, 01:46 AM
RE: QTP and Excel - by svbrahma - 03-15-2008, 11:19 AM
RE: QTP and Excel - by sreekanth chilam - 03-15-2008, 11:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  excel macro to open QTP from excel karthik1979_us 1 11,107 11-07-2009, 02:57 AM
Last Post: geethwind

Forum Jump:


Users browsing this thread: 3 Guest(s)