write the regular expression for date format of mm/dd/yy?
Answer Posted / lak
^([1-9]|0[1-9]|1[0-2])[- / .]([1-9]|0[1-9]|1[0-9]|2[0-9]|3
[0-1])[- / .](1[9][0-9][0-9]|2[0][0-9][0-9])$
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what could go wrong with test automation?
When to use shared and local object repository?
Can we create user defined functions in qtp?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How many types of parameters are available in quicktest professional (qtp)?
Name the different types of recording modes?
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?
How to use the object spy in quicktest professional (qtp) 8.0 version?
What phases are involved in testing an application in qtp?
How to create a standard checkpoint ?
Limitations in QTP?
Why is Client side image is preferred over server side image?
Name the properties you would use for identifying a browser and page when using descriptive programming?