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
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
can any one please tell me the full form of .g.t in silktest datadriven method
How to add objects of other pages to a test frame?
What is the dom browser extension?
What is a test frame?
Where is a testplan stored?
How to define values for a testplan attribute?
Where are the testplan attributes stored?
How to include a test case into a testplan?
What is silktest project?
What is silktest agent?
What is multi-tagging?
How to create a test frame?
How record a test case into a testplan automatically?
What is stored in a test frame?