How many types of Actions are there in QTP?

Answer Posted / sreeprasad

There are three kinds of actions:

non-reusable action?an action that can be called only in

the test with which it is stored, and can be called only

once.

reusable action?an action that can be called multiple times

by the test with which it is stored (the local test) as

well as by other tests.

external action?a reusable action stored with another test.

External actions are read-only in the calling test, but you

can choose to use a local, editable copy of the Data Table

information for the external action.

Is This Answer Correct ?    58 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to export quicktest professional (qtp) results to an .xls file?

593


How does quicktest professional identifies the object in the application?

550


Explain calling sub procedure.

619


am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)

1277


What is a checkpoint? How many check points are there in qtp?

524






How to customize checkpoints with parameters?

3018


what is meant by Implicit and explicit requirements?

3617


Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..

1343


When to use descriptive programming?

586


How does QTP identify an object?

609


I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }

1690


What is the quicktest professional (qtp) testing process?

566


Can any one send me the QTP Basic Coding Samples?

1611


hi guys, pls tell me for testing institution training hub, hitech city is best or not?

1314


What is recovery scenario in qtp?

581