DEV Community

Discussion on: How to automate file upload testing with Autoit and Protractor

Collapse
 
pradeepsankran1 profile image
Pradeep Sankranthi

Hi Valeria, I tried following the steps mentioned, When I tried implement E2E file upload is not happening. When tried the below command from protractor.. the expected action the AutoIt suppose to do is not happening.

cp.execSync('C:/AutoIT/fileUpload.exe'+' '+'C:/AutoIT/Sample.txt');

test is passed.. but no action is performed. Can you pls suggest.

Collapse
 
valeria profile image
Valeria • Edited

Hi! Sorry for too late answer. Does your problem still actual?