how do you run scripts in QTP?please anyone can answer my
questions
Answer Posted / kalyanijmr
Hi,
After completing the recording or own scripting for that
requirementonly we will go for running the scripts
using "Run" button
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can anyone tell me from where i can download qtp demo or crack version
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
how to prepared for first for the first interview?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Explain in brief about the quicktest professional automation object model?
Are Shared ORs read-only?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
can test automation improve test effectiveness?
Hybrid framework supports Descriptive programming. Is it true?
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)
explain keyword driven framework with banking domain?
Write a script to customize the test results in PDF and HTML format.
How to run a test using quicktest professional (qtp)?
Hi,All How to create a link in excel sheet using qtp