Posts: 8
Threads: 4
Joined: Apr 2010
Reputation:
0
10-29-2010, 03:18 PM
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.
Posts: 87
Threads: 8
Joined: Sep 2010
Reputation:
0
10-29-2010, 04:19 PM
Hi Shivaprasad,
Have you tried output object?
Posts: 50
Threads: 2
Joined: Jun 2009
Reputation:
0
10-30-2010, 01:05 PM
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