I have one question as HP QTP is concern, Please send your
answers.....
Can we do testing of any application without using any of
the framework which are we used in QTP tool.
If yes then how it can be possible in the HP QTP tool.
--
Regards
Answer Posted / anita
But even though u just record and play back wont it b considered as linear frame work ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is action?
How do you capture tooltip using QTP?
How can i initiate the objects to find uniquely in OR
How to data driven test for Win objects 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)
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
if anyone has idea of the interview procedure in covansys, plz send me a mail?
regular expression in qtp standar check point for months from accepting months from january to december only
what is the hierarchy to use properties in descriptive programming
Explain the features of quick test pro(qtp)?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
can test automation improve test effectiveness?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
What phases are involved in testing an application in qtp?
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..