How to execute a winrunner script in quicktest professional (qtp)?
No Answer is Posted For this Question
Be the First to Post Answer
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
Can I compare two DataBases using QTP ?
what is descriptive.create()in qtp?
What is Optional step?
Can anybody send me the code to get the RO property of the active screen in QTP while running?
How many types of recording facility are available in quicktest professional?
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
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
While testing .net applications with QTP 9.1 in normal recording mode, QTP records my unintentional mouse clicks and window dragging which I don't want. But I can't stop QTP recording those mouse clicks and window dragging. Can somebody let me know how I can get rid of it, please ! Thanks.
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
4. How u will open the build automatically in QTP except using Systemutil.run command
what is frame work?