This is a migrated thread and some comments may be shown as answers.

Can I convert recorded steps to C# code in Test Studio

8 Answers 201 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kshitij
Top achievements
Rank 1
Kshitij asked on 12 Jun 2014, 03:05 PM
 Hello,
Can I convert the entire recorded test-case steps to C# code.

( I am not looking for the single step view, but for entire test to be in c# code).

8 Answers, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 12 Jun 2014, 03:10 PM
Hi Kshitij,

This can only be done using our Visual Studio plug-in.

Regards,
Cody
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
0
Kshitij
Top achievements
Rank 1
answered on 13 Jun 2014, 11:02 AM
Thanks code.
0
Kshitij
Top achievements
Rank 1
answered on 13 Jun 2014, 11:10 AM
One more query :- Can we edit the scripts in Test Studio - say I use the VS plugin to generate tests or write them in Visual Studio.

So can I edit the code in Test Studio?
0
Stephen
Top achievements
Rank 1
answered on 13 Jun 2014, 11:32 AM
Hi

I would also be interested to know if it is possible to add test code within visual studio and then port them back into Test Studio so that it can auto run through them?
0
Stephen
Top achievements
Rank 1
answered on 13 Jun 2014, 11:34 AM
Never mind - I just read the linked document above
0
Kshitij
Top achievements
Rank 1
answered on 13 Jun 2014, 12:29 PM
Thanks Stephen.

Apologies for the typo Cody.
0
Pablo
Top achievements
Rank 1
answered on 31 Jan 2015, 06:35 PM
Can this tool convert a "Manual Step" to code? I have not been able to do so. How can I do that? or How can I manually add code to add a "Manual Step" window on my test.
0
Cody
Telerik team
answered on 02 Feb 2015, 11:17 PM
Hi Pablo,

There is no code to a manual step, because a manual step doesn't do anything other than wait for you to click OK.

To do the equivalent in code requires you to create your own dialog in WPF, show it, and wait for the user to click OK.This requires someone with intermediate programming skills.


Regards,
Cody
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
Tags
General Discussions
Asked by
Kshitij
Top achievements
Rank 1
Answers by
Cody
Telerik team
Kshitij
Top achievements
Rank 1
Stephen
Top achievements
Rank 1
Pablo
Top achievements
Rank 1
Share this question
or