Suppose i have given 10 test cases all the test cases should
be automated?
Answer Posted / lak
How to calculate Return Of Investment(ROI)?Please answer this question
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference in global and action sheet in qtp?
Explain Descriptive Programming Types with Examples?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
How to find the difference between 2 dates in qtp?
when u script reveiwing in which area u more concentrates?
How do you send email with attachment from outlook using qtp ?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Mention the test steps of qtp.
when will you do debug your script? and explain that process?
how to find that tools work well with your existing system?
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)
can any body give the banking domain concepts/links
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
Where we can use the analog mode and where we can use the low – level mode?