1.

What Function You Use To Report Test Result?

Answer»

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 you WOULD like to give.

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 you would like to give.



Discussion

No Comment Found