Selenium Framework Tutorial #8 - Create and use TestNG.XML in Selenium

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

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

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

    You're the best I've seen on youtube. Love your work.

  • @KrisuParikh
    @KrisuParikh 9 часов назад

    thank you

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

    U r my favourite teacher ❤

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

    Hi sir I'm grate Fan of you & your videos
    Literally I'm waiting for mainframe testing 😍

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

    Thank you sir!

  • @Shushant58
    @Shushant58 6 месяцев назад

    Great Sir Awsome

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

    thanks SIr

  • @VishalLodhiya-c8c
    @VishalLodhiya-c8c 3 месяца назад

    was this video about updating TestNg ????? because it seemed like so.. half of the video is about that only :(

  • @DheerajChadhar-i7g
    @DheerajChadhar-i7g Год назад

    Hi there,
    I encountered an issue while attempting to run a test case in an early episode. It appears that I was unaware of the necessary steps to install TestNG, a testing framework. I believe it would have been helpful if the early episode had mentioned the need to install the TestNG plugin separately. This way, beginners like myself would have been made aware of this requirement.
    Thank you.

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

    Thanks Sir

  • @SM-td4vz
    @SM-td4vz 19 дней назад

    Why am i not getting suggestions while typing in the xml file?

  • @anishsingh6877
    @anishsingh6877 2 года назад +2

    i see your #7 video in which test-output file is not there and now in #8 video i am seeing test-output file. How you created that file sir?

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

    thanks

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

    Can you explain with multiple test methods and classes

  • @jisaelza
    @jisaelza Год назад +1

    hi, how did you create test-output folder ? what is that used for ?

    • @shilpskamble8833
      @shilpskamble8833 24 дня назад +1

      Test output is used for fail test cases which is taken by screenshot method...those failure test cases will be stored in test output folder

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

    Nice tutorial, but I think you jumped too fast on test suite instead of showing more structure of framework, like page object and preconditions and postcondition structure.
    Anyway thanks

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

    how do i get this to work on vscode?

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

    If we add testng in maven dependency then also we need do like this

  • @MishaS-wo4yx
    @MishaS-wo4yx Год назад

    I was following every your step, but I got 4 passes, even though 3 passwords and logins are wrong...can you please help me identify the reason? Thnk you very much ! you are awesome!

    • @edza1651
      @edza1651 10 месяцев назад

      It is because you are just making action like input password or click signin button which will passed without any verification point (atleast of the previous lesson)