preload

Test Log Functions (WinRunner, TSL)

Posted by Albert Gareev on Nov 17, 2007
0
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 ...

Test Log Messages

Posted by Albert Gareev on Nov 15, 2007
0
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" = ...

Link-a-log: Test Automation Reference Sites

Posted by Albert Gareev on Nov 10, 2007
0
Software Testing Hotlist by Bret Pettychord Open Source Testing eXtreme Software Testing ...
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
This work by Albert Gareev is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported.