How do u write a regular expression for date (dd/mm/yyyy)
field ?
Answer Posted / chandradeep
(0[1-9]|[12][0-9]|3[01])[- /.](0[1-9]|1[012])[- /.](19|20)\d\d
0 - selects '0' Literally
[1-9]- selects the range between 1 to 9
[012] - selects either 0 or 1 or 2
[0-9] - selects the range between 0 to 9
[- / .] - selects either - or / or .
(19/20) - selects either 19 or 20 literally
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain how to use QTP to check broken links on a page?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
what is vmodel?advantages and disadvantages of vmodel?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Hi ,Can any one pleas explain how to test splash objects using QTP?
Explain how you can replace string in qtp?
What are the Application Functions available in QTP?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What is object repository in qtp?
Explain the features and benefits of quick test pro(qtp)?
Shall we add Local Repository to shared object repository,if yes,how we add
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
What is the latest version of qtp?