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 |
what is Compile Module in QTP? what exactly it contains Functions or Actions?
what is the difference between IE & Netscape in web testing on a log in page
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
What are the framework folders?
How can we change(increase or decrease)the size of a array variable with out loosing the previous values
1 Answers DST Global Solutions,
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
how can i count the number of links???
how to identify the user defind varibles? plz tell me