Skip to content

Commit b9e3b48

Browse files
committed
README.md updated
1 parent 40c9118 commit b9e3b48

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The plugin adds a Button to the Tools ribbon to execute all tests of the current
88

99
![Tools Ribbon](screenshots/tools_ribbon.png)
1010

11-
In the object browser on Packages or Users there is a context menu entry to run the tests or code coverage of either the packages or the users.
11+
In the object browser on Packages, Package Bodys, Procedures or Users there is a context menu entry to run the tests or code coverage of either the package, the procedure or the user. You can also run tests from an program window.
1212

1313
![Context Menu](screenshots/context_menu.png)
1414

@@ -20,15 +20,19 @@ The results are opened in a new window. If you've chosen code coverage the cover
2020

2121
Double-click on a test result entry will open the package body.
2222

23-
### Runing single tests
23+
### Running tests
24+
25+
There are two buttons to run the tests again either with or without coverage.
26+
27+
### Running single tests
2428

2529
A right-click opens the context menu, and you can run the test function.
2630

2731
### Filtering Results
2832

2933
Once the tests are run you can filter the results by clicking on checkboxes behind the status field.
3034

31-
![img.png](screenshots/result_window_filter.png)
35+
![Result Window](screenshots/result_window.png)
3236

3337
## Releases
3438

screenshots/result_window.png

52.6 KB
Loading

screenshots/result_window_filter.png

-34.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)