1.

What Is Stored In A Test Frame?

Answer»

A test frame is a text file, which records the following types of information for a Web application:

  1. Comment: Commentary information.
  2. wMainWindow: A string constant to identify your application’s home page.
  3. Home page WINDOW: An object of CLASS BrowserChild window that holds application home page.
  4. sLocation: The URL of the your application’s home page.
  5. sUserName and dPassword: User name and password if needed to LOGIN to your Web application.
  6. BrowserSize: A pair of values to INDICATE the size of the browser window.
  7. Home page objects: A LIST of all objects on the home page, such as HtmlImage, HtmlText, HtmlLinks, etc.

A test frame is a text file, which records the following types of information for a Web application:



Discussion

No Comment Found