Page 1 of 1

Capture data from Application to Reuse

Posted: Mon Jun 27, 2011 5:40 pm
by SumitRT
Hi ,
I have created a Test script which is using Excel spread sheet to populate Test data in our test application. This test application refreshes with New account information, I want to capture the Text from the Screen and validate it against the test data in the Spread sheet.
How can I proceed with this, Please suggest the right approach.
Thanks
Neel

Re: Capture data from Application to Reuse

Posted: Mon Jun 27, 2011 6:26 pm
by Ciege
So you already have the Excel data in memory assigned to a variable of some sort (a List or string array)?
Have you used RanorexSpy to determine the proper objects in your AUT that you want to capture and verify against?

Basically you need to get you Excel data in memory, then verify that data against the current status of your AUT. You do this by getting the information about the objects in your AUT by finding them through your automation and comparing the proper values.

Maybe if you were a little more descriptive about what you already have done, what you want to do and what your experience level is with Ranorex, coding and test automation in general we can help you out with a little more specific answers.