How do u write a regular expression for date (dd/mm/yyyy)
field?
Answer Posted / laxman
(0[1-9]|1[0-9])|2([0-9]|3[0-1])/(0[1-9]|1[0-2])/([0-9]|[0-9]|[0-9]|[0-9])
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does quicktest professional (qtp) is unicode compatible?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
If I change the object name in one action will it be updated in all the actions? Or not?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Explain in brief about the quicktest professional automation object model?
if our qtp vb Script may be Currepted then What we want do?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How to use checkpoints in qtp ?
Explain the concept of how quicktest professional identifies object?
Connect to QC using AOM.
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
when will you do debug your script? and explain that process?