how to write regular expression for Date field?
Answers were Sorted based on User's Feedback
Answer / saurabh mishra
For MM/DD/YYYY
format would be
[0-1][0-2]/[0-3][0-1]/200[0-9]
For DD/MM/YYYY
format would be
[0-3][0-1]/[0-1][0-2]/200[0-9]
and let me assure you that it is correct.
| Is This Answer Correct ? | 3 Yes | 19 No |
can anyone tell me from where i can download qtp demo or crack version
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How to create a standard checkpoint ?
What is the basic concept of quicktest professional?
what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.
What is the use of low level recording? How does it useful?
assume i have few url link how will i dynamically call then using descriptive programming?
How to check which add-ins are associated with a test in qtp?
What is qtpro? What is quick test pro?
Diff b/w Health care domain and Banking Domain?
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????