write the regular expression for date format of mm/dd/yy?
Answer Posted / rajesh
Pavani your point is correct
Here is the format for the input.
MM will be 1 to 12 "[1-9]|1[0-2]"
DD will be 1 to 31 "[1-9]|[1-2][0-9]|3[0-1]"
YY will be "[0-9][0-9]"
Hence MM/DD/YYYY will be
"[1-9]|1[0-2]/[1-9]|[1-2][0-9]|3[0-1]/[0-9][0-9]"
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is QTP’s model for test creation?
What are the differences between quicktest professional and winrunner?
How many types of object repository in qtp?
What is the meaning Work bench?
assume i have few url link how will i dynamically call then using descriptive programming?
Write a script to customize the test results in PDF and HTML format.
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
What is active screen?
When do go for loop condition in test?
What are the differences between qtp and winrunner?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
give me the code to save all messages of inbox of gmail into a folder and notepad
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
Explain QTP using different development techniques ?
Which functionalities of QTP used in banking project?