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
How to run a test case from a testplan file?
What is a silktest testplan?
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
How record a test case into a testplan automatically?
can any one please tell me the full form of .g.t in silktest datadriven method
What is the segue testing methodology?
How dom browser extension identify a web application ui object?
How to include a test case into a testplan?
What is silktest host?
How to run all test cases in a testplan?
What is silktest project?
What is stored in a test frame?
Can silktest run on mac?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What are the problems you faced while identifying an object in silk?