the presentation layer of my application is built using VB
6.0 and a series of C++ dlls and components. We do not use
Java, VB.Net, C## or any other component that can be
decompiled. We are automating the application using HP
Quick Test Professional. It is not reconginizing the combo
boxes, tabs etc.... Could you please suggest, whether QTP
supports C++ dlls and components or not...if yes, could you
please guide me, how to overcome this situation. Can we
install any special add-ins for this C++? .When we are
performing the recording/execution, the application becomes
very slow. Your quick response will be highly solicited in
this regard.



the presentation layer of my application is built using VB 6.0 and a series of C++ dlls and compon..

Answer / jay prakash

I don't understand why its not reconginizing. Because
practically it should recognize. Its no way related to dlls
C# or Java... if its dialog based or web based .. thats
all .. it should work. Try the object spy and see if those
widgets are of valid object class.

If still it does not works than in QTP there is something
called virtual object. You can find what is virtual objects
and use that feature. Hope it helps.

Regards,
Jay Prakash

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

What is parameterization? What is syncronization pt.?

3 Answers   Semantic Space, SRM,


Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.

6 Answers  


what is error and fault in terms of software quality?

1 Answers   TCS,


what function you write to do database testing with the help of qtp?

1 Answers  


DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?

1 Answers   CTS, Maveric,


Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

1 Answers  


Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)

2 Answers   IBM,


If I change the object name in one action will it be updated in all the actions? Or not?

1 Answers  


How to verify the Cursor focus of a certain field?

1 Answers  


Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)

1 Answers   IBM,


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1 Answers  


what is difference betweem class annd object?

1 Answers  


Categories