Why should we use Silk test .we can use QTP or other
tool .What is the difference.
Answer Posted / praveen
silk Test is based on 4test language which is independent of
any other language or script more over the object
orientation is quite same while some syntax declaration for
methods data types functions are different.
Please go through the 4test language ......
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How to download latest silk test trial version?
How to run a test case from a test script file?
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 load testing can be done with silk international?
Where is a testplan stored?
What are the important aspects of a test case?
can any one please tell me the full form of .g.t in silktest datadriven method
What are testplan attributes?
How to open an existing silktest project?
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
How to define new testplan attributes?
What is silktest project?
What is stored in a test frame?
How to select a group of test cases in a testplan to run?
Is there any way of passing values at runtime? Like scanf does in C.