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 define values for a testplan attribute?
Where are the testplan attributes stored?
What is the syntax of ui object identifier used by dom extension?
How to open an existing silktest project?
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
What is stored in a test frame?
Can silktest run on mac?
How to specify a browser extension to a web application?
What is the dom browser extension?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What is the vo browser extension?
How load testing can be done with silk international?
How record a test case into a testplan automatically?
Is there any way of passing values at runtime? Like scanf does in C.
What is the segue testing methodology?