Forum Discussion
AlexKaras
10 years agoCommunity Hero
Hi,
Not sure if I got the question completely, but the quick idea is to pass required parameters to TestComplete via its command line. (My guess is TestComplete is started by UFT as an external application.) Parameters can be packed in the structure that specifies parameter name, type and the value and parsed within TestComplete test code during runtime. E.g.: "caseID:int:12345;storyID:int:98765;TCtestItemID:str:Login Site".