vx
8 years agoOccasional Contributor
How to get 'Files' listed in 'Stores' in project explorer
Hello, My requirement is to click on "Browse" button in my application and upload an image. From my understanding to add files/images from our local system, we have to use "Stores|Files" in testc...
- 8 years ago
Files is an object you need to manually add to the Stores node. Right click on Stores, select Add -> New Item and select "Files". You can then use the "Files" object (there's no such thing as the "Stores" object) to add, remove, compare files within your test code.