mkiewicz
9 years agoOccasional Contributor
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 cur...
- 9 years ago
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