Answered Questions

  • what is the difference between report_message and tl_step?

    jagannadha Prasad

    • May 13th, 2006

    Report msg is similar to "message box" in VB it is used to just display the message that is associated with it,whereas tl_step is used to report the pass or fail status.using the report_msg will not h...

    Sainath Boyapalli

    • Apr 26th, 2006

    Tl_step: Reports the status of checkpoint to test report from within a script   Ex: Tl_step (?step1?, status, description)  Report_msg (? error  ? & Val ? ?): Sends the in...