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
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Which data type/types are supported by vbscript language and what are their specialties?
What are the naming conventions while declaring a variable in the vbscript language?
How will you get the largest subscript of an array in vbscript?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
What is purpose of scripting.filesystemobject class in vbscript?
What is the difference between a dictionary and an array?
Is vbscript a case-sensitive or case-insensitive?
What are events in the vbscript language?
Why is the use of exit do or exit for statements within loops discouraged?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Why is error handling required?