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
Does quicktest professional (qtp) is unicode compatible?
Problem with XML checkpoint in QTP ?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Explain the benefits of quick test pro(qtp)?
How to check feasibility of the appliction?in automation testing?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What is the difference between keyword view and expert view?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
how interviews will be on QTP?
How many lines of code in each script of QTP?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
write script for bitmap image?
What is the virtual object?