Cross platform PageObjectModel & Tests for invalid login scenarios | testNG dataProvider

Поделиться
HTML-код
  • Опубликовано: 27 дек 2023
  • #appium_java_tutorial_qavbox #appium #java-client #mobiletesting #automationtesting #appiumsetup #android #iOS #appiumserver #appium2 #appiumjavaframework
    This video will explain how to implement common page object model loginPage class for invalid login scenarios, and also understand how to use testNG features like priority and dataProvider to achieve this.
    Complete tutorial - • Appium tutorial series
    Appium gestures playlist - • Gestures using appium
    Blog posts for quick read -
    qavalidation.com/appium-tutor...
    Appium java-client releases -
    github.com/appium/java-client...
    code base - github.com/sunilpatro1985/App...
    Subscribe to this channel -
    bit.ly/youtube-qavbox
    Blog posts -
    qavalidation.com
    Make me awake & feel fresh always, so I can bring lot's of interesting topics for you all, Buy me a coffee?
    buymeacoffee.com/qavalidation

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

  • @septumoros7355
    @septumoros7355 5 месяцев назад

    Hi brother,
    I've been following your Appium videos and they were very helpful and awesome. I just wanted to ask if it's feasible to run headless mode on Android Chrome browser.
    If yes please tell me how to do.
    Thanks for advance.

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

    explore Selenide, you dont need to maintain Util file at all. it is very easy to write clear texts.

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

      Not all the Util methods can be completely replaced with selenide features but we can reduce code implementations. Let us know if you think otherwise with the Util implementations we did.