is it possible to change the date format like MM/DD/YY
into DD/MM?YY through script in QTP
Answer Posted / m kumar
Date function in qtp displays current system date as
MM/DD/YY,So change this in to DD/MM?YY format below is the
process
Strday = day(date)
Strmonth = month(date)
Stryear = year(date)
Newformat = Strday&"/"&Strmonth&"?"&Stryear
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How to modify object property in qtp ?
What is Curd testing?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
How you can find the absolute value of the number in qtp?
To which environments does quicktest professional supports?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Diff b/w test scenario's and test Procedures?
What are the steps involved in the recovery scenario wizard?
Explain how qtp identifies object?
How to test the login page in different ways in automation testing and i need code?
terminal services client
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
Describe how Smart Identification is used