root/branches/1_5/test/interopR2/client4S4C2.rb
| Revision 1520, 232 bytes (checked in by nahi, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/env ruby |
| 2 | |
| 3 | $serverName = '4S4C2' |
| 4 | $server = 'http://soap.4s4c.com/ilab2/soap.asp' |
| 5 | |
| 6 | require 'clientBase' |
| 7 | |
| 8 | drv = SOAP::RPC::Driver.new($server, InterfaceNS) |
| 9 | |
| 10 | methodDef(drv) |
| 11 | |
| 12 | doTestBase(drv) |
| 13 | doTestGroupB(drv) |
| 14 | submitTestResult |
Note: See TracBrowser for help on using the browser.