Cdate and Cstr are data type conversion functions in QTP.
For Example -
CDATE
DOB = "09-jan-1986"
myDate = CDate(DOB)
For Example -
CDATE
DOB = "09-jan-1986"
myDate = CDate(DOB)
myDate will have date data type.
Cstr
a = 10
mystring = cstr (a)
mystring will have data type as String....
Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs