Solved
Forum Discussion
TanyaYatskovska
Alumni
10 years agoHi 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.