How do u write a regular expression for date (dd/mm/yyyy)
field?
Answer Posted / naresh
([0-2][1-9]|[3][0-1])|([0][1-9]|[1][1-2])|[0-9][0-9][0-9][0-9]
Tjis is the perfedct regular expression for the date.. guys...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
what is the difference between modular framework & datadriven framework
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
how u will evaluate the tool for test automation?
Which functionalities of QTP used in banking project? pls any say answer?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
hou can we use vb script in qtp could u tell me breafly
How to associate shared object repository to test in qtp?
What are the challenges you faced during you entire life automation ?
how to test Web application using QTP software
How can you handle exceptions in qtp?