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 |
What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
How to create and edit a testplan?
what is the use of exception handling in Silk Test and how to use the commands?
Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...
Which tag in silk is the most reliable in a scenario where content and order of object change frequently?
What is the vo browser extension?
I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
Where is a testplan stored?
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
who is the head of the BMC
How can you get the moving contents of flash image using silktest.