Page 1 of 1

Integration with tests recorded in Selenium

Posted: Wed Jan 10, 2018 3:43 pm
by MichaelM
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.

Re: Integration with tests recorded in Selenium

Posted: Tue Jan 16, 2018 12:48 pm
by asdf
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.