How to Check fetched data for an input field. - 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 Check fetched data for an input field. (/Thread-How-to-Check-fetched-data-for-an-input-field) |
How to Check fetched data for an input field. - shivaprasad.tbt - 10-29-2010 Hi.. I have a webpage in which most of the values are fetched from the previous page. Now i want to test it comparing to previous page. I know about text checkpoint but am finding it tedious to put for every fields(around 80 to 85 in a page). So please let me know if there are any other ways of achieving it. RE: How to Check fetched data for an input field. - A.Saini - 10-29-2010 Hi Shivaprasad, Have you tried output object? RE: How to Check fetched data for an input field. - rajeshwar - 10-30-2010 Hi Shiva, You can store the values entered/displayed on the Previous page in a Excel Or Data Table and use this data to compare with the data that is populated on the Next Page. Use custom checkpoints where you fetch value from a field on the Page[Next Page] and compare it with the values stored in the Data Table[Previous Page]. Rajeshwar |