We need to verify the user name & password in for the user
validation. But we don't want to use the parameterization/
loop for user name and password. What is the way in
scripting so that user & password will generate automatically.
Answers were Sorted based on User's Feedback
Answer / aman
With the help of regular expression
[A-Z]+[a-z]+[0-9]
| Is This Answer Correct ? | 0 Yes | 3 No |
how u will evaluate the tool for test automation?
Can we directly automate test script according to requirements?
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
WHAT IS DIFFERENCE B/W QC 9.2 AND QC 10.0
what is the mediater between qtp and application/project in automation testing?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
does automation replace manual testing?
what is the use of Browser.sync()
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
what is the Debug view?
On what basis we select test cases to automate?