How to run multiple TestNG XML Files simultaneously sequentially & in parallel using Maven pom.xml

Sdílet
Vložit
  • čas přidán 21. 08. 2024
  • In this video, We will learn - How to run multiple TestNG XML Files simultaneously sequentially & in parallel using Maven pom.xml
    1. How to run multiple TestNG XML files in a Single Run ?
    2. How to run multiple TestNG XML files simultaneously using POM.XML ?
    3. How to run multiple TestNG XML files in Parallel mode using Maven Pom.xml ?
    ======================================
    ***************AJ AUTOMATION*************
    ======================================
    🔔 Learn automation from basic !! 🔔
    ✅ Recent Uploads :=
    • Recent Uploaded Videos
    ✅ Selenium series videos Playlist :=
    • Selenium tutorial for ...
    ✅ Maven Tool videos playlist :=
    • Maven Tool - Necessary...
    ✅ Java Language Concepts :=
    • Java Language Concepts...
    ✅TestNG Framework Videos:=
    • TestNG Introduction an...
    ✅ Become Master in Xpath:=
    • Xpath Introduction
    ✅ Protractor series videos playlist :=
    • Let's Learn Protractor...
    ======================================
    *************** Thanks for watching !!*************
    ======================================
    ⚡️ Keep Learning...Keep Sharing...Keep Growing. ⚡️
    #maven #LearnSeleniumInEasyWay #SeleniumWebDriver

Komentáře • 19

  • @kiransingh8239
    @kiransingh8239 Před 2 lety +3

    This same topic was asked in interview and I could not answer ,thanks a lot for this topic ,

  • @mdsazidansari2395
    @mdsazidansari2395 Před 2 lety +1

    very clear nd point 2 point explanation..

    • @AJAUTOMATION
      @AJAUTOMATION  Před 2 lety

      Thanks for your valuable feedback.👍
      Please share the content whichever you find informative to reach more candidates learning automation... Thanks for watching 🤗

  • @rmrgit
    @rmrgit Před 2 lety +1

    Dear sir kindly upload these videos on your GIT-HUB and share the link as it will definitely help the masses. Your teaching is really good!!

    • @AJAUTOMATION
      @AJAUTOMATION  Před 2 lety +1

      Hi roshan, thanks for watching and feedback.
      I am not sure if videos can be uploaded on git or not with larger size in MB.. CZcams is best platform for it. On git u will find projects codes used in the videos...

    • @rmrgit
      @rmrgit Před 2 lety

      I found your git account by the way. Previously I felt u haven't shared your git account here hence that statement.
      I want to learn about managing git hub also, so by any chance you have made any video then plz share the link with us.
      You are a good teacher indeed!

  • @anupamkumari8638
    @anupamkumari8638 Před 2 lety +1

    Awesome concept shared 🙏

  • @amulyaramireddy10
    @amulyaramireddy10 Před rokem +1

    Thank you very much, give a clear information.

  • @kiransingh8239
    @kiransingh8239 Před 2 lety +1

    awesome concept

  • @vdivakar80
    @vdivakar80 Před 2 lety +1

    nice explanation, Thank you so much !!

    • @AJAUTOMATION
      @AJAUTOMATION  Před 2 lety

      Glad it was helpful!
      Thanks for watching 🙂

  • @abdulrahmanjasim4707
    @abdulrahmanjasim4707 Před 10 měsíci +1

    Thank you for sharing this video with us! I followed all the steps but my tests don't run in Parallel and I am not sure why!

    • @AJAUTOMATION
      @AJAUTOMATION  Před 10 měsíci

      It should work as it is still working for me..
      I Will check Plz share your maven project to my email id

  • @gulammustufamomin2503
    @gulammustufamomin2503 Před 2 lety

    Nice video.

  • @pritambekwadkar3442
    @pritambekwadkar3442 Před 2 lety

    Hi your video was really useful, but i have integrated my all test cases to extent report and when multiple xml suites are run then report is getting overwritten, could you please help in this.

  • @Bharathkumar-zz8hv
    @Bharathkumar-zz8hv Před rokem

    Hi sir, all the XML files are getting executed but extent reports are generating only for the first XML file.
    What might be the issue. Can you help?
    Instance is creating in beforesuite and flush is happening in aftersuite.