Forum Discussion
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.
Hi Tanya,
big thanks to you it works !
Before i tried to call params with %ParamName% , that was the Problem.
A have maybe another question:
Is somehow possible to send params to TestComplete i mean in command line way (for late processing in TestComplete with 'BuildIn' class ) ?
For example:
'TestName' param i will use in TestComplete Test build step but others (EnvName, BrowserName) i want only send to TestComplete in command line. Is that possible ? I will be very thanksfull if this is somehow possible.