Why should we use Silk test .we can use QTP or other
tool .What is the difference.
Answers were Sorted based on User's Feedback
Answer / anil
Hi All,
Its not that SilkTest is related to java script....SilkTest
is based on its own proprietery language called 4Test which
is based on OOPS concept...
We can do most of the things in both the tools...one
advantage in Silk is if u have distributed applications like
your lab setup trequire to test inj 3 to 4 machines
simultaneously than u can go for Silk as it has agent concept.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / aakanksha
The two major reasons why we should use Silk Test over QTP
are, its strong recovery system to handle unattended
scripts and dat it supports various platforms.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Answer / sujatha
Hi This is Sujatha.
Here mainly for Java technologies we will use this
tool.Because this script is related to java script.If you
know java language u can easily understood this script.But
it's not mandatory to know Java.
If this answer is wrong plz let me know.
| Is This Answer Correct ? | 1 Yes | 13 No |
what is the base class for all the classes in silk?
What is silktest project?
What is the syntax of ui object identifier used by dom extension?
who is the head of the BMC
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?
What is present in review report .
How can you read the contents of PDF using silktest?
what is DON in SILK?
How to run a test case from a testplan file?
What are the default testplan attributes?
what is the statment/command for invoke the browser from script
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?