abishekhari007
5 years agoContributor
QTP to Testcomplete JavaScript migration
is it possible to migrate qtp codes to testcomplete JavaScript codes if yes how do I do it
- 5 years ago
Hi,
Generally speaking, anupamchampati is correct.
However, you may consider something like this:
-- Examine existing test from QTP and manually NameMap in TestComplete all controls that the test interacts with;
-- Register application as a Tested Application in TestComplete;
-- Start recording in TestComplete;
-- Start test execution in QTP;
-- When QTP will stop test execution, stop recording in TestComplete and tweak recorded test as needed.