Adding a Comment
Posted on February 24th, 2009 in QTP Lessons
By default, KEYWORD VIEW in the QUICKTEST PROFESSIONAL window does not display the comment column.

To display the COMMENT column in KEYWORD VIEW:
- Right-click any column name in KEYWORD VIEW and select COMMENT from the menu. The COMMENT column is displayed in KEYWORD VIEW.
Note: Alternatively, from the QuickTest Professional menu bar, select TOOLS ? VIEW Options. The KEYWORD VIEW OPTIONS dialog box appears. Select COMMENT in the AVAILABLE COLUMNS list and move it to the VISIBLE COLUMNS list. - Click the Comments column, and type your comments in the COMMENTS column.
- Ctrl+M is the keyboard short cut to comment.
- Ctrl+Shift+M is the Keyboard short cut to remove the comment in qtp.
Related posts:
Tags: QTP Lessons
This post has one comment
June 16th, 2010
How to count rows in webtable.
rowc=browser().Page().webtable().rowcount
msgbox rowc