Solved
Forum Discussion
3 Replies
Sort By
- anupamchampatiFrequent ContributorAs far as I know there is no direct way to migrate codes because QTP and Testcomplete have different way to use in build functionality.
Instead you can use the scripting framework and steps from qtp javascript file and update the required changes like Object name , checkpoints and few more which are specific to Testcomplete. - AlexKaras
Champion Level 2
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.
- sonya_m
Alumni
Thanks everyone for participating in this thread!
abishekhari007 did you find the replies useful? Please mark the best one as a solutionπ