in reply to Re: XML::simple still problem
in thread XML::simple still problem
$script_id='001.001'; $script_version='0.01'; $script_name='Up- Downgrading firmware'; $objective='The objective ...'; ###### Logg_TC_init(); $result = "Passed"; $description = "log in using FTP"; $expected_result = "login granted"; Logg_TS_add(); sleep 10; $result = "Passed"; $description = "start upload"; $expected_result = "upload finished"; Logg_TS_add();
|
|---|