I want to learn QTP Online, where can I get quality training?
Answer Posted / sahithi
Mr.Hema Sundar Sir is teaching online classes for Automation
and Manual Testing...I have learned from him...I think he is
the best in Testing....His mail id shemasundar@gmail.com...
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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)
How many tabs are available in debug viewer pane?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How will you check that your test cases covered all the requirements?
What are some test assets and related extensions of qtp?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
How will you declare a variable in qtp?
Is it possible to switch between recording modes during a test creation?
write the vb script for call to new action in qtp?
What is the syntax to call one action in another?
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
Explain about business process component? types and usage?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How to delete an object from the object repository?