PART 5 : What is PageObject class and various important methods in Serenity

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

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

  • @jeyhunaliyev1765
    @jeyhunaliyev1765 3 года назад +4

    Applied all the 5 part videos on intellJ works perfectly fine
    this is something new very inetersting series Naveen thanks a lot

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

    The last part tells how some good things that are created by them and it would be useful for us

  • @sharath1203
    @sharath1203 3 года назад +2

    Hi Naveen, Thank you for the tutorials. Implementing this for the project. Could you please make more videos on Serenity the Same way you did for cucumber.
    Thank you

  • @Sanutainment
    @Sanutainment 3 года назад

    All your tutorials are very informative... thanks..

  • @amadain17
    @amadain17 3 года назад +1

    Have you got a tutorial on Rest Assured with serenity?

  • @Mona001-01g
    @Mona001-01g 3 года назад +1

    When we are calling the elements in every step directly without initElements at the beginning of the script aren't we accessing the DOM for the element info again and again for different @Tests using same elements? Would identifying them once in the beginning of the script make the code more reusable and understandable (in terms of element names)? Just trying to understand if pageObjects class is doing something differently like a pass through of the script and pre-initializing the elements.

  • @aadiandadvikvlogs
    @aadiandadvikvlogs 3 года назад

    Hey @Naveen can you please create a video that how to integrate the serenity bdd project with Jira also include that our zephyr test case and test cycle are also updating according to test results?

  • @umerhamdan9895
    @umerhamdan9895 3 года назад

    Kindly make one video how to set the pipline on Gitlab or Bitbucket.
    You made lot of videos but I did not see any video about How TO SET PIPLINE.
    Any one recomend me best place for learning this step because I am good on creating test cases but this integration step with gitlab or bamboo is little bit scary for me.
    One more question: is setting pipline different for Gradle or maven or package.json

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

    isnt there feature file in Serenity

  • @chitrabhansaran3375
    @chitrabhansaran3375 3 года назад

    hi, my question is which version use jdk, Java SE 15, and any other

  • @mohamedhazeeb995
    @mohamedhazeeb995 3 года назад

    Hello Naveen.. why it is launching browser 3 times ?

    • @naveenautomationlabs
      @naveenautomationlabs  3 года назад +3

      Because there are three test cases

    • @mohamedhazeeb995
      @mohamedhazeeb995 3 года назад +1

      What should I do if I need to run both login & Search product in a single launch..!

    • @monishawali7120
      @monishawali7120 3 года назад +1

      Yeah how to handle that if we want to run all test in one browser