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
What are the uses of vb script?
What is loose binding? Why is it not a good practice to use it?
What is the event handling in vbscript?
Mention what is byref and byval parameters in vbscript?
Explain about the asc function?
How to declare an array in vbscript?
How are arrays declared in the vbscript language?
Explain about arrays in vb script?
Differentiate javascript and vbscript?
What is Procedure or Subroutine in VB Script?
How should i Create Email invite with server-side Coding?
What is the difference between for loop and while loop?
What is the extension of the vbscript file?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Explain about the functionality of vb script?