Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

What Are Testplan Attributes?

Answer»

Testplan 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.

Testplan 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.

52.

How To Create Group And Sub Group Descriptions In A Testplan?

Answer»

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 become a sub group description.

In a testplan, each text line starting from column 0 represents a top level group description. To create sub group description:

53.

What Are The Types Of Text Lines In A Testplan File?

Answer»

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 descriptiton – Marked in black color: Providing descriptions 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 testplan.
  5. Open subplan file marker – Marked in magenda color: Providing relations to link sub testplans to be included in a master testplan.

A testplan file contains text lines. There are 5 types of text lines in a testplan file:

54.

How To Create And Edit A Testplan?

Answer»
  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 SilkTest testplan editor.
  6. Click File/SAVE menu to save the testplan.

55.

Where Is A Testplan Stored?

Answer»

A SILKTEST TESTPLAN is stored in a FILE with .pln file extension.

A SilkTest testplan is stored in a file with .pln file extension.

56.

What Is A Silktest Testplan?

Answer»

The SilkTest 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 testplan to SilkTest scripts and testcases that implement the test requirements.

The SilkTest 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 testplan to SilkTest scripts and testcases that implement the test requirements.

57.

How To Open An Existing Silktest Project?

Answer»

1. RUN SilkTest.
2. Select File menu.
3. Select Open Project.
4. Select the project.
5. Click OK.
6. SilkTest will open the SELECTED project.

1. Run SilkTest.
2. Select File menu.
3. Select Open Project.
4. Select the project.
5. Click OK.
6. SilkTest will open the selected project.

58.

How To Create A New Silktest Project?

Answer»
  1. RUN SilkTest.
  2. Select Basic Workflow BAR.
  3. Click Open PROJECT on the Workflow bar.
  4. Select New Project.
  5. Double click Create Project icon in the New Project DIALOG box
  6. One the Create Project dialog box, enter your project name, and your project DESCRIPTION.
  7. Click OK.
  8. SilkTest will create a new subdirectory under SilkTest project directory, and save all files related to the new project under that subdirectory.

59.

What Is Silktest Project?

Answer»

A SILKTEST project is a COLLECTION of files that CONTAINS required information about a TEST project.

A SilkTest project is a collection of files that contains required information about a test project.

60.

What Is The Vo Browser Extension?

Answer»

Virtual Object (VO) BROWSER extension is a SilkTest add-on component for testing Web applications. VO browser extension uses sophisticated pattern recognition TECHNIQUES to identify browser-rendered objects. The VO extension sees Web pages as they appear visually; it does not read or RECOGNIZE HTML tags in the Web application code. Instead, the VO extension sees the objects in a Web PAGE; for example, links, tables, images and compound controls the way that you do, regardless of the technology behind them.

Virtual Object (VO) browser extension is a SilkTest add-on component for testing Web applications. VO browser extension uses sophisticated pattern recognition techniques to identify browser-rendered objects. The VO extension sees Web pages as they appear visually; it does not read or recognize HTML tags in the Web application code. Instead, the VO extension sees the objects in a Web page; for example, links, tables, images and compound controls the way that you do, regardless of the technology behind them.

61.

What Is The Dom Browser Extension?

Answer»

DOCUMENT Object Model (DOM) browser extension is a SilkTest add-on component for testing Web applications. DOM browser extension communicates directly with the Web browser to recognize, CATEGORIZE and MANIPULATE objects on a Web page. It does this by working with the actual HTML code, RATHER than relying on the visual pattern recognition techniques currently EMPLOYED by the Virtual Object (VO) extension.

Document Object Model (DOM) browser extension is a SilkTest add-on component for testing Web applications. DOM browser extension communicates directly with the Web browser to recognize, categorize and manipulate objects on a Web page. It does this by working with the actual HTML code, rather than relying on the visual pattern recognition techniques currently employed by the Virtual Object (VO) extension.

62.

What Is 4test?

Answer»

4Test is a test scripting language USED by SilkTest to compose test scripts to perform automated TESTS. 4Test is an object-oriented fourth-generation language. It consists of 3 sets of functionalities:

  1. A ROBUST library of object-oriented CLASSES and methods that specify how a testcase can interact with an application’s GUI objects.
  2. A set of STATEMENTS, operators and data types that you use to introduce structure and logic to a recorded testcase.
  3. A library of built-in functions for performing common support tasks.

4Test is a test scripting language used by SilkTest to compose test scripts to perform automated tests. 4Test is an object-oriented fourth-generation language. It consists of 3 sets of functionalities:

63.

What Is Silktest Agent?

Answer»

SilkTest AGENT is a SilkTest component that RECEIVES testing commands from the SilkTest HOST and interacts with AUT (Application Under Test) directly. SilkTest Agent usually RUNS on the same machine where AUT is running.

SilkTest Agent is a SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) directly. SilkTest Agent usually runs on the same machine where AUT is running.

64.

What Is Silktest Host?

Answer»

SilkTest Host is a SilkTest component that MANAGES and executes test scripts. SilkTest Host usually runs on a SEPARATE machine different than the machine where AUT (Application Under Test) is RUNNING.

SilkTest Host is a SilkTest component that manages and executes test scripts. SilkTest Host usually runs on a separate machine different than the machine where AUT (Application Under Test) is running.

65.

What Is Aut?

Answer»

AUT STANDS for APPLICATION Under TEST.

AUT stands for Application Under Test.

66.

What Is The Segue Testing Methodology?

Answer»

Segue testing methodology is a six-phase testing process:

  1. Plan – Determine the testing strategy and define specific test requirements.
  2. Capture – Classify the GUI objects in your application and build a framework for running your tests.
  3. Create – Create AUTOMATED, reusable tests. Use recording and/ or PROGRAMMING to build test scripts written in Segue’s 4Test language.
  4. RUN – Select specific tests and execute them against the AUT.
  5. Report – Analyze test RESULTS and generate defect reports.
  6. Track – Track DEFECTS in the AUT and perform regression testing.

Segue testing methodology is a six-phase testing process:

67.

What Is Silktest?

Answer»

SilkTest is a SOFTWARE testing automation TOOL developed by SEGUE Software, INC.

SilkTest is a software testing automation tool developed by Segue Software, Inc.