ParaQ:Telecon 09/13/2005 1PM EST

From ParaQ Wiki
Jump to navigationJump to search

Agenda

Item People Description
1 KMor Multiview update
2 CM Report on testing solution for Qt. See #Qt Testing Requirements
3 CM Present straw man class architecture for ParaView Server API
4 BW,DR Present demo script
5 DR Present Microsoft Project schedule overview
6 BW Update on videocon equipment

Pre-Meeting Information

Demo Script

This demo is to be executed on Windows XP.

Step Description Purpose
1 Click on ParaQ Icon, which brings up application quickly. The interface is very simple, with a minimum of child windows included. There is at least one toolbar present, which is the macro toolbar. This is populated several macros, which appear as icons. Shows loading of simplified UI state, and user-editable macros (from a pre-defined location)
2 File->Open, browse to ParaQ xml file, and open it. This loads a complete configuration, including linked views, positions of toolbars, and attributes (such as timestep, current variable, etc.) that are needed to define the current state. Shows loading of previous state.

Qt Testing Requirements

  1. Test for code coverage.
  2. Test GUI's interaction with server manager.
  3. Test GUI itself (e.g. button click leads to correct action & results) that's insensitive to layout.
  4. Easy to create test cases.
  5. Community's ability to test and contribute to testing.
  6. Integration with vtk's and paraview's testing framework (meaning leverage testing abilities already existent such as image comparisons and such)
  7. Drive demos, using the same framework.