Micro Focus QTP (UFT) Forums
Descriptive programming - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Descriptive programming (/Thread-Descriptive-programming--3254)



Descriptive programming - Gowtham kiran - 03-26-2010

Hi All,

I have a submit button in my web page , which when selected will redirect the user to next page.

how to generate a QTP script to verify the data that is present in next page.

Thanks in Advance
Gowtham


RE: Descriptive programming - manishbhalshankar - 03-26-2010

Hi Gowtham,
You can use object.GetROProperty("innertext") or ("value") to get the data.