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
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
What is defaultbasestate?
How to record a test case?
How load testing can be done with silk international?
How to open an existing silktest project?
How to run a test case from a test script file?
What is the dom browser extension?
What are testplan attributes?
Can silktest run on mac?
What are the important aspects of a test case?
What is the standard flow of execution of a test case?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
can any one please tell me the full form of .g.t in silktest datadriven method
What is 4test?
What are the default testplan attributes?