Open Test Framework  
First Steps

« Last step Next step »

When using the OTX Development Environment for the first time, the following steps are recommended.

  1. Install the delivered MSI installer
  2. Start the OTF, go to the StartPage and follow instructions in the images below.
  3. Insert an Assignment activity
  4. Active the Properties tool window
  5. Adjust activity settings
  6. A new variable has been created
  7. Insert a ConfirmDialog activity of HMI extension
  8. Input the variable from the procedure header for the ConfirmDialog
  9. Execute your first procedure and look at the Variable Trace window
  10. Adjust settings for ECU communication (1)
  11. Adjust settings for ECU communication (2)
  12. Adjust settings for ECU communication (3)
  13. Insert an ExecuteDiagService activity of DiagCom extension
  14. Open the Request/Response parameter dialog
  15. Bind Response parameter to a newly created OTX variable
  16. Change the input variables of the ConfirmDialog
  17. Execute the procedure and look at the Communication Trace window
  18. Insert a Branch activity
  19. Input expression for the Condition of the If branch
  20. Move the ConfirmDialog into the If branch
  21. Copy the ConfirmDialog into the Else branch
  22. Change the input values of the ConfirmDialog in the Else branch
  23. Add debug breakpoint at the ExecuteDiagService
  24. Start debugging the procedure (1)
  25. Start debugging the procedure (2)
  26. Add the variable bound to response parameter into the Watch window
  27. Debug until the response value is updated in the Watch window
  28. Change the value of the variable in the Watch window
  29. Continue to debug and the Else branch will be executed
  30. Use CTRL to select all nodes
  31. Extract the selected nodes to a new procedure
  32. Open the OTL editor of the current document
  33. Add new activity via OTL editor
  34. Start the procedure again
  35. Create a player project to execute it in stand alone OTP
  36. A player project is created - The OTX ProcedureCalls editor is opened
  37. Add a procedure into the OTX ProcedureCalls editor
  38. Open the monitor in the player project
  39. Delete the last column and the last row in the monitor
  40. Create a command button and change the display name
  41. Create a textbox control with the parameter from the Results node
  42. Start the player project from the OTF and select the ODX database
  43. The player project is loaded in the OTP successfully
  44. Run the command button
  45. The procedure has been executed and finished successfully. Thanks for reading.