Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've successfully tested fileUploadSimple http://www.primefaces.org/showcase/ui/fileUploadSimple.jsf with webElement.sendKeys() method. It doesn't work with Auto upload

Is there any way to test PrimeFaces fileUploadAuto http://www.primefaces.org/showcase/ui/fileUploadAuto.jsf with Selenium WebDriver?

share|improve this question
what do you want to assert within the test? – Ioan Nov 20 '12 at 14:40
I assert that that byte array of uploaded image equals to byte array of actual image. Official site states for fileUploadAuto component the following: "When auto upload is enabled, upload process begins once the file is selected". – shevchik Nov 20 '12 at 14:46

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.