is it possible to operate(on/off)the capslock using qtp
Answers were Sorted based on User's Feedback
Answer / kiran
using windows script host object we can solve this
Set WshShell=Wscript.createobject(Wscript.shell)
WshShell.sendkeys {CAPSLOCK}
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / rohit
Yes it is possible
For taht you have to rec on screen keyboard by pressing
windows button + U
rec the hole funtion and use it where you need it
| Is This Answer Correct ? | 1 Yes | 1 No |
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.
What is the basic concept of qtp?
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
Have you used xml check point in your project? How?
can test automation improve test effectiveness?
Explain more about the Test Fusion Report of QTP?
wht is Automation testing frame work. pls explain it
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
What is keyword view?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is deference between normal QTP testing and descriptive programming?
How To clear the AutoComplete?