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 / ruchi
String sCCnumber = "123456786543245"
sCCnumber=Substr(sCCnumber,12,4)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is silktest agent?
What is silktest host?
How to record a test case?
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 are the types of text lines in a testplan file?
What is the segue testing methodology?
How to define new testplan attributes?
What is the vo browser extension?
How to run all test cases in a testplan?
Where are the testplan attributes stored?
How record a test case into a testplan automatically?
What is stored in a test frame?
How to include a test case into a testplan?
What is multi-tagging?
What are the problems you faced while identifying an object in silk?