in QuickTest Professional (QTP) by
What are the different kinds of Test steps?

1 Answer

0 votes
by

5 types of steps:

  • Test Object ( Performs actions on a TO)
  • Functions
  • Utility (Steps to control run session. For Example  Reporter.report)
  • Comment
  • Programming logic (Loop, conditions…etc)
...