This Blog is a discussion table for general, technical and Business accepts of software testing.
Pages
Home
QTP Interview Questions and Answer
Useful Info
QTP Video tutorial
Books
Friday, 20 March 2015
'Verify that this string is
palindrome
call
fnStrPali(
"dalad"
)
Function
fnStrPali(StrPali)
str1 = strpali
str2 =
StrReverse
(str1)
If
str1 = str2
Then
msgbox
"This is a palindrom"
Else
msgbox
"This is not a palindrom"
End
If
End
Function
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment