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
What are the recording modes in qtp?
How will you test a keyboard?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
what type of framework u r using in ur organization
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
What is active screen?
How to execute a winrunner script in quicktest professional (qtp)?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
There is an excel file of 1 to 100 sheets how you will iterate through it?
How can you handle exceptions in qtp?
On what document base Descriptive programming is written if build is not yet ready ?
Is any limitation to xml checkpoints?
explain keyword driven framework with banking domain?
Hi All, I need code for how to execute qtp scripts from excell sheet
What is the difference between Keyword Driven test and Data Driven test?