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 |
What is the output of a + b in vbscript if a = 5 and b = 10?
Which keyword is used to declare a variable in the vbscript language?
what is the difference between modular and data and keyword driven framework
What is the purpose of regexp object in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Mention what is the difference between vbscript and vba?
How to Convert Hex color code to color name in VB Script?
Which function is used to perform string comparison?
how to write vb script code for login gmail page by using notepad and how to run script in notepad
How to write functions and sub in vb script?
What are the rules to name variable in vbscript?
What is the scope of a constant declared using public?