i ve an excel in a QC folder. Thru my QTP script i want to
open that excel in runtime. I am running this script from
QC itself
Answer Posted / manoj
with that code we can open a new excel or even open an
excel that is saved in our system
but i want to open an excel (which is saved in Mercury
Quality Center ) during run time.
is there any piece of code to download the excel from
Mercury Quality Center to local machine during runtime?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do you check ticket cost and ticket number in flight application?
What are the technologies supported by qtp?
What is throw Object?
desribe a situation where u faced a stressful situation and how did u cope with it
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
what is the mail use of frame work(with detail). architecture for keyword driven frame work
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Explain object spy in qtp.
Plz Explain AUTOMATION REFERENCE MODEL?
Explain quicktest professional (qtp) testing process?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
what is run-time data?
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)
With what extension you can save the list of tests in a file to run in test batch runner?
could any help me please, how to work on visual foxpro application using UFT