Several executable for one solution

Ask general questions here.
JorisS
Posts: 15
Joined: Wed Nov 22, 2017 11:30 am

Several executable for one solution

Post by JorisS » Wed Nov 22, 2017 11:45 am

Hello,

I want to create a solution with 4 different projects (4 different recordings)
Is there a way to build an executable for each project with one solution ?

Thank you in advance

User avatar
Stub
Posts: 515
Joined: Fri Jul 15, 2016 1:35 pm

Re: Several executable for one solution

Post by Stub » Thu Nov 23, 2017 12:36 pm

Yes. My Ranorex solution contains 3 Console Applications and 2 Class Libraries. The three console applications each have their own test suites. One I used while learning Ranorex, the other two contain 'live' tests that I integrated into out automated build/test system, and are invoked from the command-line.

JorisS
Posts: 15
Joined: Wed Nov 22, 2017 11:30 am

Re: Several executable for one solution

Post by JorisS » Mon Nov 27, 2017 4:04 pm

Thank you for your answer and sorry for the late reply.

I can't figure out how to create a test suite for a console application.
For more precision: i would like to create one Ranorex solution, with 3 tests that open an application, do things. I shall launch them one at a time by avoiding the use of the argument (myexe.exe /tc:mycase)

JorisS
Posts: 15
Joined: Wed Nov 22, 2017 11:30 am

Re: Several executable for one solution

Post by JorisS » Tue Nov 28, 2017 8:57 am

Ok, I am stupid. I didn't see it was possible to create a new test suite in the solution
Problem solved.