Micro Focus QTP (UFT) Forums
Keyboard operations - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Keyboard operations (/Thread-Keyboard-operations)



Keyboard operations - Rajesh - 02-27-2008

Hi All,

I want to perform keyboard operation on few places for my project.
I think there are some ways to do that but i am not experienced that much level.
Some one please explain me or let me know your opinions.

Keyboard operation = Shift+Home or Shift+End.

Thanks in advanceSmile

Rajesh


RE: Keyboard operations - FredMan - 02-28-2008

Look up the type method in the help files. This should solve your problem.


RE: Keyboard operations - Rajesh - 03-04-2008

Hi friend,


Thanks for your reply, my application is java based so type method is not acceptable in all places.
I got the resolution
I have used "Send Keys" method.


RE: Keyboard operations - FredMan - 03-04-2008

Awesome. Thanks for posting the solution.