Can u Tell me why we use Advanced tool like Silk Test other
than QTP, Or WIN RUNNER And others what is the advantage of
these compared o others
Answer Posted / karim
actually silktest follows object oriented method of
programming we can reuse the properties of the objects
defined eg. AnyWin class can be inherited we can use the
defined classed to add more functions of our own type to
create new objects with addtional functionality use of
functions, the recovery system of silk is far better then
QTP use of appstate
inbuild support for browser pop handling browser
authentication handling
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How record a test case into a testplan automatically?
What is 4test?
How to test your defaultbasestate?
Can silktest run on mac?
How to add objects of other pages to a test frame?
What are testplan attributes?
How to define new testplan attributes?
What are the default testplan attributes?
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
Is there any way of passing values at runtime? Like scanf does in C.
How dom browser extension identify a web application ui object?
What is the syntax of ui object identifier used by dom extension?
How to specify a browser extension to a web application?
How to define values for a testplan attribute?
Where is a testplan stored?