Facing issue with COM calling keyword with parameter
Hi there,
I'm facing issue calling keyword with parameters via COM services
If anyone can help quickly would be of great help
IntegrationObj.RunProjectTestItem(ProjectName, ProjectTestItemName)
has only provision to pass keyword name, how to pass parameter ? is there any better alternative ?
Thanks
Hi,
I would ask Support via the https://support.smartbear.com/testcomplete/message/ form.
And I would appreciate it if you update this thread with their reply.
Personally I have no better idea at the moment than try the GetObjectByName method (https://support.smartbear.com/testcomplete/docs/reference/project-objects/automation/integration/getobjectbyname.html) to get the reference to the keyword test object, set its parameters and then run this keyword test. But this is just a quick idea that I did not verify.