The interviewer asked me when u recorded one
application.object repository properties are saved
with .tsr extention. in qtp expert view wherever mouse is
there that snapshot displayed in active screen but some
recored script lines are not displyed in actives screen y?
Answer Posted / aaa
may be save with screen shots is disabled
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
if numbers are always changing write a script for that
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is 'sleep' in sync point?
Describe function procedure in vbscript.
what is Property......End Property loop? how to write sript for it in QTP
How you can find length of array in qtp?
What is the differences between image check point and bit map check point?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
give me an example where u used good judgement and logic in solving a problem
How to interact tool & application build in QTP?
How you create new action in qtp?
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)
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps