How do u write a regular expression for date (dd/mm/yyyy)
field?
Answer Posted / krishna
This is the corect answer:
[0][1-9]|[1-2][0-9]|[3][0-1][//] ([0][1-9]|[1][0-2])
[0-9]{4}
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
How many add-ins comes by default with quicktest professional?
In qtp, how you can exit for loop?
How may types of defects identify application or your currently working application?pls give me answer..
Limitations in QTP?
What is 'sleep' in sync point?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
They asked by using qtp recording writing scripting
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Is text area check point supports for web applications?
In qtp, explain what is keyword driven automation framework?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
What are the ways you can synchronize?