Can anybody send me the code to get the RO property of the
active screen in QTP while running?
Answer Posted / kavitha
A=Browser("brname").page("pgname").wededit
("buname").getRoproperty("Text")
msgbox a
like u write the script...give browser
name ,pagename,buttonname...the value go a in run time
msgbox give the value
suppose in text box run time value is kavitha@gamil.com
msgbox dispaly kavitha@gmail.com
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How many types of object repository in qtp?
How to modify object property in qtp ?
What is quick test pro? What is a quick test professional?
what is the difference between data driver & data driven and driver script?
what are the challenges you have faced while testing web based application using the automation tools ?
Are Shared ORs read-only?
What are the five challenges you faced in QTP?
How will you check a web application for broken links using qtp?
What is object spy in quicktest professional?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
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
What is the use of text output value in quicktest professional (qtp)?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
If I give some thousand tests to execute in two days what do you do?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji