I want to export the datasheet to excel.Instead of total
file it exports only data without headers.How to solve this
problem?
Answer Posted / ram
using "Datatable.ExportSheet" method
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
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 will you test a stapler?
Suppose I want fail that check point? How can you do that?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Explain how qtp identifies object?
what is the difference between modular framework & datadriven framework
Explain quicktest professional testing process?
Can anybody post some real time scenario in qtp? please its very urgent.
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
When do go for loop condition in test?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.