Whenever I use Wscript.Echo Qtp raising Run time error
as 'Object required for Wscript' How I can create object
for Wscript
Answer / utpal
Wscript.Echo is a pure vb script which runs on vb Script
engine where as QTP has wrapper class around the vbscript
engine so it does not support these methods in the script.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the .wsf files?
How will you get the exponent of the given number in vbscript?
how does vb script help in web page designing? explain with example.
How do you get the value of a combo box in Javascript?
Mention what is byref and byval parameters in vbscript?
how to find number of characters(letter a) in the sentence Rain Rain Go away
What is the difference between for loop and while loop?
How will you trim the spaces on the left of a string using vbscript?
How to generate 3 digit random number?
What is the purpose of regexp object in vbscript?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
How are values assigned to the variables in the vbscript language?