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
What are the major/ important methods, functions in QTP we use realtime testing
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
what is the difference between the modular framework and datadriven frame work
What are the different properties of an web object
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
tell me QTP standards ?plz
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How many number of actions possible in qtp?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is object spy in quicktest professional (qtp)?
What is a quick test professional?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
Where you get the run time data table?
Is text area check point supports for web applications?