Hi,
I tried searching through the help documentation and I may have found what I am looking for, but I'm not too sure.
I want to verify data between multiple pages where the data continually changes, i.e. on a daily, weekly, monthly basis.
My steps would be as follows:
1. Open said page
2. Verify said number
3. Click said number to progress to next page
4. On next page verify said number matches the previous page
Now, these number will constantly be changing (but should always match) so I want to create a test where it will pass if the numbers match, and fail if the numbers don't, and I wouldn't have to manually update the test every time the numbers change.
The test I created was;
1. Open said page
2. Extract 'TextContent' on 'x526Link' into DataBindVariable $(x526Link)
3. IF (Verify 'TextContent' 'Contains' '526' on 'x526Link') THEN
6. Verify 'TextContent' 'Contains' 'We found 526 brands that ran on all the pages between 1/1/2007 and 5/31/2012.' on 'WeFound526PTag'
7. ELSE
If anyone could lead me in the right direction/provide me with the necessary steps that would be great.
Thanks
I tried searching through the help documentation and I may have found what I am looking for, but I'm not too sure.
I want to verify data between multiple pages where the data continually changes, i.e. on a daily, weekly, monthly basis.
My steps would be as follows:
1. Open said page
2. Verify said number
3. Click said number to progress to next page
4. On next page verify said number matches the previous page
Now, these number will constantly be changing (but should always match) so I want to create a test where it will pass if the numbers match, and fail if the numbers don't, and I wouldn't have to manually update the test every time the numbers change.
The test I created was;
1. Open said page
2. Extract 'TextContent' on 'x526Link' into DataBindVariable $(x526Link)
3. IF (Verify 'TextContent' 'Contains' '526' on 'x526Link') THEN
- 4. Click 'x526Link'
6. Verify 'TextContent' 'Contains' 'We found 526 brands that ran on all the pages between 1/1/2007 and 5/31/2012.' on 'WeFound526PTag'
7. ELSE
If anyone could lead me in the right direction/provide me with the necessary steps that would be great.
Thanks