Wednesday, 13 May 2015

QTP - 12 - Keyword and expert View !

The Keyword view is a table view of the QTP Active screen whereeeach step is a seperate row in the table and each column represents different part of the steps. There are basically 4 columns in Keyword view :

- Item Column contains the item on which you want to perform the step. This column uses icons displays the hierarchy of the GUI object on which operation is performed

- Operation Column contains the operation to be performed on the item. We can add/remove any step from here.

- Value Column contains the argument values for the selected operation,it is used for parameterization purpose.

- QTP automatically documents each step for easy understanding in the Documentation Column
These 4 columns are default but you can also use assignment & comment columns in Keyword View


In The expert view , we can view an editable screen in QTP where we can write our VB codes. For each row in Keyword view a step is generated in expert view.

No comments:

Post a Comment