GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP

 Print  |  
Question:  Step Generator

Answer: For what purpose step generator is used?


January 01, 2009 01:08:53 #5
 mathan_vel   Member Since: December 2007    Total Comments: 350 

RE: Step Generator
 
The Step Generator enables you to add steps quickly and easily, by selecting from a range of context -sensitive options amd entering the required values. In the Step Generator dialog box you can define that use

* Test Object and Properties
* Utility Object methods and properties
* Calls to library functions, VBScript functions and internal script functions.

For Ex: You can add a step that checks that an object exists, or that stores the returned value of a method as an output value or as part of a conditional statement. You can parameterize any of the values in your step.
     

 

Back To Question