Hi All
As per the requirements i have to copy the data from word
document to excel sheet using the QTP
Note : Data in word document is in tabular format i.e there
is 80 rows and 5 columns table
Can any body provide code for this ?
Thanks in advance
Regards
Test123Test
Answer / ajreddy
first u have to import to the the datatable than u can
export to excel sheet
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
what is Compile Module in QTP? what exactly it contains Functions or Actions?
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?
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?
what is test data
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
in process of project exaplnation the defects are says frequently r not?
What is the parameterization? Give one example?
in login module login button chage regularly(means login button change to submit button).What is the code for it.
If you are testing a web application then what will you test in that application?
what's the difference in between function and sub and give some code as well