is it possible to change the date format like MM/DD/YY
into DD/MM?YY through script in QTP
Answer Posted / snehasis
oldFormate = "MM/DD/YY"
array=split(oldFormate,/)
newFormate = array(1)+array(0)+array(2)
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
Hello friends..... On which areas of an application we can not test with QTP
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
What is Test Fusion Report in QTP?
How to test fly out menu in qtp?
What are the benefits of quick test pro(qtp)?
What are the different types of action?
What is recovery scenario in qtp?
How to change the priorities of the recovery scenario properties?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What is the script for database check point, bitmapchek point, regular expression ?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
what is the diffrence bw qtp architectute and qtp framework?