Page 1 of 1

Solution main project

Posted: Fri May 16, 2014 4:39 pm
by monkey2012
Hi Support Team,

In my solution, there are few test suites, and as displayed in Ranorex Studio, there is only one project name is bolded, what does this mean?

Solution TestProject
+ GlobalProject
+ CommonCode1
+ CommonCode2
+ Project1
+ Project2
+ Project3
+ Project4

GlobalProject contains all the code modules and recording modules and Project1 to 4 are just mainly test suites. In my case, somehow Project3 is bolded (no clue how it happened). How could I convert it back to make GlobalProject being main project?

Thanks

Re: Solution main project

Posted: Fri May 16, 2014 4:54 pm
by krstcs
Just right-click on the desired project and select "Set As Startup Project" from the menu.

The bold just tells you which project will get run if you us the Run or Debug options form the Ranorex menus or the top tool bar.

Re: Solution main project

Posted: Fri May 16, 2014 5:09 pm
by monkey2012
Thanks for your help