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 | 1 No |
Post New Answer View All Answers
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
How to find the name of the machine where you are running your automation scripts in qtp?
Why qtp always start action1 and does not start action?
what are the utilities and drivers
What are table and db checkpoints?
Have you used xml check point in your project?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Explain step generator in qtp?
how will you load the test cases in ddt?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How to execute a winrunner script in quicktest professional (qtp)?
What is action? How many types of actions are there in qtp?