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
What is the dom browser extension?
How to include a test case into a testplan?
What are the problems you faced while identifying an object in silk?
How to specify a browser extension to a web application?
How to create and edit a testplan?
What are the types of text lines in a testplan 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
What is multi-tagging?
Where are the testplan attributes stored?
How to test your defaultbasestate?
How to assign attribute values to test cases?
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?
how to pass TDS intery in tally?
How to add objects of other pages to a test frame?
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