what does create object actually do when you call it in
vbscript?



what does create object actually do when you call it in vbscript?..

Answer / monika

The CreateObject function creates an object of a specified type.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VB Script Interview Questions

when you use For Loop, While..do, do..while? at what situations which loop will use.

1 Answers  


what is the standards used for writing the script in QTP

0 Answers  


What are the special sub-types in vbscript?

0 Answers  


i need to sort the data using qtp script for this how i need to write a qtp script

0 Answers  


Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10

2 Answers  






Write a program to print all lines that contains a word either “testing” or “qtp”

2 Answers  


I am running a windows based application.While running the script on QTP ,The Application pop-up an Error Message as "object Disabled" in two different scenarios Scenario 1-->The Application pop-up up a Message for Max Session Reached(as the application is set to hold 2 session and if if crosses the pre-defined limit then the error message pop-up) Scenario 2-->When Network connectivity is disabled the Application screen gets greyed out in colour with no operation possible. Now through Exception handling features in QTP ,we need to do the following For Scenarion 1-->Through Exception handling we need to just accept the Message pop-up in the Application and and resume with the call function as is for Scenario 2--> Through Exception Handling featutes on QTP we need to shut down the client , restart the client and resume the call functions as it is Note: The Application returns an Error Message as "object disabled" in both the cases i.e for pop-up message and when the Apllication getting greyed out due to Network failure how can we enhance the script in such a way that for the same error message retured by the application in two different and how to handle them????

2 Answers   Sasken,


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

0 Answers  


Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?

0 Answers  


how to delete folder test3,test4 and test5 using vbscript?

2 Answers  


What is the use of option explicit statement?

0 Answers  


How to Import data from a file (file is on the desktop) to the data table

1 Answers   IBM,


Categories