-
Notifications
You must be signed in to change notification settings - Fork 7
Manual Testing Procedure
James Crean edited this page Jul 31, 2018
·
3 revisions
This documentation is deprecated and no longer maintained. Check out the new and improved documentation here.
Until selenium testing is up and working, the following will serve to catch application errors that unit testing misses.
(All data can be found in the sample data from vcs's download_sample_data function or by running vcs_download_sample_data from the command line)
-
Make a default plot:
- Load variable
cltfromclt.ncwith default dimensions. - Drag and drop the variable into the single cell available.
- Confirm that a plot renders with the correct defaults. (Graphics method, template, colormap, variable)
- Load variable
-
Make a second plot:
- Load the
orogvariable fromgeo.1deg.ctlwith the latitude dimension set to about half - Increase the spreadsheet column count to 2. Verify that the first plot resizes itself now
- Click on the new empty cell to select it.
- Use the Plot Inspector to add
orogas the first variable. - Confirm that the second plot rendered correctly. Because of the latitude setting, the plot should only show the top/bottom half of the world map
- Load the
-
Make a third plot:
- Increase the number of rows to 2. There should be 4 cells, two with plots in them
- Inside the Graphics Method list, open Boxfill and drag the
PolarGraphics Method into one of the new cells. - Click the cell with the new graphics method. Verify that the graphics method changed in both the cell display and Plot Inspector
- Inside the Plot Inspector, click the Template dropdown and select
quick - Add the
cltvariable to this cell by dragging and dropping it. Verify that the correct polar plot renders - With the same cell selected, change the variable to
orog - Confirm that the cell re-rendered with the new variable, and that the axis labels are not duplicated/overlapping.
-
Make a fourth plot:
- Load
uandvfromclt.nc - Click the last empty cell to select it.
- In the plot inspector, select the vector graphics method, then select
uandvas the variables. - Confirm that the vector plot rendered normally.
- Load