C++ project Testing in QTP problem

Hi, We have got a project to be automated using QTP. The application however has been designed using C/ C++ as told by the client.
The problem with the QTP (free version downloaded from the net) is that it doesn't identify the objects at all other than the window object.
When record playback is done all the actions are in terms of x - y co-ordinates and click methods of QTP.
Is there a separate add-in for learning the objects in this scenario?
Also if there is no need for the additional add-ins can you please let me know some feature of QTP which will help me in identifying the objects?

This is needed on an urgent basis as the client has already given us the project to start!!!!

Thanks in advance,
Raghu

Showing Answers 1 - 3 of 3 Answers

Chaitanya

  • Apr 13th, 2007
 

Hi Raghu,

You don't need any addins for C++ applications .If you try writing your own code ex.Window("").Dialog("").etc  by capturing objects into repository or use descriptive programming it will work. As I'm also working on a c++ application I have this problem
when recording, but when I write my code its working fine.Let me know if you need any more help.

Regards,
Chaitanya

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions