- Publicity: Public Only All
selenium-procs.tcl
Test cases for Selenium Remote Control integration
- Location:
- packages/acs-automated-testing/tcl/test/selenium-procs.tcl
Procedures in this file
Detailed information
_acs-automated-testing__selenium_server_configured (private)
_acs-automated-testing__selenium_server_configured
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Content File Source
ad_library { Test cases for Selenium Remote Control integration } aa_register_case \ -cats {web selenium smoke} \ -init_classes {{selenium acs-automated-testing}} \ -procs {} \ selenium_server_configured { Is the selenium server configured and working? } { aa_false "Start Selenium RC Session" [catch {::acs::test::selenium::Se start} errmsg] aa_log $errmsg aa_false "Open [ad_url]" [catch {::acs::test::selenium::Se open [ad_url]} errmsg] aa_log $errmsg } # Local variables: # mode: tcl # tcl-indent-level: 4 # indent-tabs-mode: nil # End: