Hi,
My question is: can I use tests which were previously recorded in Selenium IDE in Ranorex? I've read this article (/blog/using-ranorex-with-existing-selenium-tests/) but it describes only how to use tests exported from Selenium as Java code but I have only tests exported as pure HTML code. Is it possible to import it in Ranorex solution?
Example of exported tests:
.....................................
<tr>
<td>waitForVisible</td>
<td>id=Tunbrugernr</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>id=Tunbrugernr</td>
<td>1100</td>
</tr>
<tr>
<td>type</td>
<td>id=Initialer</td>
<td>jon</td>
</tr>
...........................
Thanks.
Integration with tests recorded in Selenium
Re: Integration with tests recorded in Selenium
I'm pretty sure you that there is no Selenium tests written in HTML. I think you just saved your tests from Selenium IDE instead of exporting it. I would suggest to double-check that. Also there is an option to export the tests directly in C#. That allows you to directly use this code in Ranorex Studio.