The error "The system cannot find the file specified" is displayed
I tried with the code below: //responsible for reading . properties files Properties prop = new Properties () def path = "D:\\SOAPUI\\Files\\application.properties" FileInputStream fs = new FileI...