How to Import data from a file (file is on the desktop) to
the data table
Answer Posted / mythreyi
We can import a file in two ways.
1) In Qtp window -> Go to data table -> Right click on data table select File -> import file
2) In keyword view, write datatable.import "path of the file"
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
What are events in the vbscript language?
What are the environments supported by vbscript language?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How to assign a date value to a variable?
what is the differance between BYVAL,BYREF?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
what types of bugs will we find out in banking projects for automation testing?
What are class variables?
How will you convert a given number to long in vbscript?
What is the use of the instr function?
Explain the filter expression?
How many types of operators are available in the vbscript language?
Why to use option explicit in vb script?