How do u write a regular expression for date (dd/mm/yyyy)
field?
Answer Posted / megh
Regex Birthdate = new Regex(@"((0[1-9]{1})|([1-2]{1}[0-9]{1})|(3[0-1]{1}))[-/]{1}((0[0-9]{1})|(1[0-2]{1}))[-/]{1}[0-9]{4}");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
Why is Client side image is preferred over server side image?
how to test Web application using QTP software
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Where we can use the synchronization?
What is throw object?
What are the technics follow in writing VB script?
When do go for loop condition in test?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Hi ,Can any one pleas explain how to test splash objects using QTP?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Tell me about qtp?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Sql questions to find second max salary and how to use joins
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter