Is there any way of passing values at runtime?
Like scanf does in C.
Answer / Nandni Lodhi
In the context of Silk Test, you can pass values dynamically using parameters. Instead of hardcoding test data, you can use parameterized test data and provide input values at runtime. However, it's important to note that this is not directly comparable to 'scanf' in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the syntax of ui object identifier used by dom extension?
what is the statment/command for invoke the browser from script
How record a test case into a testplan automatically?
What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?
How can you get the moving contents of flash image using silktest.
can you test an application in silk test that is running on another system?
How to write the good frame work for application.
What are the possible failure scenarios and different types of errors you find in silkTest?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
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?
What are the types of text lines in a testplan file?
What is defaultbasestate?