Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModefull-width
  a) From ACE, run a transaction with an actual device. Enable all traces, including APDU log
  b) From ACE, do an export
  c) Unzip the export file, and spot the signal file (signals.txt)
  d) In the AVT running directory, copy the signals.txt file, and rename it starting with "CL-" (example: "CL-replay"):
  c) From the AVT/agnos.ini file:
      - Set Replay = yes; (or set that specific mode from TMS/Administrative dialog: **Replay**).
      - Set ReaderCL = name_of_the_file_containing_APDU; Starting with ''CL-''
      - Set CL=yes
  d) From ACE, load the following files exported from ACE in b). This will restore the exact same pre-conditions to run the test case:
      - TRD
      - TERMINAL
      - PROCESSING
      - ENTRY POINT
  e) From ACE/Configuration/ENTRY POINT:
      - Open the contactless combination that will be replayed
      - Or, do step f) for all available combinations
  f) In Other TLVs section within an ENTRY POINT combination configuration, set 9F3704xxxxxxxx with xxxxxxxx set to the value corresponding to the transaction to be replayed
  g) Run the transaction

Trouble shooting:
When replaying CL transactions unsing the AVT, make sure that DOLs are in sync with the APDU traces fetched from the actual transaction execution. GPO, GenAC are - most of the time - the root of dysfunctional replays.

...