TC_E_28_CS — Check Transaction status - TransactionId unknown
TC_E_28_CS — Check Transaction status - TransactionId unknown
Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block E. Transactions, page 157.
Identification
| Field | Value |
|---|---|
| Test case name | Check Transaction status - TransactionId unknown |
| Test case Id | TC_E_28_CS |
| Use case Id(s) | E14 |
| Requirement(s) | E14.FR.01 |
| System under test | Charging Station |
| Functional block | E. Transactions |
Description
The CSMS is able to request the status of a transaction and to find out whether there are queued transaction-related messages, using the GetTransactionStatusRequest message.
Purpose
To verify if the Charging Station is able to handle receiving a GetTransactionStatusRequest for an unknown transactionId.
Prerequisite(s)
N/a
Before (Preparations)
Configuration State:
- N/a
Memory State:
- N/a
Reusable State(s):
- N/a
Main (Test scenario)
| Charging Station | CSMS |
|---|---|
| 2. The Charging Station responds with a GetTransactionStatusResponse | 1. The OCTT sends a GetTransactionStatusRequest; with transactionId <Randomly generated transactionId> |
Tool validations
Step 2:
Message: GetTransactionStatusResponse
- ongoingIndicator must be false
- messagesInQueue must be false
Post scenario validations
- N/a