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
How many types of recording modes are there?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What are the key elements available in test result window?
What are test settings and global settings?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How often were they executed?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
your coming from electrical backgroung..but y ur coming to software side?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How would you directly trigger javascript in a test?