Is it possible to migrate my QTP tests to TestComplete?
I'm wondering if it's possible to migrate QTP scripts to Test Complete?
I found this http://web.archive.org/web/20091112201301/http://www.automatedqa.com/l/tc-nl-mom/ and signed up but have heard nothing, is there a migration tool available or do TestComplete have consultants who can undertake this?
Thanks
If your project is architected in such a way that your tests use helper functions to perform actions in your app then most of your conversion work would be on your helper functions and not the tests themselves. I architected my project in such a way and was able to convert the whole thing from VB script to JScript easily within a couple of days. This also makes it easier to switch tools if you decided for example to move from Test Complete to Selenium or some other tool in the future.