Answer Posted / suvitha
Silk Test is a tool specifically designed for doing
REGRESSION AND FUNCTIONALITY testing. It is developed by
Segue Software Inc. Silk Test is the industry’s leading
functional testing product for e-business applications,
whether Window based, Web, Java, or traditional
client/server-based. Silk Test also offers test planning,
management, direct database access and validation, the
flexible and robust 4Test scripting language, a built in
recovery system for unattended testing, and the ability to
test across multiple platforms, browsers and technologies.
| Is This Answer Correct ? | 53 Yes | 4 No |
Post New Answer View All Answers
What is the dom browser extension?
Where is a testplan stored?
How to define values for a testplan attribute?
What are testplan attributes?
How to run a test case from a testplan file?
How to run a test case from a test script file?
How to include a test case into a testplan?
What is silktest project?
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 run all test cases in a testplan?
What is the segue testing methodology?
How record a test case into a testplan automatically?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
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
What is the vo browser extension?