Explain the keyword createobject with an example.
Answer / sreeprasad
Creates and returns a reference to an Automation object
syntax: CreateObject(servername.typename [, location])
Arguments
servername:Required. The name of the application providing
the object.
typename : Required. The type or class of the object to
create.
location : Optional. The name of the network server where
the object is to be created.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain actions in qtp ?
How can i use Ordinal identifiers and Smart identification methods suppose i want to know the index no of check box
What are the key elements available in test result window?
How to associate function library at a run time?
Differentiate the two Object Repository Types of QTP.
I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?
How can you send user defined messages to test report?
how to get the particular chr in an array list the question is ....i have an array like this ABCD EBCF GBCH IBCJ HERE I NET TO GET ONLY "BC" FROM ALL HOW TO GET IT HELP ME ANY ONE THANKS
How to execute a VBS file without using Execute File statement?
how to test use the quality control .how to verify the image verification
Could any one suggest web site links to learning VB Script for QTP purpose??
PLS REAL TIMERS WRITE THE ANS FOR THIS? WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS 1)SHARED REPOSITORY BASED SCRIPT 2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?