what type of frameworks are you using in silk test?
Answer Posted / santhan chinka
We are Using Data Driven framework in our company.
For this, We follow folder structure like,
1. Generic Functions
2. Business Functions
3. Test Scripts
4. Driver Scripts
5. Startup Scripts
6. Test Data
7. Test Results
8. Test Log
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to create and edit a testplan?
How to test your defaultbasestate?
What are the default testplan attributes?
How load testing can be done with silk international?
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 create a new silktest project?
What is the standard flow of execution of a test case?
What are the problems you faced while identifying an object in silk?
What is defaultbasestate?
How to assign attribute values to test cases?
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 all test cases in a testplan?
What are the important aspects of a test case?
Where is a testplan stored?
How to add objects of other pages to a test frame?