Hi, it's not possible to test file uploads using Selenium (RC). Selenium works by using JavaScript to interact with web applications, but the file system dialog is a browser/OS component. The same goes for Java applets, Flash, ActiveX controls or other upload mechanisms not based on JavaScript/HTML.
Sikuli (http://sikuli.org/) uses a different approach based on image recognition so it can interact with everything on the screen. We've used it to successfully test qooxdoo applications, but we also found that writing cross-platform test cases is harder than in Selenium. Regards, Daniel On 07/19/2011 01:09 PM, Mahisha wrote: > hi, > > I am uploading a file from my system. > I browse through my local FS , select a file and upload it. > Is there a way to capture these steps in qooxdoo-selenium for auutomation > testing? > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/how-to-capture-the-steps-involved-to-upload-a-file-using-selenium-tp6598372p6598372.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Magic Quadrant for Content-Aware Data Loss Prevention > Research study explores the data loss prevention market. Includes in-depth > analysis on the changes within the DLP market, and the criteria used to > evaluate the strengths and weaknesses of these DLP solutions. > http://www.accelacomm.com/jaw/sfnl/114/51385063/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
