Can anybody send me the code to get the RO property of the
active screen in QTP while running?

Answer Posted / xyz

Get Ro property(object name)

we can not change the runtime propety but we can replace
one object in place of other
Ex...

Get Ro property (" text element")
webelement()object.text element = "XYZ"

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What r the different filters in defect in quality center

3272


How do know the number of browsers opened?

617


can u please explain what is the exact difference between qtp8.2 and 9.0

1672


wht type of User defined functions or Java Releated functions do we write in VB scripting

1813


in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

1511






Please Don't mind .i want in detail the real time process i.e in each document what it contains.

1429


what is the diffrence bw qtp architectute and qtp framework?

1531


Explain about the test fusion report of quicktest professional?

522


Write a QTP script to enter a keyword in to Google search engine?

644


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1431


Can I change properties of a test object?

607


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

3257


Write a script to customize the test results in PDF and HTML format.

2076


What are the challenges u faced in testing with crm domain? How u overcome with?

1477


In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1515