how to write script in qtp(vbscript)..i mean with out
application deployed..and how to call script1 into script2?
Answer Posted / shafi
hi
Using Descriptive Programming automation scripts can be
created in QTP even if the application has not been
developed.
Whenever QTP records any action on any object of an
application, it adds some description on how to recognize
that object to a repository of objects called object
repository. QTP cannot take action on an object until
unless its object description is in the Object Repository.
But descriptive programming provides a way to perform
action on objects which are not in Object repository
There are two ways in which descriptive programming can be
used
1. By creating properties collection object for the
description.
2. By giving the description in form of the string
arguments.
Is This Answer Correct ? | 45 Yes | 4 No |
Post New Answer View All Answers
What are the key points to create a framework in QTP for oracle forms?
What are advantages of test automation?
Is it possible to use two instances of UFT on the same machine? If not why?
How you can delete excel file in qtp?
How does quicktest professional identifies the object in the application?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
how to idetfy which test cases are automated?who will deside that plz tell me
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
How you calling actions in qtp?
How to export quicktest professional (qtp) results to an .xls file?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
what is keyword driven testing in qtp?n how is it useful?
how to post xml data from QTP scripts to any application?
What are the different attributes used with regular expression?
What is text check point and text area check point?