how to write regular expression for Date field?
Answer Posted / biswarup
dd-mm-yy format then it will be
[[0-3][0-9]]&&[^3[2-9]^00]-[[01][0-9]]&&[^1[3-9]^00]-\d{2}
please rectify me if you find it to be incorrect or with
some minor error, as i'm not completely sure about the part
after '&&', i mean, the error is not in the logic but in the
syntax of using the AND and OR operators.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
How to handle Java tree in QTP?
What are the advantages of a Hybrid framework?
For which type of project the iterative model is suitable?
What is the use of running the scripts in Hidden-mode in UFT?
What is qtpro?
Output values? i want a practical example
Difference between copy to action and call to action?
how to test Web application using QTP software
What is QTP testing process?
What are the features and benefits of quick test pro (qtp 8.0)?
Explain about the quicktest professional (qtp) automation object model?
What are the types of properties that quick test learns while recording?
hi nani my doubt is how does qtp process metrix related to software process.
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?