why use Description programming? what is advantages and
disadvantage of this methods?
Answers were Sorted based on User's Feedback
Answer / keerthi
If at all the objects description is kept inside the
program itself then it is known as descriptive programming.
advantages:
descrptive programming execution speed is good.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / uday
DP is useful when the application is not ready(built), and
we know all properties of the objects used in that
application.
Assume you have a page in which there are 50 checkboxes.
You want to select all the checkboxes. You can do this
better using DP.
While running scripts, it is little faster of execution if
you use dynamic DP than OR, since to build the object, QTP
has look for that object in OR, retrieve the object
properties and build the object. Where as in dynamic DP,
properties are provided on the object itself.
Is This Answer Correct ? | 1 Yes | 0 No |
Explain hybrid framework with advantages and disadvantages?
3 differences between QTP & Winrunner?
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How u perform Batch Program in QTP?
Why is action split used by qtp?
I have to automate excel features using qtp in this i need to open instance of excel in different ways like double click on file, drag & drop options, File > open option but i know the 2 ways to open the excel instance 1 is by creating the object and another is to open the excel file in already opened instance of excel through sendkeys through qtp. But i m not geting how to open excel file through double click and drag and drop option through qtp script plz help me out anyone can thanks in advance
This is Ajay i have few douts if anybody know pls give me reply. 1. i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i have 10 links in a page all of them have same properties& names i want to click on 5link by using script. 3.i have one combobox in that i want to see all the citynames in the combobox and i have to check weather hyderabad is present or not. 4. size of objectrepository. 5.what r problems we get during writing the script. 6.is it possible to compare to excel sheets in qtp if possible wht is the script. 7.example for lowlevelrecording
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
How to export QTP results to an ".xls" file?
What is Object Spy in QTP?