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 |
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
How can we do Data driven testing Using For loop in QTP?
What does it mean when a check point is in red color? What do you do?
How to get the particular property value?
What is meant by Output Value in UFT?
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
Why to use descriptive programming?
Discuss quicktest professional environment?
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
I want to open a text file and then search some specified text in it and then replace that text with some other text i found that text in .txt but do not know how to replace that text can any body help me. if possible put the code for qtp
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...