Test suite results

result: failed
totalTime: 38
numTestPasses: 2
numTestFailures: 1
numCommandPasses: 9
numCommandFailures: 0
numCommandErrors: 1
Test Suite GVC
uploadFile
downloadList
convertionList
 
uploadfile
store /tmp/gvcVideoTest.avi path1
store arquivoNaoExistente/tmp path2
store gvcVideoTest.avi filename1
store arquivoNaoExistente/tmp filename2
clickAndWait link=Upload Element link=Upload not found
clickAndWait uploadForm:uploadButton
assertTextPresent Validation Error "fileupload": Value is required.
open /GVC/pages/home.jsf
clickAndWait link=Upload
type uploadForm:fileupload ${path1}
clickAndWait uploadForm:uploadButton
assertTextPresent File uploaded succesfully!
open /GVC/pages/home.jsf
clickAndWait link=Upload
type uploadForm:fileupload ${path2}
clickAndWait uploadForm:uploadButton
assertTextPresent MISSING: fileUploadForm.errorStatus :MISSING
clickAndWait link=Convert
assertTextPresent ${filename1}
assertTextNotPresent ${filename2}
clickAndWait link=Download
assertTextPresent ${filename1}
assertTextNotPresent ${filename2}
 
downloadList
store /tmp/gvcVideoTest.avi path1
store gvcVideoTest.avi filename1
open /GVC
clickAndWait link=Download
assertTextPresent Download - Video Files List
 
convertionList
open /GVC
clickAndWait link=Convert
assertTextPresent Upload - Video Files List
assertTextPresent Convert To
assertTextPresent Original Files
assertValue convertionForm:filesTable:0:palmButton PalmOS
assertValue convertionForm:filesTable:0:customizeButton Customize
assertValue convertionForm:filesTable:0:iPodButton iPod
clickAndWait convertionForm:filesTable:0:iPodButton
assertTextPresent Converting file, please wait...
clickAndWait convertionForm:filesTable:0:palmButton
assertTextPresent Converting file, please wait...