example-date format is 01-jan-09 in QTP.How to convert this
format to 01-01-09?
Answer Posted / balaji
Hi You Can Use This Code
DD= Day(now)
msgbox DD
MM= month(now)
msgbox MM
YY=year(now)
msgbox YY
sysdate=DD&"-"&MM&"-"&YY
msgbox sysdate
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
What is the limitation to XML Checkpoints?
What is the difference between run time object and test object in QTP?
What is the difference in testing a client-server application and a web application?
How to get the particular property value?
Difference between copy to action and call to action?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Explain in brief about the qtp automation object model (aom).
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Can you write a script to check if the folder exists or not?
Hoe can we do retesting using functions please give the code for it using login page
What is a recovery scenario?
Can you brief the hurdles you faced during Automation testing?
Explain about the test fusion report of quicktest professional (qtp)?
How would you directly trigger javascript in a test?