What are the possible failure scenarios and different types
of errors you find in silkTest?
Answers were Sorted based on User's Feedback
Answer / nataraj
I feaced the problems,In identifying the hyperlinks (no
image,n dont have underline for hyperlink)..
can anybody tell the solutions for this
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sri
Reconfigure the browser on test machine to display links
underlined.(This problem is only with silk 2006)
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you identify an exception is silk?
How to define values for a testplan attribute?
How to test your defaultbasestate?
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 the operator for carriage return(Enter) in Silk Test for File.
What is Silktest?
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
How can we Read the data from data grid in Silk Test?
what .inc file consists in silk?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
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 silktest project?