Hi:
How can I create a new project that consists of FinalBuilder projects?
Lets say I have some 10 projects, and I want to create a single project that runs each of the 10 other projects, what action should I use to include each one of the 10 existing projects?
TIA,
Martin.
Martin,
you can use the include project action. Or you can convert (just copy) your 10 projects to 10 separate action lists in your main project and use run action list actions.
Raoul:
Thanks, the ‘include project’ was what I was looking for. I was searching for something with ‘FinalBuilder’ in the title
Regards,
Martin.
I do something similar with a Content Iterate and then execute each content to the include project. Only item I have left to uncover is passing parameter into each project if they are supposed to be different. Right now I pass them in as global parameters and build teh unique ones within the include project.