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 |
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
Explain the tristate constants in vbscript?
What are the data types supported by vbscript?
What is the difference between javascript and vbscript?
Explain the support of asp for vb script functionality?
Mention what are the rules to name variable in vbscript?
join all the array values without using join function?
What are the differences between sub procedures and function procedures?
Mention when to use function procedures and what are its characteristics?
How to capture a runtime error in vbscript?
How will you get the largest subscript of an array in vbscript?