Forum Discussion

ian807's avatar
ian807
Occasional Contributor
10 years ago

Trying to send parameters from .net application to TestComplete function.

Hi,



I've written an application to access functions that I've written in TestComplete. This is working without difficulty, however, the TestComplete function I need to call takes two arguments.



The VB.net code samples only show how to call a function like so:



 IntegrationObject.RunRoutine(sProjectName, sUnitName, sRoutineName)



There is no example in the documentation that demonstrates how to add two or more arguments to "sRoutineName" If this exists in the documentation, could someone point this out?



Thanks in advance for any help,

Ian