Forum Discussion

PadmaK's avatar
PadmaK
Occasional Visitor
9 years ago

Is it possible for testcomplete to communicate with HP UFT using any adapter or wrapper?

Hi,

 

We are using UFT and testcomplete tools for testing. Actually for testing one of our application, as UFT is not supporting we are using testcomplete. There is a workflow from one application to downstream applications. We run the first applications in UFT and the downstream is tested in testcomplete. So the output from UFT which is required to run the downstream is copied in excel in a shared location. We start testcomplete which takes the excel as input and run the tests. Is there any possibility of UFT communicating directly with testcomplete using any adapter or wrapper?

 

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 3 rankChampion Level 3

    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".