You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The **TestBench Extension** enables seamless synchronization between [TestBench]
5
5
## Key Features
6
6
7
7
-**Project Navigation**: Browse TestBench projects, including Subdivisions, keywords, and Test Theme Trees
8
-
-**Keyword Synchronization**: Bidirectionally synchronize Robot Framework keywords with keywords in TestBench
8
+
-**Keyword Synchronization**: Bidirectionally synchronize Robot Framework keywords with TestBench keywords
9
9
-**Test Generation**: Automatically generate Robot Framework test suites from TestBench test case sets
10
10
-**Result Import**: Upload Robot Framework execution results directly back to TestBench
11
11
@@ -35,17 +35,17 @@ The following extensions are automatically installed as dependencies when you in
35
35
### Link a TestBench Project to the Workspace/Folder Opened in VS Code
36
36
37
37
A workspace or folder in VS Code must always be linked to a specific Test Object Version in TestBench. Only after creating such a link you will be able to use all features of the extension, including the synchronization of Robot Framework keywords.
38
-
To link a TestBench Project to the opened workspace/folder, simply right-click on the desired Test Object Version in the Projects view and select "Set as Active TOV".
38
+
To link a TestBench Project to the currently opened workspace/folder, simply right-click on the desired Test Object Version in the Projects view and select "Set as Active TOV".
39
39
40
40

41
41
42
42
### Create a Robot Framework Resource File from a TestBench Subdivision
43
43
44
44
For a TestBench Subdivision to be visible in the TestBench extension, the Subdivision name must end with the suffix `[Robot-Resource]`. Subdivisions that do not follow this naming convention are ignored by the extension.
45
45
46
-

46
+

47
47
48
-
To create a Robot Framework resource file from a TestBench Subdivision, simply hover over the corresponding Subdivision in the `Test Elements` view and click the `Create Resource` button. Afterwards, you can use the test elements view of the extension to navigate between keywords and resource files.
48
+
To create a Robot Framework resource file from a TestBench Subdivision, simply hover over the corresponding Subdivision in the `Test Elements` view and click the `Create Resource` button. Afterwards, you can use the `Test Elements` view of the extension to navigate between keywords and resource files.
49
49
The path where the resource file is created can be configured in the extension settings.
50
50
51
51

@@ -81,22 +81,22 @@ Auto Auswählen
81
81
82
82
As shown in the example above, each keyword that is synchronized with TestBench must have a tag with the format `tb:uid:<Keyword-UID>` where `<Keyword-UID>` is the UID of the corresponding TestBench keyword.
83
83
84
-
With the required metadata in place, you can now use the CodeLens actions to push or pull keywords between VS Code and TestBench. You can also use the code lens at the top of the file to push or pull all keywords in the file at once.
84
+
With the required metadata in place, you can now use the CodeLens actions to push or pull keywords between VS Code and TestBench. You can also use the CodeLens at the top of the file to push or pull all keywords in the file at once.
85
85
86
86

87
87
88
88
If there is no uid tag in a keyword, the CodeLens action will allow you to **create** a new keyword in TestBench with the specified name and interface.
89
89
90
-
### Generate Robot Framework Tests from TestBench Testcases
90
+
### Generate Robot Framework Tests from TestBench Test Cases
91
91
92
-
After using the Robot Framework keywords within TestBench Testcases to specify the test logic, you can generate Robot Framework test suites from the Testcases defined in TestBench.
93
-
The generated Robot Framework test suites will be created in your workspace/folder and can afterwards be executed or debugged. To generate Robot Framework tests, simply hover over the desired Testcase in the `Test Themes` view and click the `Generate Robot Framework Test Suites` button. The path where the test suites are created and the format of the tests can be configured in the extension settings. Please note that depending on which test cycle or test object version is opened in the extension, different testcases will be generated.
92
+
After using the Robot Framework keywords within TestBench test cases to specify the test logic, you can generate Robot Framework test suites from the test cases defined in TestBench.
93
+
The generated Robot Framework test suites will be created in your workspace/folder and can then be executed or debugged. To generate Robot Framework tests, simply hover over the desired test case in the `Test Themes` view and click the `Generate Robot Framework Test Suites` button. The path where the test suites are created and the format of the tests can be configured in the extension settings. Please note that depending on which test cycle or Test Object Version is opened in the extension, different test cases will be generated.
After executing the generated Robot Framework test suites, you can import the execution results back to TestBench. To do so, simply hover over the desired Testcase in the `Test Themes` view and click the `Upload Execution Results To TestBench` button. The extension will then look for the corresponding Robot Framework output files in the configured output directory and import the results back to TestBench. Please note that execution results can only be imported if the test suites have been generated from a Test Cycle in TestBench (not a Test Object Version).
99
+
After executing the generated Robot Framework test suites, you can import the execution results back to TestBench. To do so, simply hover over the desired test case in the `Test Themes` view and click the `Upload Execution Results To TestBench` button. The extension will then look for the corresponding Robot Framework output files in the configured output directory and import the results back to TestBench. Please note that execution results can only be imported if the test suites have been generated from a Test Cycle in TestBench (not a Test Object Version).
100
100
101
101

102
102
@@ -107,7 +107,7 @@ To make the VS Code extension trust a custom or self-signed certificate from you
107
107
### How to set it:
108
108
109
109
- Obtain the public certificate file (.pem) from your TestBench server.
110
-
- In the extension settings, set Certificate Path.
110
+
- In the extension settings, set the Certificate Path.
0 commit comments