Automated Testing (Watir): Retrieving data and implementing into your test?

82 views Asked by At

I am just getting started with automated testing on RubyMine using Watir webdriver. So far I am having a blast and I find it works really well, even for a newb like me! :)

I want to create a test which retrieves an order code that is generated during the test and then later use the same code to run an 'include?' verification query on a different page.

I know I can use an HTML selector to show Watir where the code is, I want to know how to copy it and use it later. Can anyone point me in the right direction?

0

There are 0 answers