Explain Appium java framework project structure and usage

Поделиться
HTML-код
  • Опубликовано: 29 авг 2023
  • #appium_java_tutorial_qavbox #appium #java-client #mobiletesting #automationtesting #appiumsetup #android #iOS #appiumserver #appium2
    This video will explain how to explain Appium Java framework project folder structure and it's usage.
    From the slide -
    Maven has 2 sections -
    src/main/java
    src/test/java
    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

  • @dalkilicspots
    @dalkilicspots 9 месяцев назад

    Why would not put pages/ under java/ and basetest under test/?

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

      The 2nd section of maven template is src/test/java, under which you can add pages and tests package. Thanks for pointing out.
      BaseTest is placed on 1st section as it's mostly related to framework/base methods not much related to business flow, but feel free to add it under src/main/java

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

    Excited