How do I parameterize Project Suite runs?
How can you parameterize Project Suite runs, as you can Projects, with a file input for example ?
Specifically, I want to Enable/Disable Projects in the Project Suite for different configured runs with TestExecute.
Support has indicated I can use COM, but it looks overly complicated for our purposes.
Can't I simply save different versions of the Project Suite (.pjs) file, with the different enabled/disabled Project combinations I need, and swop them out somehow using a script (Python perhaps), for different TestExecute runs? Would that work?
Thanks,
Gerhardt
Hi Gerhardt,
As you are talking exactly about project suites, I think that the best approach will be to create several project suites with different names and add needed projects to them. Then you should be able to execute this or that project suite from the command line.
If you are going to execute tests from different machines, you may also consider shared (networked) mode for the project suite (http://support.smartbear.com/viewarticle/56384/) to have certain projects within the suite enabled/disabled when running from certain test machines.