How to export(copy) the entire webtable from the webpage
into Excelsheet? using Vb scripting
Answer Posted / raj
Thanks for answering to my question. Thanks a lot
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
unique properties of button,edit box, radio button,check box?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
how to create flat file datasubmission in qtp
how can we do the frame work in qtp
In Remote acess server how u run a test?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What are metrics and matrix?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What is action split and the purpose of using this 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)
Explain the difference between call to action and copy action?
What phases are involved in testing an application in qtp?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance