1.

Explain About Testing And Debugging Application Engine?

Answer»
  • Application Engine Trace File-You can track the step execution of your application execution
  • Application Engine Interactive Debugger – First click on the trace tab and turn off the statement TIMINGS.

Select PROFILE -> Edit Profile-> Process Scheduler Tab -> Application section Select Debug check box.
(You can dynamically modify the state record run application engine step by step People Code Debugger for the Application Engine.)
AE Trace FILES: – AE_<PROGRAM Name>_<Process Instance>.AET Without the process instance: – AE_<Date/Timestamp>_<OS_PID>.AET

Select Profile -> Edit Profile-> Process Scheduler Tab -> Application section Select Debug check box.
(You can dynamically modify the state record run application engine step by step People Code Debugger for the Application Engine.)
AE Trace files: – AE_<Program Name>_<Process Instance>.AET Without the process instance: – AE_<Date/Timestamp>_<OS_PID>.AET



Discussion

No Comment Found