how to write regular expression for Date field?
Answer Posted / raghu
To apply Regular expression for Date we have to split months
1) [0][1-9] because it accepts 01,02,...09 as months
2) [1][1-2] and this is for 10th,11th, 12th months
Now The Regular expression for whole date format is as follows
Example MM/DD/YY
[0][1-9][/][0-9][0-9][/][0-9][0-9] for 1 to 9 months
[1][1-2][/][0-9][0-9][/][0-9][0-9] for 10 to 12 months
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is output value in QTP and how it can be used in automation testing
What are the advantages of Object Repository?
what are all the fileds present in object repository?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
How do we analyze the checkpoint results?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
in my application,validation message has in japanise language.how to validate this message is appears properly or not
when will you do debug your script? and explain that process?
What is smart identification in QTP?
How can you identify the browser and its information using the qtp script?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
What is the recovery scenario in qtp?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji