What variable can you use to share info across the whole
application for one user?
Answer Posted / pradeep
Session
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How can you create a file object to work with the files in the vbscript language?
Which data type/types are supported by vbscript language and what are their specialties?
filter the array values without using filter function?
Explain about tristate constants?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Mention what is select case statement?
How to Import data from a file (file is on the desktop) to the data table
Mention characteristics of sub procedures?
How will you get the exponent of the given number in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
How will you compare two strings in vbscript?
How to pass argument by reference to a function in vbscript?
What is the difference between a dictionary and an array?