Multiple choice technology testing

What are the categories in the Step Generator?

  1. Object, Operation, Value

  2. Library, Built-in, Local Script

  3. Operation, Arguments, Return Value

  4. Test Objects, Utility Objects, Functions

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Step Generator in QTP/UFT organizes available operations into three categories: Test Objects (application objects), Utility Objects (built-in tools like DataTable), and Functions (user-defined or library functions). This categorization helps testers quickly locate the appropriate operation type when generating test steps programmatically.