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
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What is difference between design time and run time data table?
What is 'sleep' in sync point?
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
How will you test a keyboard?
i can done the project with QTP in that time i can say how many members in my team size?
What is the basic concept of qtp?
How you calling actions in qtp?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
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 the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Dis advantages of XML checkpoint ?
What are the types of object repository in qtp?
How you can replace string in qtp?
How will you check a web application for broken links using qtp?