File Upload function is not working as expected and I followed loadninja documentation
Hi Loadninja Experts,
I have test scenario where I should upload Json files and I used UI test to do this and followed your documentation: Upload Files | LoadNinja Documentation (smartbear.com) as per you doc I suppose to select a file in a dialog box but when I click on upload button, I don't see dialog box on my machine to upload [I can see dialog box without recording]. So, I have chosen Add > File Upload method and it did work while I record but when I was trying to do Replace step [click on that step] loadNinja screen becomes plain white screen[attcahed] .
Please guide me if I'm doing something wrong. This is the first time I'm using LoadNinja tool.
Below Im providing HTML element for file upload:
<input class="dndFile" type="file" name="files[]" id="upFiles" data-multiple-caption="{count} files selected" multiple="">
Thanks
Sam