Appium Framework Design: Setup with Maven & Folder Structure | Appium Testing Tutorial LambdaTest

Поделиться
HTML-код
  • Опубликовано: 1 авг 2024
  • Watch this video to deep dive into the Appium Framework Design. Start FREE Testing:
    accounts.lambdatest.com/regis...
    📢 In this Part 5 of the Appium Testing tutorial series, Siddharth Shukla (@sidharthshukla4), founder and author of Automaters: Full Stack QA_SDET, gives a step-by-step walkthrough for downloading and installing IntelliJ IDEA, including the process of creating a Maven project with Appium dependencies. By the end of this video, you will learn the Appium project structure and the framework design creation for mobile app testing
    📌𝐀𝐥𝐬𝐨, 𝐲𝐨𝐮 𝐰𝐢𝐥𝐥 𝐥𝐞𝐚𝐫𝐧📃
    📍What is Folder structure?
    📍Creating a Maven project?
    📍 Folder structure in Test Automation Framework
    𝐕𝐢𝐝𝐞𝐨 𝐂𝐡𝐚𝐩𝐭𝐞𝐫𝐬 👀
    00:00 Introduction
    01:38 Install IntelliJ
    03:59 Create Maven project with Appium
    12:47 Folder structure in Test Automation framework
    30:40 Recap
    💬 Get started with a detailed guide to Appium testing ➡ bit.ly/3WRdT50
    𝐑𝐞𝐥𝐚𝐭𝐞𝐝 𝐁𝐥𝐨𝐠𝐬📝
    ➡ Appium Testing Tutorial For Mobile Applications: bit.ly/3Crlzmc
    ➡ Complete Tutorial On Appium Parallel Testing [With Examples]: bit.ly/3VKsI7T
    ➡ Automated App Testing Using Appium With TestNG [Tutorial]: bit.ly/3GEYmiW
    ➡ Emulator vs Simulator vs Real Device Testing: Key Differences: bit.ly/3IsDOLh
    Sign Up for LambdaTest! It’s FREE 🙌
    Perform scalable and reliable cross-browser compatibility testing of your website and web app on the latest mobile and desktop browsers:
    accounts.lambdatest.com/regis...
    For questions: support@lambdatest.com 😃
    𝐄𝐱𝐩𝐥𝐨𝐫𝐞:
    🎬 Most Recent Videos: bit.ly/3PRAPyo
    📝 Blog: bit.ly/3yGVsUc
    🎓 Learning Hub: bit.ly/3fr6l4Z
    🎥 LambdaTest Customers: bit.ly/2TB7pvD
    🚀 Webinars: bit.ly/37i41co
    🛠️ Product Updates: bit.ly/3717NGO
    💬 LambdaTest Certifications: bit.ly/3XwW0b0
    𝐂𝐨𝐧𝐧𝐞𝐜𝐭 𝐰𝐢𝐭𝐡 𝐋𝐚𝐦𝐛𝐝𝐚𝐓𝐞𝐬𝐭:
    👥 COMMUNITY: bit.ly/3Aiz5oO
    🛠️ RUclips: bit.ly/3rH2Yfh
    🌎 LINKEDIN: bit.ly/3xA6F84
    👥 FACEBOOK: bit.ly/37mbQOa
    🐦TWITTER: bit.ly/3Cn0g3A
    🖼️ GITHUB: bit.ly/3jowfYs
    🔴 NEWSLETTER: bit.ly/3juhxzc
    📸 PINTEREST: bit.ly/2VCXI05
    #appium #lambdatestyourapps #appiumtesting #maven #appiummobileautomation
    #appiumtool #appiuminstallation #appiumtestframework #installappium #appiumarchitecture
    Disclaimer:
    This video features materials protected by the Fair Use guidelines of Section 107 of the Copyright Act. All rights reserved to © 2023 LambdaTest. Any illegal re-production of this content will result in immediate legal action.
  • НаукаНаука

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

  • @deeptiawasthi762
    @deeptiawasthi762 5 месяцев назад +1

    This is amazing series, I really recommend to watch whole series if you are learning mobile automation. Thanks Siddharth.

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

      It's great to hear that you found the series helpful!
      Please subscribe the channel for more such video tutorials🙂

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

    Kudos Siddharth. This is one of the most structural and simple video to understand Appium

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

      Thanks for the feedback 😊
      Subscribe to our channel for more such tutorials! ✨

  • @harikishorbhagat4204
    @harikishorbhagat4204 5 месяцев назад +1

    Your teaching skills are super sir

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

      Thank you so much for your kind words!
      Don't forget to subscribe to the channel for more insightful videos and updates.

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

    Hi Siddharth, finding it difficult to find other videos of the Appium series. It would be helpful if you attach the link below, thank you

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

      Hi,
      Here's our playlist on Appium Testing: ruclips.net/video/pI5zrUhydyo/видео.html
      Subscribe to our channel for more such tutorials! ✨

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

    Hi Siddhartha, Thanks for latest video on Appium. Do you have more follow up video on Appium??

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

      Glad you liked it 😊
      Subscribe to our channel for more such tutorials! ✨

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

      @@LambdaTest thanks your explanation is simply 👌

  • @fernanda6194
    @fernanda6194 9 месяцев назад +1

    Thanks for presentation. But I do have a question: Is the report folder really needed? because Maven when compiled generates a folder called target/reports and for each execution Maven cleans this folder and creates another from skatch to save the report generated at the execution

    • @LambdaTest
      @LambdaTest  9 месяцев назад +1

      Hey there,
      You're right. Maven follows the convention over configuration principle and has a standard lifecycle which includes a clean phase. When you run mvn clean, it will remove the target directory, which is Maven's default output directory.
      Is a separate report folder outside of target needed?: Generally, no. If you're using Maven, it's best to stick to its conventions and utilize the target directory. This way, when you run mvn clean, all generated artifacts, including your reports, get cleaned up, ensuring a fresh build and test cycle.

  • @Rohan_is_discovering
    @Rohan_is_discovering 6 месяцев назад +1

    Can I install in D drive?
    for Appium mobile testing?

    • @LambdaTest
      @LambdaTest  6 месяцев назад +1

      Hey there,
      If you're installing Appium server via NPM and want to keep node modules in a specific drive, you can do so by changing the global installation path for NPM packages or by installing Appium in a local project folder on your D drive.

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

      @@LambdaTest Thanks..

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

      Thank you. Please susbcribe the channel for more such videos🙂

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

    your audio is very low - everytime there is a youtube ad - it is super loud compared to your audio

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

      Hey there! Thank you so much for your feedback, and we appreciate you bringing this to our attention. We're actively working on optimizing our audio levels to ensure a better viewing experience for everyone. Your support means a lot, and we're committed to making improvements.