Skip to content

Commit 715b200

Browse files
authored
Make some clarifications in the test plan (#3358)
1 parent 9e2b16a commit 715b200

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/test-plan.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,16 @@ choose to go through some of the Optional Test Cases.
5757
2. Select the `google/brotli` database (or download it if you don't have one already)
5858
3. Run a local query.
5959
4. Once the query completes:
60+
- Chose the `#select` result set from the drop-down
6061
- Check that the results table is rendered
6162
- Check that result locations can be clicked on
6263

6364
#### Test case 4: Can use AST viewer
6465

6566
1. Click on any code location from a previous query to open a source file from a database
66-
2. Open the AST viewing panel and click "View AST"
67-
3. Once the AST is computed:
67+
2. Select the highlighted code in the source file
68+
3. Open the AST viewing panel and click "View AST"
69+
4. Once the AST is computed:
6870
- Check that it can be navigated
6971

7072
### MRVA
@@ -151,7 +153,7 @@ Run one of the above MRVAs, but cancel it from within VS Code:
151153
2. Open the Model Editor with the "CodeQL: Open CodeQL Model Editor" command from the command palette.
152154
- Check that the editor loads and shows methods to model.
153155
- Check that methods are grouped per library (e.g. `rocksdbjni@7.7.3` or `asm@6.0`)
154-
- Check that the "Open source" link works.
156+
- Check that the "Open source" link works (if you have the database source).
155157
- Check that the 'View' button works and the Method Usage panel highlight the correct method and usage
156158
- Check that the Method Modeling panel shows the correct method and modeling state
157159

0 commit comments

Comments
 (0)