how to write regular expression for Date field?
Answer Posted / 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 |
Post New Answer View All Answers
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
whow much strong on VB and C?
What is checkpoints for qtp?
How to carry out bit map check points in QTP
What is an object repository?
Explain Descriptive Programming Types with Examples?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
How to analyzing the checpoint results?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
What is quick test pro?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What is the difference between Keyword Driven test and Data Driven test?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
What is expert view and keyword view?