Posted by Albert Gareev on Nov 17, 2007
Reporting with WinRunner built-in functions public function log_step_pos(in msg, in descr) { report_msg(_const_log_indent & substr(msg,1,50) & " - *PASS* - " & substr(descr,1,50)); } public function log_step_pass(in msg, in descr) { tl_step(substr(msg,1,100),PASS,substr(descr,1,100)); } public function log_step_neg(in msg, in descr) { tl_step(substr(msg,1,100),FAIL,substr(descr,1,100)); } public function ...
Posted by Albert Gareev on Nov 15, 2007
Generic GUI object "lost_obj" = "Failed to find object ", "found_obj" = "Object is located ", "err_obj" = "Error occurred while working with object ", "dis_obj" = "Object is disabled ", "hidn_obj" = "Object is not displayed ", "pass_obj_chk" = "Object verification passed ", "fail_obj_chk" = ...
Posted by Albert Gareev on Nov 10, 2007
Software Testing Hotlist by Bret Pettychord Open Source Testing eXtreme Software Testing ...