is it possible to operate(on/off)the capslock using qtp
Answer Posted / 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 |
Post New Answer View All Answers
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How many types of recording modes in qtp? Which will be used when?
What are the views available in quicktest professional (qtp)?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Who uses qtp tool?
By using QTP can we record any log files written by the application which is in execution?
What is the syntax to call one action in another?
Explain object spy in qtp.
How can I import environment from a file on disk?
how to idetfy which test cases are automated?who will deside that plz tell me
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What is the short cut keys for the following?
How can i initiate the objects to find uniquely in OR
Give the syntax to import/export xls into qtp.
What is difference between run time object and test object?