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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
The SAP Testing Automation Framework is an open-source orchestration tool designed to validate SAP deployments on Microsoft Azure. It enables you to assess system configurations against SAP on Azure best practices and guidelines. Additionally, the framework facilitates automation for various testing scenarios, including High Availability (HA) functional testing.
15
15
16
-
> **NOTE**: This repository is currently in private preview and is intended for testing and feedback purposes. As this is an early release, it is not yet production-ready, and breaking changes can be introduced at any time.
16
+
> **NOTE**: This repository is currently in public preview and is intended for testing and feedback purposes. As this is an early release, it is not yet production-ready, and breaking changes can be introduced at any time.
@@ -272,7 +281,7 @@ The required credential files depend on the authentication method used to connec
272
281
1. Username and Password Authentication: If connecting using a username and password, create a password file by running the following command. It takes the username from hosts.yaml file.
@@ -283,13 +292,37 @@ To execute the script, run following command:
283
292
./scripts/sap_automation_qa.sh
284
293
```
285
294
286
-
## Troubleshooting
295
+
### 4. Viewing Test Results
287
296
288
-
Test results and logs can be found in:
297
+
After the test execution completes, a detailed HTML report is generated that summarizes the PASS/FAIL status of each test case and includes detailed execution logs for every step of the automation run.
289
298
290
-
```bash
291
-
cd WORKSPACES/SYSTEM/<SYSTEM_CONFIG_NAME>/quality_assurance/
292
-
```
299
+
**To locate and view your test report:**
300
+
301
+
1. **Navigate to your SAP system’s workspace directory:**
302
+
303
+
Replace `<SYSTEM_CONFIG_NAME>` with the name of your SAP system configuration (for example, `DEV-WEEU-SAP01-X00`):
304
+
305
+
```bash
306
+
cd WORKSPACES/SYSTEM/<SYSTEM_CONFIG_NAME>/quality_assurance/
307
+
```
308
+
2. **Find your report file:**
309
+
310
+
The report file is named using the following format:
- `OS_DISTRO_NAME`: The operating system distribution (e.g., SLES15SP4)
319
+
- `INVOCATION_ID`: A unique identifier (Group invocation ID) for the test run which is logged at the end of test execution. Find example screenshot below:
You can open the HTML report in any web browser to review the results and logs.
293
326
294
327
## Update the framework
295
328
@@ -333,7 +366,7 @@ To ensure you have the latest features and fixes, it's important to keep your fo
333
366
334
367
This process will update your fork with all the latest features, bug fixes, and improvements from the original SAP Testing Automation Framework repository.
335
368
336
-
> [!NOTE]
369
+
> **NOTE**
337
370
> If you've made local changes to your fork, you might encounter merge conflicts during step 4. In that case, you'll need to resolve these conflicts before proceeding with the push in step 5.
0 commit comments