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


Please Help Members By Posting Answers For Below Questions

can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest

2832


What is multi-tagging?

616


How to open an existing silktest project?

570


What is a silktest testplan?

627


How to test your defaultbasestate?

613






How to add objects of other pages to a test frame?

618


What is a test frame?

625


can any one please tell me the full form of .g.t in silktest datadriven method

2597


How to define new testplan attributes?

529


What are the default testplan attributes?

632


What is 4test?

605


What are testplan attributes?

598


Where is a testplan stored?

581


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

2050


Where are the testplan attributes stored?

577