It could have been easier if Flash/SilverLight made it possible to trigger file dialog programmatically, but file should still be selected, dialog confirmed, upload initiated... Looks like it has to be automated from outside. What's the usual automation path in such cases?
Tell me more
×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for
software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.
|
Flash and Silverlight are generally difficult to automate because they don't have full MSAA/UIAutomation implementations. Silverlight has been getting better, but specifically to your question, the file upload dialog is not actually a part of Flash or Silverlight and is MSAA/UIAutomation compliant. You can use UIAutomation (the new replacement of MSAA) directly, or use any win32 automation framework to interact with that dialog. |
|||||||
|
|
Telerik provides their own Silverlight Test Automation Tool. They predominantly work on .NET platform. You can check
|
|||
|
|
