What is object spy in quicktest professional (qtp)?
No Answer is Posted For this Question
Be the First to Post Answer
Why to use descriptive programming?
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?
what is the use of automation frame work ??(QTP)
WHAT IS ENVIRONMENT VARIABLES?
7 Answers AZTEC, CTS, Ready Test Go,
How to remove the associated function library?
How to export data present in Datatable to an ".xls" file?
whai is meant by automation testing?
How you are developing the script? Using record and play back or manual?
What is the use of running the scripts in Hidden-mode in UFT?
how u will evaluate the tool for test automation?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How to Start recording using QTP?