How to run functional tests or integration tests across multiple environments

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 3

  • @nithyasrinivasn9829
    @nithyasrinivasn9829 Год назад

    Nice content thanks

  • @ajitsangwan5522
    @ajitsangwan5522 2 года назад +1

    nice video...full marks for your dedication..keep up

  • @azeembhopal4671
    @azeembhopal4671 2 года назад

    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.