Categories Uncategorized Example of SendKeys in UFT Post author By ufthelp Post date February 28, 2013 1 Comment on Example of SendKeys in UFT Scenario1:– User wants to click Right Arrow to access particular tab in Microsoft Excel? Code:– Set objClick = CreateObject(“WScript.Shell”) objClick.SendKeys “{RIGHT}” Set objClick = Nothing Scenario2:-How to launch Task Manager in windows?Note:-Shortcut for Windows Key in Windows 7/8 is “CTRL+SHIFT+ESC”.Code:– Launch Task Manager in windows What is SendKeys?Keystrokes in SendKeys? ← Manual testing v/s Automation component testing → What is Quality? One reply on “Example of SendKeys in UFT” Thanks, me ayudo a usar el {TAB} Leave a Reply to karloswyn Cancel replyYour email address will not be published. Required fields are marked *Comment Name * Email * Website
One reply on “Example of SendKeys in UFT”
Thanks, me ayudo a usar el {TAB}