ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
z w
2
This is the Dasharo Feature / Test Matrix sheet, unified to contain test results and feature scopes for all devices from all vendors.
3
Please familiarize yourself with this README before making any changes.
4
5
Steps for adding a new release for existing platform:
6
- In the Releases sheet, add new release at the bottom of the list.
7
- Add DUTs as needed for this release.
8
- In the Tests tab, find that the new release has been added as a new column in the table.
9
- Define release scope by selecting which tests should be run, and whether they're automatic.
10
11
Steps for adding test results for release:
12
- Open the Results sheet.
13
- Type in a filter in cell A1 (release name) to hide results that are irrelevant for now.
14
- Click on the little sieve symbol on the release column to open filter menu.
15
- Hide fields containing SKIP. This will hide tests that are not applicable for this release.
16
- Fill in all fields. Default value is NOT TESTED. Change to PASS or FAIL depending on test result. Any additional info can be added as a comment (CTRL+ALT+M).
17
18
Steps for adding summary page for a vendor:
19
- Make a duplicate of the Vendor summary TEMPLATE sheet
20
- Change the vendor name to the correct vendor name.
21
- The rest of the sheet should fill in automagically.
22
23
Steps for adding summary page for a single device:
24
- Make a duplicate of the Device summary TEMPLATE sheet
25
- Change the device name to the correct device name.
26
- The rest of the sheet should fill in automagically.
27
28
Tips for adding new tests:
29
- Add new rows in the Tests sheet as needed.
30
- Avoid reordering rows. Doing this will break existing results in the Results sheet.
31
- Changes to Tests sheet (row insertion, deletion, change to Test ID or test name) will propagate to the Results sheet automatically.
32
- Inserting / deleting rows triggers a script that syncs the change to the Results sheet. Ctrl+Z does not propagate, so you may need to do it a couple of times to undo the change on both sheets.
33
34
Editing scripts:
35
- Scripts are located in the Extensions -> Apps Script menu.
36
37
Changing filter ranges:
38
- Right click on any cell in the filtered range and select "Remove Filter"
39
- Select the new range to add a filter to
40
- Right click and select "Create filter"
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100