Silk Test Interview Questions1
1. How to open an existing Silk Test project?
A) 1. Run Silk Test
2. Select File Menu
3. Select Open Project
4. Select the project
5. Click OK
6. Silk Test will open the selected project.
2. What is a Silk test TestPlan?
A) The Silk Test testplan is an outline that provides a framework for the software testing process and serves as the point of control for organizing and managing your test requirements. A testplan consists of two distinct parts; an outline, which is a formatted description of the test requirements, and statements, which are used to connect the test plan to Silk test scripts and test cases that implement the test requirements.
3. Where is a testplan stored?
A) Silk Test testplan is stored in a file with .pln file extension.
4. How to create and edit a test plan?
1. Make sure your project is open.
2. Click the files tab in the project explorer.
3. Right click the plan folder.
4. click New file
5. An untitled testplan file opens in the silk test testplan editor.
6. Click file/save menu to save the testplan.
5. What are the types of text lines in a test plan file?
A testplan file contains text lines. There are 5 types of text lines in a testplan file:
1. Comment - Marked in green color: Providing commentary information.
2. Group Description - Marked in black color: Providing description for groups of tests. tests in a testplan can be grouped into multiple levels of groups.
3. Test description - Marked in blue color: Providing descriptions for individual test.
4. Testplan statement - Marked in dark red color: Providing relations to link scripts, testcases, test data, closed sub testplans or an include file to the test plan.
5. Open Subplan file marker - marked in magenta color: Providing relations to link sub testplans to be included in a master testplan.
6. How to create group and sub group descriptions in a testplan?
In a testplan, each text line starting from column 0 represents a top level group description. To create sub group description:
1. Move the cursor the next line below the top level group description.
2. Click Outline/Move Right.
3. The text line will be indented to the right to be come a sub group description.
7. What are testplan attributes?
Test plan attributes are user defined characteristics to be associated with test group descriptions and/or test descriptions. You search, identify, and/or report test cases based on values of the different attributes.
8. What are the default testplan attributes?
Silk Test offers you 3 predefined default attributes:
1. Category: The type of testcase or group of testcases. For example, you can use this attributes to categorize your test groups as “Boundary value tests”, “Navigation tests”, etc.
2. Component: The name of the application modules to be tested.
3. Developer: The name of the QA engineer assigned to develop the testcase or group of testcases.
9. How to define new testplan attributes?
1. Make sure your test project is open.
2. Click Testplan/define attributes menu. The define attributes dialog box shows up. You should see predefined default attributes: Category, Component, and Developer.
3. Click the New button. The New attribute dialog box shows up.
4. Enter a name for your new attribute. For Example: “Level” to indicate the complexity level of test cases.
5. Select an attribute type: Normal, Edit, or Set.
6. Click OK.
10 How to define values for a testplan attribute?
You must define values for a testplan before using it:
1. Make sure your test project is open.
2. Click Testplan/define attribute menu. The define attributes dialog box shows up. You should see predefined default attributes and other attributes defined by yourself.
3. Select an attribute. For example, “Component”. The values box should be empty.
4. Enter a value in Add box. For example, “Catalog”.
5. Click Add. Value “Catalog” should be inserted into the Values box.
6. Repeat the last two steps to add more values.
Last 5 posts in Silk Test Interview Questions
Related Posts
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply