write the regular expression for date format of mm/dd/yy?
Answer Posted / hetal
Regular experession can also be written in qtp as follow:
(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
What is keyword driven framework?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Can we record an application running on a remote machine using qtp?
What are the advantages of qtp?
What is the use of running the scripts in Hidden-mode in UFT?
Explain in brief about the quicktest professional (qtp) automation object model?
How would you directly trigger javascript in a test?
after click on compose mail how can we attached a file in qtp with vbscript code
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Did the scripts need lot of maintenance? If yes, why?
How to execute a winrunner script in quicktest professional?
Without using gui map editor we can recognize the application in winrunner ?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Explain how Selenium is different from UFT?