How many scripts do you write per day. What is the average
number of scripts you have written in your recent project
Answer Posted / ram.polavarapu
descriptive programming are two types
1)static descriptive programming
2)dynamic descriptive programming
static descriptive programming->we are going to write the
properties of an object script it self only
dynamic->for similar objects we are going to create declare
by using descriptive.create
| Is This Answer Correct ? | 2 Yes | 43 No |
Post New Answer View All Answers
How to check which add-ins are associated with a test in qtp?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
What is Curd testing?
Hi All, I need code for how to execute qtp scripts from excell sheet
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
can i compare two databases using QTP ?
Explain the views in the QTP GUI?
how can we do the frame work in qtp
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
How to use the object spy in quicktest professional 8.0 version?
How you can decide which type of object repository you have to use?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
How to attach a file to TD?
How many types of actions are there in quicktest professional (qtp)?