coldeapaul
3 years agoOccasional Visitor
TestComplete script running from Jenkins
Hello,
I have 2 problems when I'm running TestComplet script from Jenkins.
1.
I have a string parameter in job configuration that is used for a search. Due the running, at the search step, instead of my input for searching is filled with: my input + /JenkinsTCPluginVersion:2.8.1.
Example: I want to search for "TestComplete", but in search box will be "TestComplete /JenkinsTCPluginVersion:2.8.1".
2.
If the input text for searching contains a space character, In the search box the space will be changed to inverted comas.
Example:
I want to search for "Test - Complete", but in search box will be "Test" - "Complete"
TestComplete Version: 15.40.421.7 x64.
Thank you.