Тёмный

PART 8 - Rerun Failure  

Naveen AutomationLabs
Подписаться 388 тыс.
Просмотров 43 тыс.
50% 1

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:
www.youtube.co...
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/...
Naveen AutomationLabs Paid Courses:
Java & Selenium:
naveenautomatio...
Java & API +POSTMAN + RestAssured + HttpClient:
naveenautomatio...

Опубликовано:

 

19 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@ArjunSingh-sl8zr
@ArjunSingh-sl8zr 3 года назад
Because of u.... "Automation" Now Growing...😍 Thank you sir..
@SarangHoley
@SarangHoley 3 года назад
Thanks Naveen once again for including one of the crucial part of the Framework in the video series 😊👍
@Navin-vh9de
@Navin-vh9de 3 года назад
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
@DINESHKUMAR-ts3pp
@DINESHKUMAR-ts3pp 3 года назад
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.
@MadirajuKChaitanya
@MadirajuKChaitanya 3 года назад
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
@faizaghazi1828
@faizaghazi1828 3 года назад
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
@kavishautomationfactory170
@kavishautomationfactory170 3 года назад
Thank you very much Naveen.
@kalpeshahirrao7611
@kalpeshahirrao7611 2 года назад
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
@ankitpundhir3346
@ankitpundhir3346 3 года назад
Thanks Naveen for all the awesome stuff. Can you please also create a CI/CD upstream job for the same? Will be great help
@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
@touchymb
@touchymb 3 года назад
Hi Naveen, thanks for your videos. I was wondering if you are going to implement the ElementUtil class to facilitate explicit wait
@sanjeeviniudayakumar2436
@sanjeeviniudayakumar2436 3 года назад
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
@lokeshv3472
@lokeshv3472 3 года назад
Hi Sir, Is is possible to rerun failed scenarios with tags mentioned in runner class ?
@ratnadas507
@ratnadas507 3 года назад
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.
@winchin19
@winchin19 2 года назад
How does this process affect the reports?
@yashima6551
@yashima6551 20 дней назад
Hello, can someone explain how to trigger both the runners in jenkins. Its a manual process of running. But how to automate and what changes needs to be made for jenkins?
@tayeblagha484
@tayeblagha484 Год назад
thank you so much
@narendranagasuri6388
@narendranagasuri6388 3 года назад
Hey, Naveen if i set glue =parallel, how compiler will know step defination (methods) file path, for a particular future file
@SingaporeChinnodu
@SingaporeChinnodu 3 года назад
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?
@himanshushekhar9917
@himanshushekhar9917 2 месяца назад
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?
@danielstoicamusic
@danielstoicamusic 10 месяцев назад
How do you combine and show all test results in a single report?
@theevenbit2754
@theevenbit2754 2 года назад
Nice video How can I rerun failed test steps?
@jainamit2208
@jainamit2208 3 года назад
And how we can trigger those 2 runner file in Jenkins, and how to configure runner file in Jenkins.
@yashima6551
@yashima6551 20 дней назад
Hey! Did you get the answer? How to trigger both the runners in jenkins?
@rahulshinde5110
@rahulshinde5110 Год назад
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 Год назад
you have to combine all the reports programmatically.
@gauravnarang1408
@gauravnarang1408 3 года назад
Thanks a ton.What if multiple features file run in bulk,and get multiple failures across them.will rrerun.txt contain all failed scenarios?
@jatinqa4020
@jatinqa4020 2 года назад
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
@shubhamkulkarni2606
@shubhamkulkarni2606 2 месяца назад
How can we integrate with jenkins file to run on jenkins?
@Puneetsamaiya
@Puneetsamaiya 3 года назад
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 ??
@akshatvohra6
@akshatvohra6 3 года назад
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-yb2fc1ur6g 3 года назад
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-zg6uv 3 года назад
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.
@tramngay4698
@tramngay4698 Год назад
This is applied for TestNG or Junit? In my case, I want to apply for Cucumber junit project, please help.
@S__K_A
@S__K_A 2 года назад
Hi, do we have a similar option in specflow?
@karanatreya7314
@karanatreya7314 Год назад
Rerun.txt is not getting generated in target folder? any idea why?
@babuagr5967
@babuagr5967 3 года назад
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?
@natchiarnalu4231
@natchiarnalu4231 3 года назад
Hi how do you do rerun in nightwatch cucumber framework? Pls throw some ideas on this.
@ishan23786
@ishan23786 3 года назад
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.
@KkdvPrasad
@KkdvPrasad 3 года назад
@naveen, how iretry logic works in cucumber BDD?
@deepanshuaggarwal7042
@deepanshuaggarwal7042 3 года назад
Can we provide retry count in cucumber for failed cases ?
@swagatikamohapatra5428
@swagatikamohapatra5428 3 года назад
Naveen - if I want to run the failed runner file in command line how it will be ?
@akshaysoni2051
@akshaysoni2051 3 года назад
what will happen to reports in rerun scenario?
@sweetthirty2
@sweetthirty2 9 месяцев назад
why Scenario is showing as Interface under cucumber.api but under io.cucumber.java it appears as a class??
Далее
WHO IS MORE GREEDY?!
00:18
Просмотров 1,1 млн
Rerun Failed Test/Scenario In Cucumber Automatically
7:59