Using Regular expression in Date format DD/MM/YYYY
(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4})
in this regular expression year 0000 also accepted.I need
atleast any one single digit must be nonzero value (like
0009,1000,0034)
You can use following Regular Expression
(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/((?!0000)[0-9]{4})
| Is This Answer Correct ? | 0 Yes | 0 No |
Give me exact application where we should use low level recording?
Diff b/w Health care domain and Banking Domain?
How to release all resources file from the QTP?
How to supress warnings from the "Test results page"?
what is the hierarchy to use properties in descriptive programming
What are Error handling other than Recovery scenario manager?
Few basic questions on commonly used Excel VBA functions.
Can we add the objects of an application dynamically?
2 Answers KEN Group, LD College,
who QTP recognizes the object stored in object repository?
How many add-ins comes by default with qtp?
How many regression test suits in your appliction?
How is test case write?