Imagine you have a string variable that holder a credit
card (16digit). There are multiple ways of obtaining last
four digits of this number programmatically on a run time.
Name one; for practical purpose variables name is sCCnumber?
Answer Posted / smitha
Use Right function
sSubstring = Right (sString, iNumChars)
Eg. sCCnumber = "123456786543245"
Print ( right (sCCnumber ,4)
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to run all test cases in a testplan?
How to test your defaultbasestate?
How to create a new silktest project?
How to record a test case?
How to download latest silk test trial version?
What is the dom browser extension?
How to open an existing silktest project?
What is the syntax of ui object identifier used by dom extension?
How to create group and sub group descriptions in a testplan?
Is there any way of passing values at runtime? Like scanf does in C.
How to run a test case from a testplan file?
How to specify a browser extension to a web application?
What is multi-tagging?
What is silktest agent?
How to define values for a testplan attribute?