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)



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..

Answer / diganta.ddas

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

Post New Answer

More QTP Interview Questions

How you automate test scripts

1 Answers   Novartis,


If you are testing a web application then what will you test in that application?

0 Answers   Infosys,


HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST

8 Answers  


What are the types of Object Repository’s in QTP?

1 Answers   Crea,


what you mean by artifact,milestone...

0 Answers  






What is the extension of the recovery scenario file in qtp?

0 Answers  


how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance

1 Answers  


what are inputs for automation?

3 Answers  


How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?

1 Answers  


Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer

2 Answers   IBM,


How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?

0 Answers  


I have given u a application.To automate it what are the things will u consider?

4 Answers   Wipro,


Categories