Computer Science, asked by rishadhashmi, 4 hours ago

defferentiate between action and procedure​

Answers

Answered by Barshachhetri
1

Answer:

Action is specific to QTP and not the part of vbscript. Every QTP test has at least one Action(default name is Action1).

Action can have an object repository associated with it. Action can return multiple values in form of 'output parameters'.

procedure is a series of statements, enclosed by the Sub and End Sub statements

1) can perform actions, but does not return a value.

2)can take arguments.

3)without arguments, it must include an empty set of parentheses ()

Similar questions