9.Setting up rest assured framework with cucumber | feature file and step definition design

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 5

  • @Cherry_muchatlu
    @Cherry_muchatlu 3 місяці тому +1

    Can we use instead of cucumber junit ,cucumber testng

    • @qaautomationclasses
      @qaautomationclasses  3 місяці тому +1

      Yes we can use testing as well. Only the runner file will get changed and we can change the @Before @After annotations in hooks to a suitable annotation from testng. Remaining structure or architecture will remain same. For assertion we can use testng assertions instead of junit assertions

    • @Cherry_muchatlu
      @Cherry_muchatlu 3 місяці тому +1

      @@qaautomationclasses Thankq very much..😀

    • @DSA-n-Design
      @DSA-n-Design 3 місяці тому +1

      Nicely explained!

    • @qaautomationclasses
      @qaautomationclasses  3 місяці тому

      @DSA-n-Design Thanks