What function you use to report test result?

Questions by Himu   answers by Himu

Showing Answers 1 - 3 of 3 Answers

shriniwasan mani

  • Jun 27th, 2006
 

There are two functions which can be used for reporting the msg.

       1) report("msg");

        2)tl_step("total",1,"msg");

where 1st arg is the name of the box, 2nd arg is the status 1 for fail and 0 for pass and 3rd is the msg which u wud like to give.

  Was this answer useful?  Yes

Guest

  • Sep 13th, 2006
 

tl_step("s1", 0, "calec is pass");

tl_step("s1", 1, "calec is fail");

In s1 place you can write you interested name in short

0-for green color.

1-for red color.

sudhakar kolla.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions