Whenever I use Wscript.Echo Qtp raising Run time error
as 'Object required for Wscript' How I can create object
for Wscript
Answer Posted / 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 |
Post New Answer View All Answers
Why to use option explicit in vb script?
Explain the arrays in vb script?
where can i learn VB scripint ?
Anyone have qtp11.0 crack?
What are the properties of regexp object?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
Explain about the extension .hta?
What is dictionary object in vbscript? Explain?
How to declare an array in vbscript?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Why is the use of exit do or exit for statements within loops discouraged?
Mention the environments where vbscript could be run?
Explain the adodb.stream class?
Which operator is used to concatenate the 2 values in the vbscript language?