Monday 22 July 2013

QTP - Click on Menu Operation

For example menu is File -> New -> Blank if it is a VB application then
VbWindow(”WindowName”).WinMenu(”MenuName”).Select “File;New;Blank”

If it is a web application then
browser(”brows1”).page(“page1”).webmenu(“menu1”).Select “File;New;Blank”

No comments:

Post a Comment