Using Regular expression in Date format DD/MM/YYYY
(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4})
in this regular expression year 0000 also accepted.I need
atleast any one single digit must be nonzero value (like
0009,1000,0034)
You can use following Regular Expression
(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/((?!0000)[0-9]{4})
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get Links count in an web application,without descriptive programming?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
i want know iam working 2+ exp in QTP can i do performence testing (eg:loadrunner) yes r no?
how to know no.of mails in our g mail by using vb-script
Hi Friends,will any body tell to Me for which Auomation Tool their is great Requirement inht eMarket Eithr the QTP or WINRUNNER and for what reason and how long it is going to remain and wat the Scope for the automation Testing In the Future Please tll to Me In Details Ok .
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
how do you invoke the application through QTP?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Analyzing the checpoint results?
hi all, I have installed QTP successfully on windows vista. I am able to record and run on windows applications, but facing problem with web applications. While recording, I am able to open the web application, but when I click on any object or give login name and password, the events are not getting recorded in QTP. Could anyone solve the problem. Any settings to be done for web applications other than selecting web-addin? Waiting for replies. Thanks in advance.
how to create flat file datasubmission in qtp