Page 1 of 1

'Test Studio' scripts into Ranorex

Posted: Mon Sep 12, 2016 6:33 pm
by dstpierrejr
Goodday,

I have developed extensive automation scripts using Telerik Test Studio for a web application. These scripts also have API tests.

Now we are switching to Ranorex.

Is their any way to import existing 'Test Studio' scripts into Ranorex..?

Thanks,
Don
dstpierrejr

Joined: Mon Sep 12, 2016 1:24 pm

Re: 'Test Studio' scripts into Ranorex

Posted: Tue Sep 13, 2016 11:30 am
by odklizec
Hi,

I'm afraid, there is no automatic way to import the Test Studio projects/scripts into Ranorex. However, because the Test Studio uses C#/VB.NET. as its programming language, it may be relative easy to manually add and modify the Test Studio source codes? You will still have to create appropriate Ranorex repository elements and of course, replace Test Studio specific methods with Ranorex equivalents. In other words, there is a lot of manual work ahead of you ;)

Eventually, if you have a lot of tests created with Test Studio, it may be better to keep them as they are and start creating new tests with Ranorex? In other words, you will have to run both sets of tests separately.