HI, I have downloaded and debugged the code and have found the issue. Issue is in the function "HandleOutputArguments". There is a loop running on QTPParamDefs.count, and the loop variable starts from 0, but QTPParamDefs array's lower bound is 1 instead of zero. if we change the loop counter to start from 1 instead of Zero, the code works perfectly fine. Because of this issue catch is called and "QTP Not launched error" is generated by the code. I tried running the UFT scripts with or without parameters but Jenkins job is always failing inside this funtion, if we are running the scripts from File system. Please resolve this issue as its blocking our complete implementation.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to