Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add initial version of test-protocol template #303

Merged
merged 2 commits into from
Jul 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/test-protocol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Test protocol
about: Document a manual testing cycle
---

# Test details

* Tested ACM Module Version: {e.g. 1.1.5}
* Github release: {Link to GH release}
tobiscr marked this conversation as resolved.
Show resolved Hide resolved
* Test execution date: {2025-07-29}
* Tester: {@your-Github-user}
tobiscr marked this conversation as resolved.
Show resolved Hide resolved

# Test protocol

The detailed test flow is explained in our internal documentation.

## Pre-requisites

- [ ] Configure System Landscape and Formations in BTP Cockpit
- [ ] Access to Back Office and Storefront possible
tobiscr marked this conversation as resolved.
Show resolved Hide resolved

## Test flow:

### 1. Register events in Back office
tobiscr marked this conversation as resolved.
Show resolved Hide resolved

- [ ] Passed
- [ ] Failed

Link to Github issue: {GH link}
tobiscr marked this conversation as resolved.
Show resolved Hide resolved

### 2. Prepare serverless function in Kyma
tobiscr marked this conversation as resolved.
Show resolved Hide resolved

- [ ] Passed
- [ ] Failed

Link to Github issue: {GH link}
tobiscr marked this conversation as resolved.
Show resolved Hide resolved

### 3. Trigger an event in EC

- [ ] Passed
- [ ] Failed

Link to Github issue: {GH link}
tobiscr marked this conversation as resolved.
Show resolved Hide resolved

### 3. Verify event was delivered and API called

- [ ] Passed
- [ ] Failed

Link to Github issue: {GH link}
tobiscr marked this conversation as resolved.
Show resolved Hide resolved

## Cleanup

- [ ] In the Backoffice, delete the created Destination Target and Customer.
tobiscr marked this conversation as resolved.
Show resolved Hide resolved
- [ ] In BTP delete the System and the Formation.
Loading