What is recovery scenario in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of Actions are there in QTP?
After geting the modules where we generate the script ie in qtp or notpad ?
How to add a runtime parameter to a datasheet?
What does Reporter.Reortevent2 does?
How you create new action in qtp?
How can the expected image for a bitmap checkpoint be recaptured in QTP
Can u call txt extension file in QTP?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What are the features and benefits of Quick Test Pro(QTP)?
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 change the run-time value of a property for an object?