I have test execution license on our servers and use TeamCity to schedule the test execution.
I would like to know if it is possible to rebuild my Test Studio Project using the Telerik Test Execution license?
Thanks,
Terri
3 Answers, 1 is accepted
0
Ivaylo
Telerik team
answered on 06 Jun 2013, 08:58 AM
Hello Terri,
Yes it is possible to use Test Studio Run-Time on your build server.
Please check this article for more information. More information on how to use the ArtOfTest.Runner you can see from this link.
Regards,
Ivaylo
Telerik
Free summer webinars on advanced web automation tactics hosted by Jim Holmes & Adam Goucher.
Reserve your seat today!
Thanks, I do use the TestOfRunning to execute the test.
We use TeamCity to schedule test execution. When a specific testList is triggered to run, TeamCity will retrieve all tests from a source control repository directly to the execution servers first. After this step, do I need an explicity build step to re-build the project DLL before executing the test?
If so, how to do the project DLL build?
0
Ivaylo
Telerik team
answered on 10 Jun 2013, 03:16 PM
Hello Terri,
What do you mean by this line "Thanks, I do use the TestOfRunning to execute the test." ?
If this mean that you are using our ArtOfTest.Runner you don't have to build the project since our runner has a .Net compiler integrated in it and handles the compile process automatically.
If you are executing tests with MSTest you will need to have msbuild installed on the server in order to get your tests compiled there.
Regards,
Ivaylo
Telerik
Free summer webinars on advanced web automation tactics hosted by Jim Holmes & Adam Goucher.
Reserve your seat today!