Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

COSMOS TEST i13

This page provides instructions on how to install and run the COSMOS Test Web Application for i13.

Objective of the COSMOS Tests Web Application

The COSMOS Test Web application provides a means for testers to visually verify the widgets used in the COSMOS UI. Testers can verify whether the widgets are rendered correctly and behave as expected.

Installation

Download COSMOS Test Web Application and Prerequisites

This section provides instructions for installing and running the demo program that is provided in the COSMOS i13 build.

  1. Install Tomcat 5.5.26. The directory where the Tomcat server is installed will be referred to as the <tomcat_install_dir> in this document.
  2. Download DOJO.
  3. From the COSMOS download page, click on the link of the latest candidate build for i13. Download the zip file under the "Data Reporting Web Application" section.

Installing COSMOS Test Web application

  1. Copy the "COSMOSUITests" directory to the tomcat server webapps directory
  2. Next copy dojo 1.1 under apache-tomcat-5.5.26\webapps\COSMOSUITests

The resulting file structure should be as follows

apache-tomcat-5.5.26\webapps\COSMOSUITests
apache-tomcat-5.5.26\webapps\COSMOSUITests\dojo-release-1.1.0

Running COSMOS Test Web Application

  • Now open FireFox 2.0 or IE 6+ and type http://localhost:8080/COSMOSUITests/?page=tests. You should see the COSMOS UI Test Page. This page provides several configured test pages that tests widgets and various data visualization components. One can click on a link to view the various widgets used in the COSMOS UI. Testers would visually verify whether the widgets are rendered and behave correctly.

Back to the top