transactionIdentifier
A unique transaction identifier that the system generates.
Declaration
var transactionIdentifier: String { get }Discussion
The system generates this value when you call setPostbacks(_:). This value is an empty string otherwise.
Use this value to match the test postback with the response you receive from flushPostbacks(responses:).