11-02-2009, 03:04 PM
my vbs file code as below:
and .tsr fiel nothing but recorded flight application
excel file as below
1st column header->Script_Path and its path as C:\Documents and Settings\madhu\Desktop\Loginn.vbs
2 nd column header->Repository_Path and its path as :C:\Documents and Settings\madhu\Desktop\Flight.tsr
3 rd header->column Flag and its value as :Y
while debugging in my code Cursor not going inside the IF cONDITION (iNSIDE OF CODE)Pls suggest
Code:
SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe"
Dialog("Login").WinEdit("Agent Name:").Set("madhu")
Dialog("Login").WinEdit("Password:").Set ("mercury")
Dialog("Login").WinButton("OK").Click
and .tsr fiel nothing but recorded flight application
excel file as below
1st column header->Script_Path and its path as C:\Documents and Settings\madhu\Desktop\Loginn.vbs
2 nd column header->Repository_Path and its path as :C:\Documents and Settings\madhu\Desktop\Flight.tsr
3 rd header->column Flag and its value as :Y
while debugging in my code Cursor not going inside the IF cONDITION (iNSIDE OF CODE)Pls suggest