Whenever I use Wscript.Echo Qtp raising Run time error
as 'Object required for Wscript' How I can create object
for Wscript



Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required 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

Post New Answer

More VB Script Interview Questions

how to write vb script code for login gmail page by using notepad and how to run script in notepad

1 Answers  


When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?

1 Answers  


What is the use of the date function in the vbscript language?

0 Answers  


How will you reverse a string in vbscript?

0 Answers  


Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.

0 Answers  






Write a program to resize an array of 5 elements to 4 elements and display all the elements.

1 Answers  


Explain the operator precedence in vb script?

0 Answers  


why variable name should not exceed 255 characters?

0 Answers  


How can you create a file object to work with the files in the vbscript language?

0 Answers  


if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.

0 Answers  


How to access array data?

0 Answers  


What purpose does ‘on error resume next’ serves?

0 Answers  


Categories