Sending Keyboard strokes in UFT 11.5 – User friendly Tech help
Scenario:-nHow we can perform events like Click down Arrow Enter, Tab Using UFT?nnApproach:-nWe need to use “SendKeys” method of “Wscript”nnDefinition:-nSendkeys, is used to send one or more keystrokes to the active window as if they were typed at the keyboardnnSyntax:-nObject.Sendkeys KeystrokesnnExample:-nHow to activate windows Key /Startup Program?nnNote:-Shortcut for Windows Key in Windows 7 is “CTRL+ESC“.nnCode:-n n…