how to write regular expression for Date field?
Answer Posted / 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 |
Post New Answer View All Answers
How will you check a web application for broken links using qtp?
How QTP support all types of applications (platforms)?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Can you brief the hurdles you faced during Automation testing?
what is review
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
hou can we use vb script in qtp could u tell me breafly
Tell me one scenario, the complex functionality you have automated in your project?
Why is Client side image is preferred over server side image?
Differentiate the type of test cases which can be automated and which cannot be automated?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Discuss quicktest professional environment?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
What are the different recording modes and how do they work?