Micro Focus QTP (UFT) Forums
script is not generating for some objects - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: script is not generating for some objects (/Thread-script-is-not-generating-for-some-objects)



script is not generating for some objects - vikram - 01-16-2008

script is not generating for some objects while recording an application in QTP

for ex..there is a drop down list in our application,while we are doing recording the script is not generating for that dropdown list


RE: script is not generating for some objects - Rajashekar Gouda - 01-16-2008

what is the technology dev team has used to develop the application... for exp Java .. dot net..check u have the proper add ins to cope up the technology of application.

Regards
Raj


RE: script is not generating for some objects - vikram - 01-17-2008

hi,

we are using .net technology for the application


RE: script is not generating for some objects - Rajashekar Gouda - 01-18-2008

What I faced while automating the dot net application was, when i stard recording by using QTP, the application was kept on refreshing even for long time without allowing me to record. But to overcome that issue i just used the ojbect spy and then i used DP, when i use DP it was showing all the properties like

Code:
Browser().page().WebTable().WebList()

So pls use the spy and try to use the DP

Pls let me know the result

Regards
Raj
rhotur@gmail.com


RE: script is not generating for some objects - dsharma - 01-21-2008

You need a separate add-in for .net applications. Once you install that, QTP will start recognizing all the objects.


RE: script is not generating for some objects - vikram - 01-22-2008

hi,

Thanks for reply,

I want to know what add-in we need for this,if u have can u send to me,


RE: script is not generating for some objects - dsharma - 01-22-2008

You need .net addin for which you need to contact qtp people.Ur company will have to purchase this add-in. You can contact them using your existing license code.


RE: script is not generating for some objects - Uttam007 - 02-23-2008

Did anyone use QTP for testing Webservices ? Its basically The Webservices which has to be tested which doesn't have any front-end design for which one can integrate or test, we need to check whether the webservice is occuring and at what interval we get pass or fail ?