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 |
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How do you change Logical Name of the object in test script?
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
how to disable the pop ups through QTP using a script
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
Can any suggest me what is exposure testing?
How to "Turn Off" QTP results after running a Script?
In where you are keeping or maintaining shared object repository (file)in your appliction?
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?
What are the steps involved in recovery scenario wizard?