Can you import and export data from XLS and how?
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
We can import or export the data from Excel sheet in 2 ways.
1. by using Datatable.import("ExcelFile")
Datatable.export("ExcelFile")
2 Place your mouse over datatable in QTP and right click ->
File -> Import File /Export
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dixit
her i want to add some thing
if you want to import particular sheet then you can use
ImportSheet method
DataTabe.ImportSheet("path of Excel",Source Sheet,Dest
Sheet)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramu@sunnys
yes,we use datatable.import for import data and
datatable.export for export the data
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ramu@sunnys
yes,we use datatable.import for import data and
datatable.export for export the data
| Is This Answer Correct ? | 0 Yes | 2 No |
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What is the scripting language used in QTP?
How to find Operating system information using QTP script?
How can i open a file in Textpad and replace a string with another using QTP
What are private functions in QTP? How they can be called from the function library?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?
In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?
Explain the check points in quicktest professional (qtp)?