kixosvk
9 years agoNew Contributor
TestComplete 'Jenkins Job' with parameters
Hi all, is somehow possible to run Jenkins 'Test Complete test' job but with parameters ? When i configure this kind of job with parameters (e.g. ENV, BROWSER or TEST_NAME, etc) these are n...
- 9 years ago
Hi Kixosvk,
I’m not familiar very well with your requirements. However, you can try using the following approach:
- Enabling the This build is parameterized option in Jenkins.
- Specify your parameters and their values.
- In the TestComplete Test build step, you can pass those parameters to TestComplete via ${ParameterName}
- In TestComplete, you will need to modify your project accordingly to your parameters.
Please read the Setting up TestComplete Tests in Jenkins ( http://smartbear.com/viewarticle/70358/ ) article for details.
Does this approach work for you? If it doesn’t, please describe your task in details.