How to compare run time values on the application - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: How to compare run time values on the application (/Thread-How-to-compare-run-time-values-on-the-application) |
How to compare run time values on the application - Ravi_Chandra - 12-17-2010 Can anyone help me on the below problem? I have an application where I have to create a record. In the Save Record page I have a table of the already exisitng record names. Records table and text box to create a new record exists on the same page. When i enter the new record name, i have to verify whether it is already exists in the table. Can anyone help me how to perform this? [attachment=576] RE: How to compare run time values on the application - manishbhalshankar - 12-17-2010 Hi Ravi, You can use GetCellData method on webTable to get the data of specified column and row of a table. RE: How to compare run time values on the application - Ravi_Chandra - 12-17-2010 Hi Manish, Problem here is when i try to add the tabel in OR.. it is not taking as a WebTable... While adding to OR, I am selecting inside the table... then it taking that row as Web table and the row elements as WebElement. Can u help me how to identify the whole grid as table... Thanks, Ravi. |