You can use the following command in LoadPropperties.java FileInputStream inputStream = new FileInputStream("src/test/java/utilities/"+env+".properties"); instead of "LoadTestProperties.class.getClassLoader().getResourceAsStream("qa.properties");". Thank you.
Nice content thanks
nice video...full marks for your dedication..keep up
You can use the following command in LoadPropperties.java
FileInputStream inputStream = new FileInputStream("src/test/java/utilities/"+env+".properties");
instead of "LoadTestProperties.class.getClassLoader().getResourceAsStream("qa.properties");".
Thank you.