Support Team,
I’m testing a GUI with ever changing panels. Example, in GUI executable¬_1 there are panels 1, 2, and 3. Second version of GUI, executable_2, there are panels 1, 2, 3 and 4. I thought I could tie executable_1 in project 1, which is created when you first create a solution, then create project 2 (in the same solution) for executable_2. But I noticed that project 2 does not have a rxtst file, nor does project 2 show up in the project 1’s rxtst area. It seems as though all “projects” are not equal within the same solution, meaning they don’t have the same attributes. Question:
1) Can Test Suites be created for additional projects (e.g. project 2) within a solution, thereby creating various test cases?
2) I’ve read responses within the forum, but I still don’t understand having multiple projects?
Thanks!
Projects
- RobinHood42
- Posts: 324
- Joined: Fri Jan 09, 2015 3:24 pm
Re: Projects
Hi rwn60,
Cheers,
Robin
Sure, you'll have to add a Test Suite Project:1) Can Test Suites be created for additional projects (e.g. project 2) within a solution, thereby creating various test cases?
I'm not exactly sure what the question is, but in general, a Ranorex Solution can have multiple projects. Either Ranorex Test Suite projects, Ranorex test suite module library, or simply C# libraries. Each Ranorex Test Suite project can just have a single Ranorex Test Suite file, where you specify all your TestCases/Smartfolders and Recordings.2) I’ve read responses within the forum, but I still don’t understand having multiple projects?
Cheers,
Robin

Re: Projects
Thanks Robin, it seems as though we were not creating the projects correctly....