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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bujji
By Using Silk test we get the 95% of result is good.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / jai
Many other feature are there in SilkTest which allows
reliability and maximum test coverage. Also 4Test is free
development environment through which we can strengthen the
framework.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / aakanksha
Because It is far robust because of its better recovery
system, and scripts can be easily reused.
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you identify an exception is silk?
What is defaultbasestate?
Can we customise the result file?
what is the operator for carriage return(Enter) in Silk Test for File.
what is DON in SILK?
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?
How can we Read the data from data grid in Silk Test?
What is the dom browser extension?
What is stored in a test frame?
How to create a test frame?
How to define values for a testplan attribute?
How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.