how to write regular expression for Date field?
Answer Posted / satyanarayana
If the date field is in the following format
'mm/dd/yy'
[0-1][0-9]/[0-3][0-9]/200[0-9]
| Is This Answer Correct ? | 4 Yes | 17 No |
Post New Answer View All Answers
how to test use the quality control .how to verify the image verification
Did QTP prove efficient for your project? Yes or No, explain?
write the vb script for call to new action in qtp?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
What contains Data Driven Framework document in qtp?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
What is the difference between byref and byval in qtp?
What is checkpoint in qtp?
What is a quick test professional?
By using QTP can we record any log files written by the application which is in execution?
Plz Explain AUTOMATION REFERENCE MODEL?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What is test object model in quicktest professional?
When do go for loop condition in test?