TC_E_32_CS — Check Transaction status - Transaction with id ended - without message in queue
TC_E_32_CS — Check Transaction status - Transaction with id ended - without message in queue
Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block E. Transactions, page 162.
Identification
| Field | Value |
|---|---|
| Test case name | Check Transaction status - Transaction with id ended - without message in queue |
| Test case Id | TC_E_32_CS |
| Use case Id(s) | E14 |
| Requirement(s) | E14.FR.03,E14.FR.05 |
| 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 correctly respond to a GetTransactionStatusRequest with a transactionId, while there is NO message queued belonging to an ended transaction with the requested id.
Prerequisite(s)
N/a
Before (Preparations)
Configuration State:
- N/a
Memory State:
- N/a
Reusable State(s):
- State is EnergyTransferStarted, ParkingBayUnoccupied
Main (Test scenario)
| Charging Station | CSMS |
|---|---|
| 2. The Charging Station responds with a GetTransactionStatusResponse | 1. The OCTT sends a GetTransactionStatusRequest; with transactionId <Generated transactionId from Before> |
Tool validations
Step 2:
Message: GetTransactionStatusResponse
- ongoingIndicator must be false
- messagesInQueue must be false
Post scenario validations
- N/a