Answer Posted / 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 |
Post New Answer View All Answers
How to include a test case into a testplan?
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?
How to record a test case?
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 run a test case from a test script file?
How to create and edit a testplan?
How to test your defaultbasestate?
What is defaultbasestate?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
How to create a new silktest project?
Is there any way of passing values at runtime? Like scanf does in C.
How to create a test frame?
What are the types of text lines in a testplan file?
How to add objects of other pages to a test frame?
What is the standard flow of execution of a test case?