PART 8 - Rerun Failure

Ғылым және технология

In this video, I have explained - How to re run failure test cases in cucumber BDD.
~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
kzread.info%20Au...
Follow me on my Facebook Page:
/ naveenqtpexpert
Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
t.me/joinchat/COJqZUPB02r5sB7...
Naveen AutomationLabs Paid Courses:
Java & Selenium:
naveenautomationlabs.com/manua...
Java & API +POSTMAN + RestAssured + HttpClient:
naveenautomationlabs.com/selen...

Пікірлер: 48

  • @ArjunSingh-sl8zr
    @ArjunSingh-sl8zr3 жыл бұрын

    Because of u.... "Automation" Now Growing...😍 Thank you sir..

  • @SarangHoley
    @SarangHoley3 жыл бұрын

    Thanks Naveen once again for including one of the crucial part of the Framework in the video series 😊👍

  • @Navin-vh9de
    @Navin-vh9de3 жыл бұрын

    You are the God of Automation 👍 You are excellent trainer

  • @naveenautomationlabs

    @naveenautomationlabs

    3 жыл бұрын

    Thanks! 😃

  • @Navin-vh9de

    @Navin-vh9de

    3 жыл бұрын

    @@naveenautomationlabs Please share your mobile number, I want to talk to you regarding Selenium Webdriver

  • @faizaghazi1828
    @faizaghazi18283 жыл бұрын

    Hi Naveen..... You're doing an awesome job here! I'm loving this series!!....One request....Can you please integrate this whole project with Jenkins showing how to generate the reports and rerun failed test case at Jenkins? That will be a cherry on the top :) Thanks

  • @MadirajuKChaitanya
    @MadirajuKChaitanya3 жыл бұрын

    Naveen Sir, thanks a lot for sharing this video. This is a very useful video to re/run only failed test scenarios, after they have been fixed, either in the code or in the Cucumber files. Please keep up the good work. You can feel proud that you are creating a generation of Automation Engineers with your self-less work through dedication.

  • @naveenautomationlabs

    @naveenautomationlabs

    3 жыл бұрын

    You are most welcome

  • @kavishautomationfactory170
    @kavishautomationfactory1703 жыл бұрын

    Thank you very much Naveen.

  • @DINESHKUMAR-ts3pp
    @DINESHKUMAR-ts3pp3 жыл бұрын

    Hi. The explanation is awesome. As mentioned in the series, not able to find the info on integrating Zephyr BDD test. Could you please make one video on 1. Creating a manual Zephyr BDD test in Jira. 2. Mapping the Jira ticket ID with our selenium automation test. 3. Importing the run results(local and Jenkins) to a test cycle, as a proof of testing of created BDD Zephyr tests.

  • @ankitpundhir3346
    @ankitpundhir33463 жыл бұрын

    Thanks Naveen for all the awesome stuff. Can you please also create a CI/CD upstream job for the same? Will be great help

  • @kalpeshahirrao7611
    @kalpeshahirrao76112 жыл бұрын

    hello Naveen.....thank you for such for this awesome stuff . Can you please make a video on how to perform cross browser testing on the same framework

  • @tayeblagha484
    @tayeblagha484 Жыл бұрын

    thank you so much

  • @touchymb
    @touchymb2 жыл бұрын

    Hi Naveen, thanks for your videos. I was wondering if you are going to implement the ElementUtil class to facilitate explicit wait

  • @himanshushekhar9917
    @himanshushekhar991720 сағат бұрын

    Hey Naveen, If the login scenario is passing but other scenario is passing. How can we tackle this in fail runner? Could you please help here?

  • @gauravnarang1408
    @gauravnarang14083 жыл бұрын

    Thanks a ton.What if multiple features file run in bulk,and get multiple failures across them.will rrerun.txt contain all failed scenarios?

  • @narendranagasuri6388
    @narendranagasuri63883 жыл бұрын

    Hey, Naveen if i set glue =parallel, how compiler will know step defination (methods) file path, for a particular future file

  • @SingaporeChinnodu
    @SingaporeChinnodu3 жыл бұрын

    Hi,Here during rerun all the scenario's present in the feature file(the feature file present in text file) are executed or the line numbers from text file?

  • @sanjeeviniudayakumar2436
    @sanjeeviniudayakumar24363 жыл бұрын

    Such a good explanation! I do have a question on how to automate to run the Failedrunner class once the Testrunner class execution is completed!

  • @divyad4916

    @divyad4916

    Жыл бұрын

    Yes I also need the input for same requirement

  • @ratnadas507
    @ratnadas5073 жыл бұрын

    Hi Naveen, If I try to execute my scenarios parallelly using surefire/failsafe, all tests are sent to the same thread, and the test gets failed. Please share your pom/repo.

  • @lokeshv3472
    @lokeshv34723 жыл бұрын

    Hi Sir, Is is possible to rerun failed scenarios with tags mentioned in runner class ?

  • @S__K_A
    @S__K_A2 жыл бұрын

    Hi, do we have a similar option in specflow?

  • @shubhamkulkarni2606
    @shubhamkulkarni260615 күн бұрын

    How can we integrate with jenkins file to run on jenkins?

  • @winchin19
    @winchin192 жыл бұрын

    How does this process affect the reports?

  • @danielstoicamusic
    @danielstoicamusic8 ай бұрын

    How do you combine and show all test results in a single report?

  • @KkdvPrasad
    @KkdvPrasad3 жыл бұрын

    @naveen, how iretry logic works in cucumber BDD?

  • @Puneetsamaiya
    @Puneetsamaiya2 жыл бұрын

    Hi Naveen, I tried to follow this but 1. I am not able to generate rerun text file and in thread 5 scenarios running instead of 3. Not getting why ? any possible options to ractify this ??

  • @babuagr5967
    @babuagr59673 жыл бұрын

    Thanks Naveen. In my rerun file features not store with full path. So rerun is failing because it couldn't find path. Any suggestion please?

  • @karanatreya7314
    @karanatreya7314 Жыл бұрын

    Rerun.txt is not getting generated in target folder? any idea why?

  • @akshatvohra6
    @akshatvohra63 жыл бұрын

    I'm not able to rerun my failed scenarios. The main issue is with the oath which the compiler is getting when from ""failerun.txt". It is not able to get the right path to the failed scenario feature file. Please help.

  • @user-yb2fc1ur6g
    @user-yb2fc1ur6g3 жыл бұрын

    Hi Naveen, Target folder and extent ,spark reports ,failedRerun.txt files are not creating when I am executing scenarios from eclipse IDE i.e Runner.java class...Same file are created when I am running from command line using maven cmnd...Could you pls help me to resolve this ..Thanks in advance!!!!

  • @varunkumar-zg6uv
    @varunkumar-zg6uv2 жыл бұрын

    Hi Brother, If i run rerun runner class, i am getting illegal argument exception stating class path not found. Kindly help me out on this.

  • @sridharvumma5335
    @sridharvumma5335 Жыл бұрын

    Hi Naveen, with Retry Logic in selenium, we never had to rerun the failed test scripts manually otherwise, do we have some logic included that will automatically run the failed tests on a similar way

  • @sridharvumma5335

    @sridharvumma5335

    Жыл бұрын

    Retry logic was automatically triggering the failed tests, so in cucumber what is it that we are supposed to do to see that there is a retry count for the failed tests

  • @natchiarnalu4231
    @natchiarnalu42313 жыл бұрын

    Hi how do you do rerun in nightwatch cucumber framework? Pls throw some ideas on this.

  • @jainamit2208
    @jainamit22083 жыл бұрын

    And how we can trigger those 2 runner file in Jenkins, and how to configure runner file in Jenkins.

  • @swagatikamohapatra5428
    @swagatikamohapatra54283 жыл бұрын

    Naveen - if I want to run the failed runner file in command line how it will be ?

  • @deepanshuaggarwal7042
    @deepanshuaggarwal70423 жыл бұрын

    Can we provide retry count in cucumber for failed cases ?

  • @rahulshinde5110
    @rahulshinde511010 ай бұрын

    Thanks Naveen! When we execute both runner and failed runner using TestNG one after the other automatically, the extent report get mixed up with both failed and re executed scenarios. Is there any solution to over come this and get clean single report after execution.

  • @maheshpatil7671

    @maheshpatil7671

    9 ай бұрын

    you have to combine all the reports programmatically.

  • @jatinqa4020
    @jatinqa40202 жыл бұрын

    Hi Naveen sir, My question is that :- If after login and on some internal page scenario fails. also on @Given:- its mention that user is on some internal page . how to will fail testcases pass because there is no way o login again in application

  • @tramngay4698
    @tramngay4698 Жыл бұрын

    This is applied for TestNG or Junit? In my case, I want to apply for Cucumber junit project, please help.

  • @ishan23786
    @ishan237863 жыл бұрын

    Hi Naveen...Thanks for the wonderful job you are doing... Needed one help.... I deliberately failed my Login Test under my Login feature by renaming one of my locators in order to test Rerun Feature in Cucumber. When I am executing my FailedRunner.java I am receiving the following exception for Login Test in my Login.Feature java.lang.NullPointerException: Cannot invoke "org.openqa.selenium.WebDriver.get(String)" because the return value of "com.qa.factory.DriverFactory.getDriver()" is null I am getting this issue for every failed test case I am trying to run through my failedrerun.txt My FailedRunner.java is as follows: package testRunner; import org.junit.runner.RunWith; import io.cucumber.junit.Cucumber; import io.cucumber.junit.CucumberOptions; @RunWith(Cucumber.class) @CucumberOptions( features = {"@rerun/failedrerun.txt"}, glue = {"stepdefinitions"}, plugin = {"pretty", "com.aventstack.extentreports.cucumber.adapter.ExtentCucumberAdapter:", "timeline:test-output-thread/", "rerun:rerun/failedrerun.txt" }, monochrome = true ) public class FailedRunner { } And my testrunner.txt shows as file:src/test/resources/AppFeatures/LoginPage.feature:9 I have verified driver calls by backtracking through your videos and checking my code. Not sure whats causing this issue because in your video the same seems to run fine. Please help it would be great.

  • @akshaysoni2051
    @akshaysoni20513 жыл бұрын

    what will happen to reports in rerun scenario?

  • @theevenbit2754
    @theevenbit27542 жыл бұрын

    Nice video How can I rerun failed test steps?

  • @sweetthirty2
    @sweetthirty27 ай бұрын

    why Scenario is showing as Interface under cucumber.api but under io.cucumber.java it appears as a class??

Келесі