01-01-2009, 06:20 AM
QTP 9.2
Scenario:
1. There is a webpage with a WebEdit Box.
2. This box has some XML code which gets generated while runtime.
Problem:
To extract the "Text" from this box which is displyed in "repo" tag as:
<repo>
Text
</repo>
Tried:
Tried using getROProperty, but this does not show any text in the variable and close the IE indicating a Prolem.
Scenario:
1. There is a webpage with a WebEdit Box.
2. This box has some XML code which gets generated while runtime.
Problem:
To extract the "Text" from this box which is displyed in "repo" tag as:
<repo>
Text
</repo>
Tried:
Tried using getROProperty, but this does not show any text in the variable and close the IE indicating a Prolem.