Documentation and Books

Recent site activity

OpenQA CubicTest‎ > ‎

How to store a value from the page in memory and use it somewhere else in the flow (Selenium: storeValue)?

If you are familiar with SeleniumIDE then the following should look familiar:

<tr>
    <td>storeValue</td>
    <td>fieldId</td>
    <td>myVariable</td>
</tr>

By default this is something that is not supported by CubicTest but i have created a library which adds support for this functionality. The project can be found here:

  http://code.google.com/p/cubicex/