is it possible to change the date format like MM/DD/YY
into DD/MM?YY through script in QTP
Answer Posted / lak
Strday = day(date)
Strmonth = month(date)
Stryear = right(year(date),2)
Newformat = Strday&"/"&Strmonth&"?"&Stryear
msgbox Newformat
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
There is an excel file of 1 to 100 sheets how you will iterate through it?
If I change the object name in one action will it be updated in all the actions? Or not?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
What is Port testing. Whhen will you perform?
What is the difference between Keyword Driven test and Data Driven test?
breef description of batch testing ?
How to integrate the qualitycenter with qtp
Hybrid framework supports Descriptive programming. Is it true?
How to customize checkpoints with parameters?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
What is environment variable in qtp and why to use it?
how to test Web application using QTP software
desribe a situation where u faced a stressful situation and how did u cope with it
What are the various types of Actions in UFT?