+1 vote
in QuickTest Professional (QTP) by
What is Procedure or Subroutine in VB Script?

1 Answer

0 votes
by

Sub procedure is a series of VB Script statements (enclosed by Sub and End Sub statements) that perform actions but don't return a value. A Sub procedure can take arguments (constants, variables, or expressions that are passed by a calling procedure). If a Sub procedure has no arguments, its Sub statement must include an empty set of parentheses ().

Related questions

+1 vote
asked Sep 12, 2020 in QuickTest Professional (QTP) by JackTerrance
0 votes
asked Apr 13, 2020 in QuickTest Professional (QTP) by amita rallin
...