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
How will you test a keyboard?
How to recognise the webelement and verifying that webelement is enabled?
Where you are storing your script?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
What are the different properties of an web object
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How will you check a web application for broken links using qtp?
What is QTP testing process?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
what is the difference between data driver & data driven and driver script?
What are the five challenges you faced in QTP?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What is the syntax to call one script from another?