Integration With CodedUITest
I have a suite of tests that were built using the C# bindings using Microsoft CodedUITest with Selenium 2 (WebDriver). The tests use the Page Object Model. My company uses TestComplete and we are currently on build 12.10.590.7 and I would like to bring these tests into the greater regression suite that we have constructed. I have found that re-creating the Page Object model in TestComplete is not practical.
So my question is whether or not TestComplete can integrate with CodedUITest and Selenium so that I can run these tests using TestComplete?
I can't seem to find anything on the 'Net or in the support portal that addresses this and I'd like to avoid having to re-create the tests using a different framework
Thanks in advance for any assistance
Mike Kiewicz
Hi Mike,
> I have found that re-creating the Page Object model in TestComplete is not practical.
TestComplete provides Page Object pattern out of the box via NameMapping-Aliases functionality.
> whether or not TestComplete can integrate with CodedUITest and Selenium
Yes, it can.
As for Selenium, TestComplete provides direct integration: https://support.smartbear.com/testcomplete/docs/working-with/integration/with-selenium/index.html
As for CodedUI - it uses MSTest as runtime engine, thus CodedUI tests can be executed from within TestComplete as regular MSTest unit tests: https://support.smartbear.com/testcomplete/docs/working-with/integration/with-unit-test-frameworks/ms-test/running.html