How do u write a regular expression for date (dd/mm/yyyy)
field?
Answer Posted / satish yadav
To write regular expression for dd/mm/yyyy format
[0-3][0-9][/](([0][0-9])|([1][0-2]))[/][0-9]{4}
| Is This Answer Correct ? | 20 Yes | 20 No |
Post New Answer View All Answers
Define Environment Variable in UFT and its uses?
What do you mean by iteration?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
what is vmodel?advantages and disadvantages of vmodel?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
Explain hybrid framework with advantages and disadvantages?
When ‘option explicit’ keyword is used in qtp?
How to start recording using quicktest professional?
What is object spy in quicktest professional (qtp)?
Explain step generator in qtp?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?