example-date format is 01-jan-09 in QTP.How to convert this
format to 01-01-09?
Answer Posted / pratatp
i also not find the straight way.
dat=datevalue("01-jan-09")
d=day(dat)
m=mon(dat)
y=year(dat)
con_dat=d&"-"&m&"-"&right(y,2)
msgbox con_dat
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the syntax for how to call one script from another?
Explain the benefits of quick test pro(qtp)?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How smart identification works in qtp ?
What are the major/ important methods, functions in QTP we use realtime testing
what QTP Options do you know?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Have you done batch testing in qtp? If yes how you are doing?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
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
What is the latest version of qtp?
How to start recording using quicktest professional?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .