Session 1 - Java Selenium Framework - Initial Setup | Designing Basic Page Object Model Structure

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 11

  • @ShwetaBhat-o7k
    @ShwetaBhat-o7k 5 หลายเดือนก่อน +1

    This is definitely going to be a good series for sure . Thank you sir for the efforts . Requesting you to kindly keep it as much realtime as it usually happens in industry as it will give a lot of confidence to us manual testers trying to switch . Thank you again 🎉 Keep growing

    • @AJAUTOMATION
      @AJAUTOMATION  5 หลายเดือนก่อน +1

      Thank you so much for your kind words and support! 👍 . I will definitely keep it as real-time and practical as possible and help to boosts confidence for manual testers in automation testing.

  • @swapnilbodade1336
    @swapnilbodade1336 5 หลายเดือนก่อน +1

    I will suggest
    Build the framework which can be executed using CLI
    You can integrate Appium and api as well going further.

    • @AJAUTOMATION
      @AJAUTOMATION  5 หลายเดือนก่อน

      Thanks for your suggestions 🙂👍

    • @swapnilbodade1336
      @swapnilbodade1336 5 หลายเดือนก่อน

      I hope it is selenium + cucumber

    • @AJAUTOMATION
      @AJAUTOMATION  5 หลายเดือนก่อน

      no cucumber not included , can see it later

  • @vipintekade6400
    @vipintekade6400 4 หลายเดือนก่อน +1

    Dummy website will be ok like orange hrm ,etc as amazon website is frequently changed.

    • @AJAUTOMATION
      @AJAUTOMATION  4 หลายเดือนก่อน

      yes you are correct , Amazon website is changing frequently. Now I observed when we try to open the registration page from Amazon's home page, it is sometime opening reg page directly and some times opening Sign in or create account page, from there we need to go to reg page. So this I need to handle in framework to run RegistrationPageTest tests.
      for learning and practice purpose we can take dummy or any other app website, anyhow we are trying to learn the framework design concepts so overall framework structure would be same for Amazon or any other app website, design , pages pageobjects will differ.

  • @ParagOak
    @ParagOak 5 หลายเดือนก่อน +1

    will it have email reporting ( without Jenkins or any pipeline)?

    • @AJAUTOMATION
      @AJAUTOMATION  5 หลายเดือนก่อน

      yes, I will try to include that as well so that even we run from our local machine it can send email at the end of the automation execution.

    • @ParagOak
      @ParagOak 5 หลายเดือนก่อน

      @@AJAUTOMATION thank you