Hello,
i'm trying to add my existing folder structure to a new Ranorex-Solution and i have two Problems:
1. How can I add a existing folder including its subfolders?
2. My Foldernames are starting with numbers e.g. "01-Title", when adding a folder manually it is renamed automatically to "-Title". How can I Change that?
Bye, Kathrin
import existing folders
Re: import existing folders
Hi Kathrin,
Unfortunately, it's not possible to add a folder with included sub-folders to your project. The only thing you can do is creating a folder and its sub folders directly in Ranorex Studio and add your items afterwards.
Furthermore, there is no way to name your folders starting with a number.
As a workaround you could set an underscore '_' in front of the folder name (e.g. _01-Title).
I hope this helps.
Kind regards,
asdf
Unfortunately, it's not possible to add a folder with included sub-folders to your project. The only thing you can do is creating a folder and its sub folders directly in Ranorex Studio and add your items afterwards.
Furthermore, there is no way to name your folders starting with a number.
As a workaround you could set an underscore '_' in front of the folder name (e.g. _01-Title).
I hope this helps.
Kind regards,
asdf
Re: import existing folders
asdf is correct, there is no way to import a whole directory tree at once. If you would like to make a feature request please email Ranorex directly at [email protected] as they only handle feature requests through email.
@Ranorex:
As for the issue of allow directories/folders to start with numbers, this is a bug in Ranorex. SD 4.3 allows it, but Ranorex doesn't. In addition, Windows file system allows directories to start with numeric characters.
I'm going to enter a bug in the bug forum pointing to this thread.
@Ranorex:
As for the issue of allow directories/folders to start with numbers, this is a bug in Ranorex. SD 4.3 allows it, but Ranorex doesn't. In addition, Windows file system allows directories to start with numeric characters.
I'm going to enter a bug in the bug forum pointing to this thread.
Shortcuts usually aren't...
Re: import existing folders
Shortcuts usually aren't...
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: import existing folders
Just copy the folder to your project directory, switch on "Show all files" in the "Projects" tab in Studio, then right click on the folder and choose "Include In Project". That should do it.kvogler wrote:How can I add a existing folder including its subfolders?
With the above workaround you can even import folders with names starting with numbers, but I would not recommend to do so, because it introduces a difference between folder names and namespaces for items within the folder (see ciege's other topic for more info).
Regards,
Alex
Ranorex Team