Structure adjustments possible? (moving projects)

Ask general questions here.
lightman
Posts: 13
Joined: Tue Jun 01, 2021 1:54 pm

Structure adjustments possible? (moving projects)

Post by lightman » Wed Oct 06, 2021 10:29 am

Hello everybody!

I'm an absolute beginner with Ranorex and have a lot of questions, but I'm getting it...
But I think I made a big mistake.
I'm testing a very complex software and for that I made a few solutions.
And I think that's my mistake.
I watched the tutorials and saw that there is only one solution with the projects in it.

My question:
is it possible to move projects from solution B, C and D to solution A so that there finally exists only 1 solution (A)?
Or do I (and thats's what I think I have to do :? ) have to build a complete new structure with new projects and new test suites?

Thank you for your input!

lightman

User avatar
tmcdoniel
Certified Professional
Certified Professional
Posts: 78
Joined: Mon Dec 07, 2020 6:30 pm

Re: Structure adjustments possible? (moving projects)

Post by tmcdoniel » Thu Oct 07, 2021 3:16 pm

You can add other projects that you have created to your solution. You can even use recordings from the other project you've added or vice-versa (but not in both directions) as that would create an error when you attempt to compile. However to do this in a more consistent clean manner, your latter approach is more ideal.

Image
Sales Engineer @ Ranorex

lightman
Posts: 13
Joined: Tue Jun 01, 2021 1:54 pm

Re: Structure adjustments possible? (moving projects)

Post by lightman » Tue Nov 23, 2021 3:32 pm

Hello and sorry for my late response.
That was the droid I was looking for! ;-)
Works fine.