Solved
Forum Discussion
Alekhya
5 years agoNew Contributor
Hi Alex,
Thanks for the inputs. So, basically if the framework developed is not in one of the unit testing frameworks given below, we might have to develop custom code to integrate with Test Complete and there is no option to plug it directly. Is this correct?
JUnit
TestNG
NUnit
PyUnit
Ruby Test::Unit
PHPUnit
Thank you!
AlexKaras
Champion Level 2
5 years agoHi,
Yes, I think that your understanding is correct.
> custom code to integrate with Test Complete
Quick ideas out of top of my head are either command-line driver or some COM component, or some web API call.
Or some wrapper that will make it possible to run your Selenium tests via one of the supported framework (TestNG, JUnit, ...)