Can abody explain me Send keys concept
Answer / nath .t
Send Keys: Sends one or more keystrokes to the active
window.
There are two types of Sendkeys are available in QTP.
1. Sendkeys Method(CustomServerBase)
2. Sendkeys Method(IMICDeviceReplay)
| Is This Answer Correct ? | 2 Yes | 2 No |
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
What is difference between run time object and test object?
What are table and db checkpoints?
Diff. between keyword driven Data driven testing?
what you mean by artifact,milestone...
How to handle the exceptions using the recovery scenario manager in qtp?
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
What are the enhancements u did after recording ur script?
what is the Exact Meaning of Environment Variables?
What is the main difference between desriptive programming and generic functions
can we change the name of a check point? when will you start writing testcases? do you follow any methodology for writing test scripts? qtp is key word driven testing or data driven testing?
what is the another name for blackbox testing?