how to write regular expression for Date field?
Answers were Sorted based on User's Feedback
Answer / 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 |
How will you handle the situation when object is not captured during record?
Can anybody give the script to addsheet, add column,add values under that column in the rows??
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
can u pls explain me About Driver script.
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
can we run the scripts of QTP8.2 in QTP7.0?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What are the ordinal identifiers in web page?
How u perform exception handling in QTp,what is other name for ths?
What is API?
How to get Traceability matrix from TD?