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 |
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Explain about the functionality of vb script?
how to write basic programs in VB Script like addition, multiplication?
Is VBscript case-sensitive?
What is the event handling in vbscript?
what is the code in QTP to take screen shot? Please send me any one to my mail id. my mailid is manu.sanepalli@gmail.com
we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
Which function is used in the vbscript language to convert the specified expression into a date type value?
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
print the array values in ascending order?
Which event is triggered when mouse focus comes out of an element in the vbscript language?