example-date format is 01-jan-09 in QTP.How to convert this
format to 01-01-09?
Answer Posted / balaji
Hi You Can Use This Code
DD= Day(now)
msgbox DD
MM= month(now)
msgbox MM
YY=year(now)
msgbox YY
sysdate=DD&"-"&MM&"-"&YY
msgbox sysdate
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
How will you handle java tree in qtp?
Explain how Selenium is different from UFT?
How many types of recording facility are available in quicktest professional (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 .
Differentiate the type of test cases which can be automated and which cannot be automated?
Step 3&4 are repeated until an the object in recognised uniquely.
What is the default object synchronization timeout in qtp?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
what is Property......End Property loop? how to write sript for it in QTP
write script for bitmap image?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How is test case write?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What are the different types of action?
what is error and fault in terms of software quality?