What is diffrence between Sripted component , business Component and Application Area?

Showing Answers 1 - 1 of 1 Answers

Anu

  • Feb 6th, 2007
 

You can utilize the full power of both the Keyword View and the Expert View, as well as other QuickTest tools and options, when working with scripted components. For example, you can use the Step Generator to guide you through the process of adding methods and functions to your scripted component. Using the Expert View, you can enhance the scripted component flow by manually entering standard VBScript statements and other programming statements using QuickTest objects and methods. You can also incorporate user-defined functions in your scripted component steps, parameterize selected items, and add checkpoints and output values to your scripted component. Scripted components contain much of the same functionality as QuickTest actions and tests. For example, you can: 1.Work with programmatic statements in the Expert View 2.Create checkpoints and output values. 3.View the hierarchical Keyword View display.4.Create and work with virtual objects.5.Use the Data Table to run multiple iterations. 6.Use the Active Screen to view a snapshot of your application as it appeared when you performed a certain step during a recording session, and to parameterize object values and insert checkpoints, methods, and output values for any object in the page, even if your application is not available or you do not have a step in your test corresponding to the selected object. 7.Use random and environment parameters.8.Set applications to open automatically at the start of a record or run session. Scripted components are also similar to business components, in that scripted components are: Associated with a specific application area (all of its resources must be stored in the Quality Center project and not the file system).Standalone modular units that can be incorporated in a business process test.Linear within a business process test (not hierarchical).Not nested, meaning they cannot call another component.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions