Multiple choice technology testing

A test frame stores which of the following?

  1. A list of all objects on the home page, such as HtmlImage, HtmlText, HtmlLinks, etc

  2. Testcases to execute.

  3. Commentary information

  4. An object of class BrowserChild window that holds application home page.

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

A test frame in SilkTest stores application state information including: all objects on the home page (HtmlImage, HtmlText, HtmlLinks), commentary information for documentation, and the BrowserChild window object that holds the application home page. Test cases themselves are stored in test plan files, not in the test frame.