domik
14 years agoOccasional Contributor
Moving project from QTP to TC8
Hello,
I'm evaluating TC8 demo right now. I want to move my automation project from QTP to TC. I'm automating Delphi application.
Do you have any standard solutions for this case?
For
example I used "Description.Create" in QTP - I know that I could use findChild
method instead but I would need to convert my descriptions to arrays.
Same thing for GetRoProperty - sometimes I just need to delete it and use TC property but hwnd in QTP is named Handle in TC.
Dates: in QTP - now is aqDateTime.now
Thing is that we have wrapped QTP objects to our own classes and used them in tests. Much of this will work in TC but some parts need to be rewritten in new way (compatible with TC)
Any help would be appreciated.
I'm evaluating TC8 demo right now. I want to move my automation project from QTP to TC. I'm automating Delphi application.
Do you have any standard solutions for this case?
For
example I used "Description.Create" in QTP - I know that I could use findChild
method instead but I would need to convert my descriptions to arrays.
Same thing for GetRoProperty - sometimes I just need to delete it and use TC property but hwnd in QTP is named Handle in TC.
Dates: in QTP - now is aqDateTime.now
Thing is that we have wrapped QTP objects to our own classes and used them in tests. Much of this will work in TC but some parts need to be rewritten in new way (compatible with TC)
Any help would be appreciated.