Test Environment for the WebApp Server
The test environment is composed of HTML pages. The purpose of these pages is to allow you to test web applications, without having to create these HTML files for each application.
The Test.htm file contains two frames that are used in the test environment. The contents of the left frame are stored in a file named TestContent.htm. The menu items listed in the left frame have links to all of the ASP pages generated by the Studio wizards. The contents of the right frame (this page) are stored in a file named TestMain.htm. This page is static and may be used to contain any information that you want displayed when testing the application. For instance, this default page is provide information about the default test environment.
Using the Test Environment
You can use the Test.htm file in a Web Browser to access your application. When you start a Web browser using your application's virtual directory as the URL, the test environment appears because the generated homepage (Default.asp) file is redirected to the Test.htm page.
Removing the Test Environment
Note: If you do not want the Test Environment files automatically installed into new workspaces as you create them, you must remove (or replace) all of the files listed above from the /Usr/New/AppHTML folder.