P21 - Parallel execution with DataProvider in TestNG | TestNG | Testing Framework |

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

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

  • @HYRTutorials
    @HYRTutorials  2 года назад +1

    ↔️ TestNG Playlist Link: bit.ly/3wXyuXB
    ✴ Checkout my other playlists: bit.ly/3gLIAVL
    ☕ Buy me a coffee: bit.ly/33ljBWc

  • @azadassis3669
    @azadassis3669 Год назад +2

    I have recently come across this channel, and how Yadagiri is covering all the topics and explaining everything, be it something simple or complex, is too good and very easy to understand. I hope this channel grows more and more. The quality of all the content is just top-notch.
    best wishes.

  • @kavitha-99
    @kavitha-99 2 месяца назад

    Extraordinary!!!!!!!!!!! Patience is required to record this kind of videos and added to that very knowledgeable. I also like to join the membership. What topics are covered? Can you please tell me? Million blessings and thanks to you for creating the series.
    Best Regards!
    🙏🙏🙏

  • @arunap8211
    @arunap8211 2 года назад +2

    Really nice.... Ur explaining very clearly.... Can u teach cucumber as well.... It would help everyone ....

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

    you are doing awesome!!

  • @ravirajkolakaleti2813
    @ravirajkolakaleti2813 2 месяца назад

    Good job Yadagiri Reddy...I want to get in touch with you, I am from USA.

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

    nice teaching keep it up

  • @jangalasubhash2117
    @jangalasubhash2117 2 года назад +1

    Nice explanation bro

  • @rajatbarthwal9858
    @rajatbarthwal9858 2 года назад +1

    Thanks for amazing tutorial

  • @ranapratapsingh3437
    @ranapratapsingh3437 2 года назад +1

    Super explaination

  • @bharathpybodi2842
    @bharathpybodi2842 4 месяца назад

    thanks a lot bro

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

    Hi Bro You are amazing pls add how to pass data from excel through application

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

      Try this video buddy
      ruclips.net/video/t8zlxZ1CwKw/видео.html

  • @chakilamvyshnavi668
    @chakilamvyshnavi668 11 месяцев назад

    What's the difference between parallel execution and running data provider parallely?

  • @allautomationtechs486
    @allautomationtechs486 2 года назад +1

    Could you pls provide tutorial on Parallel execution with Data driven tests .. means taking sets of data from an Excel file and execute it parallely

  • @kalyanreddy4820
    @kalyanreddy4820 2 года назад +1

    Sir please do one video for capturing the failed test cases using testNG framework

  • @pallavolisowjanya4438
    @pallavolisowjanya4438 2 года назад +2

    Sir previous video lo excel use chesi dynamic ga execution cheyadam chepparu kadhaa. How We can apply parellel execution for that one ?? Is it possible or not ?? If possible may apply these steps to that one ? Can u tell me sir

    • @HYRTutorials
      @HYRTutorials  2 года назад

      Yes these are the steps we need to follow buddy

  • @navathutejomai1038
    @navathutejomai1038 2 года назад +1

    Please make a video for cross browser testing in TestNg,it will be helpful and interview question

  • @prashantsasulkar2398
    @prashantsasulkar2398 2 года назад +1

    Sir provide the video cross browser testing and parallel testing by using multi threading in testng

  • @kchary-jh5bd
    @kchary-jh5bd 2 года назад +1

    Hi Anna,
    Firstly, I appreciate all your efforts for making such a beautiful videos, the way u explain things are commendable. they are so helpful. The same program that was explained in the video is not working fine if I use @BeforeMethod, @Test, @Aftermethod annotations, getting stale element exception.
    can you provide support to your subscribers? . Need u r help.

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

      Send me the code on hyadagirireddytutorials@gmail.com

    • @kchary-jh5bd
      @kchary-jh5bd Год назад +1

      I have already reached u Anna, on that email address, followed u r instructions but still unable to rectify it. will come back soon. Tq

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

      @@kchary-jh5bd Sure buddy

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

    can we add this in test tag also? ai says we cant

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

    Hello Sir,
    While running my tests with same approach 6 instances of browser are opening but data is getting passed to only one browser.
    Not able to figure out how to resolve it

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

      This is a multithreading issue buddy.
      Your driver object is shared by all the threads and thats causing the data to enter into only one browser.
      Try to implement the Threadlocal concept for storing/getting the driver instance buddy.

  • @kickofflife208
    @kickofflife208 2 года назад +1

    sir,we provide quit command why browsers not closing

    • @HYRTutorials
      @HYRTutorials  2 года назад

      If there are any exceptions in your code then it might terminate from there only.
      In that case browser windows won't terminate.
      In these scenarios you need to handle the exceptions

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

    can i use the same structure if i have separate page class in my project?

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

    getting an error while the data is getting from excel file, isn't possible with excel data?

  • @venkateshposhanapelli4639
    @venkateshposhanapelli4639 2 года назад +1

    Hi sir..getting issue with parallel execution in intellij "Test Ignored"

    • @HYRTutorials
      @HYRTutorials  2 года назад

      What is the error you are getting buddy?

    • @venkateshposhanapelli4639
      @venkateshposhanapelli4639 2 года назад +1

      @@HYRTutorials hi sir... actually that issue was fixed....am fallow the eclipse generated XML file structure in intelliJ that's why am facing the issue..after that am realised and change the XML file

  • @sanjibsarkar9565
    @sanjibsarkar9565 2 года назад

    One query: If I declare a dataProvider in a test class, then all the @test method must use that dataprovider?? If not, then how to ignore it? I have tried but those @test get failing. If possible, please suggest. Thanks

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

      If you want any test to use the data provider then u must specify that at the test method annotation buddy

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

      @@HYRTutorials thanks for the response, actually my query is something different, I don't want all my tests to use the data provider annotation mentioned in the test class, then how to perform that? is that possible?

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

      @@sanjibsarkar9565 Thats what i'm saying buddy, if you dont want any test to use the dataprovider then dont specify the dataprovider for that test alone. We can't exclude the dataprovider for only some specific methods

  • @vanajachowdary3998
    @vanajachowdary3998 4 месяца назад

    please make page object model tutorial

  • @kickofflife208
    @kickofflife208 2 года назад +1

    please provide one live time project also

    • @HYRTutorials
      @HYRTutorials  2 года назад

      For live projects, you can consider any application which is available in internet.
      We don't require any live projects for testing purpose buddy

  • @tejanellore6024
    @tejanellore6024 2 года назад

    very informative video but I got small error kindly help me when i gave the command "parallel = true" all sets of data is getting overlapped in single tab

    • @HYRTutorials
      @HYRTutorials  2 года назад +2

      Can u record the video and send me on hyadagirireddytutorials@gmail.com

    • @pallapukartheek8126
      @pallapukartheek8126 2 года назад

      I am also facing the same issue do you have the solution for that problem

    • @pallapukartheek8126
      @pallapukartheek8126 2 года назад

      @@HYRTutorials pls provide the solution for the above problem

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

      Any solution of this because I face the same problem.

  • @chandrikasai3872
    @chandrikasai3872 2 года назад

    Hi... Yadagiri Reddy garu.. in parallel execution, you opened two browsers at a time, but I am getting StaleElementReferenceException for valid username, valid password, and NoSuchElementException for valid username, invalid password. What might be the reason? may be my browser speed is not supporting or something else. Please suggest me what I can do to rectify these exceptions.

    • @HYRTutorials
      @HYRTutorials  2 года назад

      Are you executing two test methods in parallel or multiple test methods inside two tests?

    • @chandrikasai3872
      @chandrikasai3872 2 года назад +1

      @@HYRTutorials Not from testng xml file, I directly executed same test method by clicking on Run All directly in my class, I provided two sets of data in @DataProvider

    • @HYRTutorials
      @HYRTutorials  2 года назад

      @@chandrikasai3872 send me the code on hyadagirireddytutorials@gmail.com

    • @chandrikasaileela5978
      @chandrikasaileela5978 2 года назад +1

      @@HYRTutorials Hi.. I sent the code to your mail

    • @HYRTutorials
      @HYRTutorials  2 года назад

      @@chandrikasaileela5978 will check buddy

  • @Maheshbabu-ug7dx
    @Maheshbabu-ug7dx 2 года назад

    hi bro , i am an issue , i tried this code and executed , as u showed different browsers are opening by parallel but in system only one browser is opening and in login details ( usename ) all the details are entering at in one login page like admin admin1 admin2 , in pdw : admin123admin456 etc , i mean different broesers are not opening only single is window is opening ad all the details are entered. i had given thread- count 5 , pls reslove this

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

      Did you give the parallel=true buddy?

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

      @Mahesh did you get solution ? I am also facing the same issue

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

      same issue

  • @srikanthpayyavula1552
    @srikanthpayyavula1552 2 года назад +1

    Bro basic Java how to view

    • @HYRTutorials
      @HYRTutorials  2 года назад

      Didn’t catch your question buddy. can u please elaborate?

  • @hariprasad1023
    @hariprasad1023 2 года назад +1

    Sir number pettandi Meedhi 2+ gurinchi matldadali

    • @HYRTutorials
      @HYRTutorials  2 года назад

      I can't share my number but whatever you want to ask, you can ask here buddy