how to write regular expression for Date field?
Answer Posted / raghu
To apply Regular expression for Date we have to split months
1) [0][1-9] because it accepts 01,02,...09 as months
2) [1][1-2] and this is for 10th,11th, 12th months
Now The Regular expression for whole date format is as follows
Example MM/DD/YY
[0][1-9][/][0-9][0-9][/][0-9][0-9] for 1 to 9 months
[1][1-2][/][0-9][0-9][/][0-9][0-9] for 10 to 12 months
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use conditional loops in qtp ?
How would you directly trigger javascript in a test?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
What is the file extension of the code file in qtp?
Can we Test Welcome Screens and Process Images with QTP
what is clean sweep?
What is the short cut keys for the following?
How can I import environment from a file on disk?
How can get count of list box?
How to replay a script in qtp?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
Can we write winrunner language i.e TSL in QTP tool?
Is it possible to split an action? How?
What is data driver in qtp? Where we use it?
Explain types of descriptive programming?