Elire’s Valentin Todorow covers migrating PeopleSoft Test Framework (PTF) scripts, test cases, and execution logs. Understanding how to migrate PTF scripts ensures that test automation remains intact when transitioning between environments. Learn best practices for migrating test cases, handling execution logs, and maintaining data integrity during migration.
- SET OUTPUT PTFNONMGD.DAT ;
- SET LOG PTFNONMGD.LOG ;
- SET NO TRACE ;
- — LOGS
- EXPORT PSPTTSTLOG_IMG ;
- EXPORT PSPTTSTLOG_LIST ;
- EXPORT PSPTTSTLOG_LNS ;
- EXPORT PSPTTSTLOG_OPTS ;
- EXPORT PSPTTSTLOG_XTRA ;
- — EXECUTION OPTIONS
- EXPORT PSPTTSTOPTIONS ;





