Creating Mobile Automation Framework | Appium | Maven | TestNG | PageFactory | ExtentReports

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

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

  • @sanjaypatel5677
    @sanjaypatel5677 ปีที่แล้ว +1

    Really very nice explain

  • @yosepha1872
    @yosepha1872 ปีที่แล้ว +1

    thank you for your amazing videos. they are brief and exactly what you needed.

  • @KarthikJambagi
    @KarthikJambagi ปีที่แล้ว +1

    Hi Piyush, Your videos are crisp & clear.... I followed ur video and created an appium framework, but i'm facing an error, which says Appium has not started yet even though I've started it manually... Pls help

    • @PiyushAgrawal23
      @PiyushAgrawal23  ปีที่แล้ว +2

      Check if any other instance of appium is already running in task manager or port number is already used by other services and try changing port number or stop node.exe service from task manager and restart appium server

  • @santhoshsaravanan9534
    @santhoshsaravanan9534 ปีที่แล้ว

    In listener, what is the complete line @ 36 ? getDeclaredFeild("mobile driver"). ?

    • @PiyushAgrawal23
      @PiyushAgrawal23  7 หลายเดือนก่อน

      mobileDriver =(AndroidDriver)result.getTestClass().getRealClass().getDeclaredField("mobileDriver").get(result.getInstance());

  • @aryanahamed2218
    @aryanahamed2218 ปีที่แล้ว

    bhaiya, i having a problem whenever i run the code from ide then in my emulator app is open but it said unable to find the elements. but I am locating the elements accurately.

    • @PiyushAgrawal23
      @PiyushAgrawal23  ปีที่แล้ว

      Check if s are present on webpage and the element you are trying to access is in the . If so, you need to switch into first.

  • @minu-tk4yx
    @minu-tk4yx 9 หลายเดือนก่อน

    Can you share git repo of this project

    • @PiyushAgrawal23
      @PiyushAgrawal23  7 หลายเดือนก่อน

      github.com/piyushautomation/appium

  • @lasy290
    @lasy290 ปีที่แล้ว

    Please share your git repo

    • @PiyushAgrawal23
      @PiyushAgrawal23  ปีที่แล้ว

      github.com/piyushautomation/appium

    • @lasy290
      @lasy290 ปีที่แล้ว

      Thank you ,but seeing some issues with artifacts ...could you please share settings.xml file.