procedure or steps to do silk test? clearly
Answers were Sorted based on User's Feedback
Answer / santhosh
when ever u want to test application u need to enable the
extention and u must be creat the .inc file based on window
declaration.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramu
When test application what ever it may (wep application or
window based application) be befor going test the applicaton
you have enable the extentions and set the recovery system
and record the window delcarations .After the declarations i
will genare the script by hand writing .
| Is This Answer Correct ? | 1 Yes | 1 No |
What is present in review report .
How record a test case into a testplan automatically?
What is multi-tagging?
How to create a new silktest project?
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.
How do you identify an exception is silk?
What is Silktest?
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?
What is the syntax of ui object identifier used by dom extension?
How to run a test case from a test script file?
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
How to Write user defined functions?