Forum Discussion
Java being a C-like language, you can probably use the C# version at https://support.smartbear.com/testcomplete/docs/working-with/automating/via-com/about.html and adapt it for Java.
The solution which you have suggested, I have already used same in vb. But as I have already mention that I have used testcomple JAR file. which does not contain GetLastResultDescription().Status property.
That's why I am not able to get status in JAVA.
Please suggest me.
Might be we are using older version of Testcomplete JAR, please share me link for the latest JAR from where I can download it.
- tristaanogre7 years agoEsteemed Contributor
I'm not sure I understand...as far as I know, there is no "JAR" file necessary for the integration as documented in the link I sent you, at least not as provided by SmartBear. Using TestComplete via COM allows that GetLastResultDescription natively without needing to use additional files.
- ChanchalJ107 years agoOccasional Contributor
Let me explain it other way round.
My requirement is to integrate Test Complete test case with BDD scripts which are written in Gauge/Cucumber using underline programming language as JAVA.
Now I am able to integrate the same. I have written a solution in which I execute my BDD scripts which calls Test complete and execute the respective module mapped with BDD script.
Now the challenge is I am not able to fetch execution result of the Test complete module and due to the same not able to take decsion whether my BDD script which is wrapper over Test complete test case is fail or pass.
As far as Test complete integration with BDD is concerned so I have used technique given in below link.
https://support.smartbear.com/articles/testcomplete/bdd-cucumber-and-testcomplete/
Let me know if I am still not clear to you.
- ChanchalJ107 years agoOccasional Contributor
Let me explain it other way round.
My requirement is to integrate Test Complete test case with BDD scripts which are written in Gauge/Cucumber using underline programming language as JAVA.
Now I am able to integrate the same. I have written a solution in which I execute my BDD scripts which calls Test complete and execute the respective module mapped with BDD script.
Now the challenge is I am not able to fetch execution result of the Test complete module and due to the same not able to take decsion whether my BDD script which is wrapper over Test complete test case is fail or pass.
As far as Test complete integration with BDD is concerned so I have used technique given in below link.
https://support.smartbear.com/articles/testcomplete/bdd-cucumber-and-testcomplete/
Let me know if I am still not clear to you.