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 method name to compare two XML files.
What is data driver in qtp? Where we use it?
How does qtp recognize objects in aut?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Problem with XML checkpoint in QTP ?
wht type of User defined functions or Java Releated functions do we write in VB scripting
Get the count of files of similar types from a folder.
what is Property......End Property loop? how to write sript for it in QTP
how u will evaluate the tool for test automation?
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)
How do I get the QTP scripts result in xml format by using vb script function?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
What is the process of synchronizing qtp and aut?
What is the basic concept of qtp?