ParaQ:Telecon 09/13/2005 1PM EST: Difference between revisions
From ParaQ Wiki
Jump to navigationJump to search
(→Agenda) |
(→Agenda) |
||
Line 1: | Line 1: | ||
==Agenda== | ==Agenda== | ||
{| | {| cellpadding="2" cellspacing="4" style="backround:#efefef" | ||
|- | |- | ||
! style="background:#efefef" | Item | |||
! style="background:#efefef" | People | |||
! style="background:#efefef" | Description | |||
|- | |||
|- | |||
| 1 | |||
| KM | | KM | ||
| Multiview update | | Multiview update | ||
|- | |- | ||
| | |- | ||
| 2 | |||
| CM | |||
| Report on testing solution for Qt. See <a href="Qt Testing Requirements">Requirements</a> | |||
|- | |||
</ | |- | ||
| 3 | |||
| CM | |||
| Present straw man class architecture for ParaView Server API | |||
Requirements | |- | ||
|- | |||
| 4 | |||
| BW,DR | |||
| Present demo script | |||
|- | |||
|- | |||
| 5 | |||
| DR | |||
| Present Microsoft Project schedule overview</td> | |||
|- | |||
| 6 | |||
| BW | |||
| Update on videocon equipment | |||
|- | |||
|- | |||
| 7 | |||
| BW | |||
| Send list of people needing cvs access to Kitware. This will include only people with valid Qt developer licenses</td> | |||
|- | |||
|} | |||
==Qt Testing Requirements== | |||
# Test for code coverage. | # Test for code coverage. | ||
# Test GUI's interaction with server manager. | # Test GUI's interaction with server manager. | ||
Line 22: | Line 50: | ||
# Integration with vtk's and paraview's testing framework (meaning leverage testing abilities already existent such as image comparisons and such) | # Integration with vtk's and paraview's testing framework (meaning leverage testing abilities already existent such as image comparisons and such) | ||
# Drive demos, using the same framework. | # Drive demos, using the same framework. | ||
Revision as of 16:03, 7 September 2005
Agenda
Item | People | Description |
---|---|---|
1 | KM | Multiview update |
2 | CM | Report on testing solution for Qt. See <a href="Qt Testing Requirements">Requirements</a> |
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 |
7 | BW | Send list of people needing cvs access to Kitware. This will include only people with valid Qt developer licenses |
Qt Testing Requirements
- Test for code coverage.
- Test GUI's interaction with server manager.
- Test GUI itself (e.g. button click leads to correct action & results) that's insensitive to layout.
- Easy to create test cases.
- Community's ability to test and contribute to testing.
- Integration with vtk's and paraview's testing framework (meaning leverage testing abilities already existent such as image comparisons and such)
- Drive demos, using the same framework.