example-date format is 01-jan-09 in QTP.How to convert this
format to 01-01-09?
Answer Posted / brahma naidu kapa
It's very simple question;
no need to write all the excessive code.
Please convert the given value into date format by using
the CDATE Function
val = "01-jan-09"
Conv_Val = cdate(val)
msgbox Conv_Val
Result : "01-01-2009"
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
How would you directly trigger javascript in a test?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
What do you mean by iteration?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What are the types of object repository in qtp?
Suppose I want fail that check point? How can you do that?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
What is the difference in testing a client-server application and a web application?
what is object and child object.. explain ..if possible give some example for better understanding ..
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
assume i have few url link how will i dynamically call then using descriptive programming?
How to check feasibility of the appliction?in automation testing?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
Mention the test steps of qtp.
Explain about the test fusion report of quicktest professional (qtp)?