Selenium Framework for Beginners 10 | What is Extent Reports | How to use Extent Reports in Selenium

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

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

  • @sairambhaskhara2215
    @sairambhaskhara2215 4 года назад +3

    Your videos are so clear and good to understand. I'm so delight to found your videos. Seriously i'm learning automation easily with ur videos

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Great to hear that Sairam, Can get all here - automationstepbystep.com/

  • @mzamomahaeng268
    @mzamomahaeng268 4 года назад +2

    He is the Rahul Dravid of teaching 👌another masterclass thank you sir

    • @RaghavPal
      @RaghavPal  4 года назад

      Grateful & humbled Mzamo

  • @rustamabdiyev6598
    @rustamabdiyev6598 3 года назад +7

    Raghav, the way you explain is awesome, thank you so much, Sir.
    we need real-time interview questions and answers like scenario-based would be great.

    • @RaghavPal
      @RaghavPal  3 года назад +1

      Noted Rustam, will do it

  • @benmaouiatakoua1437
    @benmaouiatakoua1437 4 года назад +3

    your way of explanation is perfect thanks a lot!!!

  • @nitinthakre7128
    @nitinthakre7128 5 лет назад +5

    What an awesome explanation about the extent report. Thanks a lot for such videos.

  • @yogisingh170
    @yogisingh170 5 лет назад +3

    Hi Raghav,
    Videos are fantastic, they are so easy to understand.

    • @RaghavPal
      @RaghavPal  5 лет назад

      So happy to know this Yogi

  • @rotrose7531
    @rotrose7531 4 года назад +2

    Thank you for sharing these valuable tutorials for all of us.

  • @EliasHossein799
    @EliasHossein799 3 года назад

    the best tutorial in the whole world !!! the most amazing explanation....

    • @RaghavPal
      @RaghavPal  3 года назад

      Thanks a lot Jawad, humbled

  • @JyotiBisht-x2c
    @JyotiBisht-x2c 4 месяца назад

    Your teaching style is awesome.

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

      Thanks a lot Jyoti

  • @nandiphamakhanya632
    @nandiphamakhanya632 3 года назад +5

    I yessss you, your tutorials are on point.

  • @ZaidIrfanKhan
    @ZaidIrfanKhan 4 года назад +12

    Thank you so much, sir,

    • @RaghavPal
      @RaghavPal  4 года назад +1

      You're welcome Zaid. Humbled to see your message

    • @princekumarjain6334
      @princekumarjain6334 4 года назад

      @@RaghavPal Hi sir...I have 10 steps,but the dashboard is showing 0 steps..i google it but couldn't get any concrete answer...can you help?

  • @C.Sakthivignesh
    @C.Sakthivignesh Год назад +1

    Thank you so much sir for made this video. This video is very useful sir.

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

      You are most welcome Sakthi

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

    It's a very helpfull video ever . Nice explanation sir

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

      happy to know Sachin

  • @shivanidebadwar4319
    @shivanidebadwar4319 День назад

    You are literally amazing

  • @mdabduljkhan4434
    @mdabduljkhan4434 3 года назад +1

    Thanks a lot for your awesome tutorial.

    • @RaghavPal
      @RaghavPal  3 года назад

      You are welcome Abdul

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

    Thank you for your precious time, its really very useful.

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

    Amazing video and ur learning, thanks a lot of u sir🙏🙏

  • @abdulmuntasirmasum7914
    @abdulmuntasirmasum7914 6 лет назад +3

    Raghav excellent and in detailed information's. Thank you for sharing your knowledge. Better than paid courses. keep sharing and helping us. are 41 videos enough for building framework or your advance training will be coming soon.

    • @RaghavPal
      @RaghavPal  6 лет назад +1

      Thanks for your message Abdul. This is enough to get started and it will great a strong base from where you can add more features as needed.

  • @aditineole6899
    @aditineole6899 3 месяца назад

    Thanks a lot for your awesome content

    • @RaghavPal
      @RaghavPal  3 месяца назад

      So nice of you Aditi

  • @ravshanbekyusupov4582
    @ravshanbekyusupov4582 4 года назад

    Good morning sir, thank you for your all very helpful tutorial videos. Next time can you please to fit all scripts on the screen, so we can see them, thank you again.

    • @RaghavPal
      @RaghavPal  4 года назад

      Noted, I will try my best

  • @arpitapanda9428
    @arpitapanda9428 4 года назад

    Great videos, your simple and easy way of explaining is commendeble.Topic wise video segregation helps a lot. Please keep on helping us ..

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Most welcome Arpita

    • @arpitapanda9428
      @arpitapanda9428 4 года назад +1

      @@RaghavPal Cracked an offer for movement inside my organization through your videos

    • @RaghavPal
      @RaghavPal  4 года назад +1

      so happy to know Arpita

  • @Onekrat200
    @Onekrat200 4 года назад +1

    Thanks for the video; it is really helpful; Can you please let me know how to include the all the detail information about the passed test cases for an example include the all the options in the drop-down list or any println information etc

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Alak, whatever you want to add you will have to do mention in the code with test.log command as below
      extent = new ExtentReports("file-path", true);
      // creates a toggle for the given test, adds all log events under it
      ExtentTest test = extent.startTest("My First Test", "Sample description");
      // log(LogStatus, details)
      test.log(LogStatus.INFO, "This step shows usage of log(logStatus, details)");
      // report with snapshot
      String img = test.addScreenCapture("img-path");
      test.log(LogStatus.INFO, "Image", "Image example: " + img);
      // end test
      extent.endTest(test);
      // calling flush writes everything to the log file
      extent.flush();

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

    what a explanation sir nice 👌👌👌👌👌👌

  • @chetanankalkote7374
    @chetanankalkote7374 3 года назад +1

    Thank u for posting

  • @BrownKarabo
    @BrownKarabo 3 года назад

    Hi, Raghav. I believe [word used advisedly because I have a stubborn plugin error] these steps can be done via the adapter, making setup quick and easier than in previous versions

    • @BrownKarabo
      @BrownKarabo 3 года назад

      Error: java.lang.IllegalArgumentException: The plugin specification 'com.cucumber.listener.ExtentCucumberFormatter:target/cucumber-reports/report.html' has a problem:
      Could not load plugin class 'com.cucumber.listener.ExtentCucumberFormatter'.
      Plugin specifications should have the format of PLUGIN[:[PATH|[URI [OPTIONS]]]

    • @RaghavPal
      @RaghavPal  3 года назад +1

      I will check on this and update

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

    Very detailed explanation 🙏🏼

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

      Glad it was helpful Hema

  • @rukhma9307
    @rukhma9307 3 года назад

    Very well explained.

    • @RaghavPal
      @RaghavPal  3 года назад

      Glad it was helpful!

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

    Hi Raghav i am using latest version of extent report 5.0.9 but the syntax statements mentioned in this video is not working .I will try to test in lower version.But can you please make a video on latest changes in extent reporter?Thanks in advance

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

      Hi Rajesh, You can try with the version shown in the video

  • @RheaRengashree
    @RheaRengashree 3 года назад +1

    Hi, Thank you for your free tutorial. Now extent reports moved to version 5 and many methods are deprecated. Do you have any video for the new one. Thank you

    • @RaghavPal
      @RaghavPal  3 года назад +1

      Hi Gayathri, not yet, I will plan a new tutorial on this

    • @RheaRengashree
      @RheaRengashree 3 года назад

      @@RaghavPal Thank you so much

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

      @@RaghavPal Was there another alternative to using Extent Reports as it's no longer free now?

  • @meenaljain3506
    @meenaljain3506 5 лет назад +1

    Hi Raghav, this is very nice video as your other videos.I've one query that what is the difference between relevant code extent report and avenstack extent report? For both, implemntation is different. Csn you please clarify and suggest which one is good to go with?

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Meenal if I goto maven repository and search for extent reports i get the one from aventstack. Also on the website of extent its from aventstack, Maybe relevant is some older version or earlier name. Not completely sure.

    • @meenaljain3506
      @meenaljain3506 5 лет назад +1

      @@RaghavPal Thanks Raghav for replying.

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

    ¡Buen trabajo!

  • @felipeluz1333
    @felipeluz1333 4 года назад

    Nice video, but I have two questions:
    1: I have several tests in my suite, do I have to insert the lines extentReports.createTest(...) and extentTest.log(Status...) for every one of them?
    2: What's the meaning of extentTest.log(Status.FAIL)? Why would I expect a test to fail? I mean, let's say if I have 100 tests I expect that all of them should pass

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Hi Felipe,
      1. Yes you need to start a test for extentReports, so that it starts capturing the results
      2. This is done usually in Exception block or in the Listener block. We can use this along with iTestListener of TestNg

  • @checkmate7780
    @checkmate7780 5 лет назад +2

    Hi Raghav, Thank you for the easy explanation. Could you please make a detailed tutorial on Allure report using testNG and selenium?

    • @RaghavPal
      @RaghavPal  5 лет назад +1

      Sure I will do it Mimi. I have covered allure reporting in Python Selenium course. Will do here too

    • @checkmate7780
      @checkmate7780 4 года назад

      @@RaghavPal , First of all, Happy New Year! Thanks a lot for your reply, it encourages a lot!

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

      @@RaghavPal Thank you for the details session. have you added a session for the detailed tutorial on Allure report using testNG and selenium? if yes, please share the Link. thank you

  • @abdulhamidi1532
    @abdulhamidi1532 3 года назад

    Thank you MR.Raghav, Can you please answer if we can generate a Extend report with Selenium Python and if we can't why, reason please

    • @RaghavPal
      @RaghavPal  3 года назад

      Hi Abdul, extent is java library so we cannot use it for python, You can check options here stackoverflow.com/questions/10218679/seleniumpython-reporting

  • @abhinandangowda4829
    @abhinandangowda4829 5 лет назад +1

    Also I want to join ur channel, so can you please give briefing about that

    • @RaghavPal
      @RaghavPal  5 лет назад

      Sure Abhinandan, you can join here - ruclips.net/channel/UCTt7pyY-o0eltq14glaG5dgjoin

  • @zulminanahmed9489
    @zulminanahmed9489 3 года назад

    Really good

  • @anandyashwanth9807
    @anandyashwanth9807 4 года назад +1

    Hi raghav sir, i tried adding maven dependancies in my file, i am getting an atrifact descriptor exception error , please let me know how to resolve it.
    All your previous videos are fabulous by the way.
    Thanks and regards anand yashwanth.

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Anand, did you try clean and refresh project. Check here - stackoverflow.com/questions/39845810/artifactdescriptorexception-failed-to-read-artifact-descriptor/39869435

  • @ohno7953
    @ohno7953 3 года назад

    Great tutorial!

  • @chandanghosh7043
    @chandanghosh7043 6 лет назад +2

    Hello Raghav,
    Will Katalon studio kill the market of selenium and api testing?

    • @RaghavPal
      @RaghavPal  6 лет назад

      Hi Chandan, look at this way. there will always be need to people with automation skills irrespective of the tools used. In Katalon Studio as well when you need to do any custom action we need to script for it. As long as you are ready to learn and enhance your skills w.r.t job market and time, there should be no problem

    • @nainsikumari6272
      @nainsikumari6272 5 лет назад

      Hi Raghav,
      After running the Test,unable to click the Google search button even though locator is mentioned correct as per the VEDIO and checked from my side.
      Exception coming "element not interactable".

    • @volodymyrdrobko659
      @volodymyrdrobko659 5 лет назад

      @@nainsikumari6272 The reason is because when you enter your search text, google expand a dropdown list with some sites you may go to and searchButton is not enabled. Please after sendKeys method use sendKeys(Keys.RETURN) or ...(Keys.ENTER) but without cklicking on searchButton.

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

    Can we use it for Junit tests also? Also my tests are based on Junit/Spring and running on Jenkins. Can I see this report on Jenkins also?

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

      Hi Vivek, not exact extent report, can check some plugins for Jenkins

  • @nexus14321
    @nexus14321 Месяц назад

    Hi @raghavpal what to prepare for an interview with 13 years of experience in which 4 years is automation and rest is Manual. Can you please guide

    • @RaghavPal
      @RaghavPal  Месяц назад +1

      Ajay
      To prepare for an interview with 13 years of experience (4 years in automation and 9 years in manual testing):
      Review manual testing concepts, tools, and methodologies
      Brush up on automation concepts, frameworks, and tools
      Prepare examples of your work, successes, and challenges
      Review your resume and practice answering behavioral questions using the STAR method
      Show enthusiasm and interest in the company and position
      -

    • @nexus14321
      @nexus14321 Месяц назад

      @@RaghavPal Thanks a lot appreciate it

  • @DeviRemyaMohandhas
    @DeviRemyaMohandhas 16 дней назад

    please put a video on Extent report version 5. Thanks

    • @RaghavPal
      @RaghavPal  16 дней назад

      I will check and plan Devi

  • @balasubramanian4812
    @balasubramanian4812 4 года назад

    Thanks a lot Raghav .Helpful :-)

    • @RaghavPal
      @RaghavPal  4 года назад

      Glad it was helpful Bala

  • @divyangjani7600
    @divyangjani7600 5 лет назад +2

    this is awesome

  • @Yaddalapudi
    @Yaddalapudi 5 лет назад +1

    hello raghav jii this is sai krishna ,
    can you tell me HOW TO DO BATCH EXECUTION IN SELENIUM MAKE VIDEO ABOUT THIS topic

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Sai, sure I will make a video on that

  • @ankitshrivastava1772
    @ankitshrivastava1772 4 года назад

    Raghav, can you please speak how to create a generic method for the report so that it can be call in every test case and based on the result (pass/fail) it create entry in the report. Actually, i am trying to create but facing so many issues. It would be great in you can help in this

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Hi Ankit, I hope you are using ITestListeners, I will plan a session on this

  • @Bala786A
    @Bala786A 3 года назад

    Thank you sir.....

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

    Hi Raghav. Currently HTML reports are depreciated and are changed to Spark Reports. Will above methods work same on Spark Reports too?

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

      Hi Satish, I have not checked, you can try or check online

  • @lekhanasvlogs4874
    @lekhanasvlogs4874 3 года назад

    sir for different jars version will there be a different way of writing code??

    • @RaghavPal
      @RaghavPal  3 года назад

      There can be based on the changes in the libraries

  • @santhoshk5157
    @santhoshk5157 6 лет назад

    Hi sir.. nice explanation..is it mandatory to use testng or can we use junit to generate extent report?..

    • @RaghavPal
      @RaghavPal  6 лет назад

      Hi Santhosh, you can use JUnit as well for generating extent reports

  • @ankitlohia1710
    @ankitlohia1710 6 лет назад

    Hi Raghav. Thanks for the video. I have a question asked in interview- what are the parameters to (or how do you) decide which framework you want to design whether it is POM, Datadriven, cucumber?

    • @RaghavPal
      @RaghavPal  6 лет назад +5

      Hi Ankit, it will depend on the needs and scenario.
      example:
      If the team using the framework is comfortable in adding new scripts for new test cases, then a DataDriven framework is the best.
      If the team using the framework needs option to create all tests using keywords in external files like excel then keyword or hybrid framework is the option.
      POM is the test design technique to store objects and test scripts separately
      BDD or Cucumber framework will be useful if the organizationis BDD ready. Actually most of org today implement BDD framework without understanding the real need for it.
      I will create a video soon to cover this.

    • @ankitlohia1710
      @ankitlohia1710 6 лет назад +1

      Automation Step by Step - Raghav Pal Thank you so much raghav... I needed this detailed answer... cheers

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

      @@RaghavPal if you have covered a detailed session then please share the link. thank you so much.

  • @haydenbdennis5274
    @haydenbdennis5274 4 года назад

    Hello Raghav, (a.k.a. The Test Automation Angel.) I am getting this error message: "The type ExtentHtmlReporter is deprecated") in ExtentReports version 4. Should I use ExtentSparkReporter as an alternative or ExtentLoggerReporter? These are the options that I have discovered. However, (1.) When I replace ExtenthtmlReporter with these other Extent___Reporters, the dashboard does not display as many features. (2.) Also, The Html file outputs as index.html and dashboard.html . Thanks so much for all that you do!!

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Hi Hayden, did you try to use the same ver as shown in the video. Pls check.

  • @OdiaVlogsbyLipika
    @OdiaVlogsbyLipika 4 года назад

    Hi Raghav,It is a very nice video..Could you please tell is there any difference between test.log(Status.info) and test.info..Or both are same??

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Odia, thanks for watching Status.info will print the status of the test like Pass/Fail, test.info is to print some user defined statement.

  • @jobinjoseph1788
    @jobinjoseph1788 4 года назад

    Hi Raghav, I am getting warning that ExtentHtmlReporter is depreciated. Should i suppress the warnings and go with extenthtml reporter or do you know if we can use the extendSparkreporter and follow the video?

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Jobin, that may be because you are using a diff ver than the video. It is fine, you can use the latest one and refer the documentation if required.

  • @fatendebabi6094
    @fatendebabi6094 4 года назад

    Thank you very much

    • @RaghavPal
      @RaghavPal  4 года назад

      You are welcome Faten

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

    Hi Raghav, can we share this report to other team members?

  • @MoMo-rt5lf
    @MoMo-rt5lf 4 года назад

    Thank you, I don't use maven but the same class as you, I got the error: Caused by: java.lang.ClassNotFoundException: freemarker.template.TemplateModelException
    should t add freemarker jar ? and which version? what about dependancy

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi, if you are not using Maven or similar thing, you will have to download and use all the libraries manually, That can be a tricky task, Not sure what lib exactly will help here, you can try the one you have mentioned

  • @rameshu3307
    @rameshu3307 3 года назад

    Hi Raghav, nice session.
    When am practicing am unable to find the attachReporter() method. Receiving an error. I tried with Highest & Lowest Extent pom maven dependencies but no luck. Please suggest.

    • @RaghavPal
      @RaghavPal  3 года назад

      Hi Ramesh, check if you are using the same ver of extent reports

    • @rameshu3307
      @rameshu3307 3 года назад

      @@RaghavPal Hi Raghav, thanks for your response, my issue is am unable to import attachReporter() method. not sure how to check version of extent reports. kindly help me and please suggest the correct POM versions to resolves this issue.

    • @RaghavPal
      @RaghavPal  3 года назад

      Hi Ramesh, when you downloaded extent reports or added the dependency you must have given a version no, check from the video if you are using the same

  • @tannislearn5454
    @tannislearn5454 4 года назад

    Hi Raghav Sir...I m using extent report latest version "4.1.6" ...when I use the ExtentHtmlReporter
    in my extentdemoclass than it will auto cut "ExtentHtmlReporter" and "import com.aventstack.extentreports.reporter.ExtentHtmlReporter;" option.
    So, I started using the older version "4.1.2" of extent report but now after running the extentdemoclass I m only getting "Test" option in the dashboard of extentreport.html and "Steps" option is MISSING from dashboard.
    Is this due to latest version range of Extent Report?

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi, yes, this may be due to the ver. If you are using diff ver you can check its documentation

    • @tannislearn5454
      @tannislearn5454 4 года назад +1

      @@RaghavPal Ok, Thanks :)

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

    Hi sir... How can i add logs in extent report.. With the framework including POM.. ? I used listener class... But I am not getting any logs in report ...

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

      Hi Abhishek, you can try adding log4j

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

    is this deprecated now? in 2022?
    Please let me know as i have an interview :P and I'm learning selenium from your channel

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

      do you mean Extent reports

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

    Hi Raghav , I am trying to add extent report to my project for api automation framework cucumber but getting avent stack plugin error...any solution is much appreciated

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

      Hi, will need to check the setup

  • @tanmaykumbhar9614
    @tanmaykumbhar9614 4 года назад

    Please show how to use test with sanpshot, log with Sanpshot
    For the whole test process.
    And where are the screenshot stored?
    How to access them.?

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Tanmay, I will check and add.

  • @vignesh4310
    @vignesh4310 3 года назад

    Raghav, while doing handson on extent reports, i cant able to import "import com.aventstack.extentreports.reporter.ExtentHtmlReporter;". I have added the dependencies too in maven project. What would be the mistake ?

    • @RaghavPal
      @RaghavPal  3 года назад

      What is the error, Try looking at latest documentation

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

    It works well with the chromedriver but if you try this with firefox it immediately closes before searching the text. I'm not sure why

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

      Hi, try to use WebDriver Manager - ruclips.net/video/8vWTgyoG0nc/видео.html

  • @gruja55
    @gruja55 5 лет назад +1

    Hello, How can I generate report for more then 1 test case? For example under 1 class, I have 10 test cases, how can I create unique extent test report for all of them? Thanks in advanced.

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi, You can generate report for any number of test cases, Just need to create a new ExtentTest object for every test e.g.
      ExtentTest test = extent.createTest("MyFirstTest", "Sample description");
      Make sure for the next test use a diff variable like test1 etc else it will get overridden.
      And then make sure you flush the report after all testa are done. If you are using TestNG, do it as the teardown
      extent.flush();
      extentreports.com/docs/versions/3/java/#basic-example

    • @gruja55
      @gruja55 5 лет назад

      @@RaghavPal Thanks man, I am using Junit4! Unfortunately I already done that, but from some reason the last test is overriding the others, I will try to find some way how to do it. I am able to generate separate reports, but still not able to generate unique report for all tests. Interesting thing is that I still did not discover tutorial, how to generate extent test report, for more than 1 t.c. All tutorials coverage only 1 t.c. :)

    • @RaghavPal
      @RaghavPal  5 лет назад

      I am sure there is some small thing that is missed. Do check again

    • @gruja55
      @gruja55 5 лет назад

      @@RaghavPal
      I checked and tried on many ways, but always the last overwrite the 1st. I am sending you my codes, can you please tell me where I am making mistake? I also try to write and htmlReporter1 but still notning.
      @Test
      public void Yahoo() throws Exception{
      // start reporters
      ExtentHtmlReporter htmlReporter = new ExtentHtmlReporter("./Reports/TestIzvestaj.html");
      // create ExtentReports and attach reporter(s)
      ExtentReports extent = new ExtentReports();
      extent.attachReporter(htmlReporter);
      // creates a toggle for the given test, adds all log events under it
      ExtentTest test = extent.createTest("YAHOO TEST", "YAHOO REPORT");
      System.out.println("******************** YAHOO **********************");
      // log(Status, details)
      test.log(Status.INFO, "This step shows usage of log(status, details)");
      // info(details)
      test.info("This step shows usage of info(details)");
      extent.flush();
      @Test
      public void Google()throws Exception{
      // start reporters
      ExtentHtmlReporter htmlReporter = new ExtentHtmlReporter("./Reports/TestIzvestaj.html");
      // create ExtentReports and attach reporter(s)
      ExtentReports extent = new ExtentReports();
      extent.attachReporter(htmlReporter);
      // creates a toggle for the given test, adds all log events under it
      ExtentTest test1 = extent.createTest("GOOGLE TEST", " GOOGLE REPORT");
      System.out.println("******************** GOOGLE **********************");
      // log(Status, details)
      test1.log(Status.INFO, "This step shows usage of log(status, details)");
      // info(details)
      test1.info("This step shows usage of info(details)");
      extent.flush();

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi you are doing extent.flush(); after every test case. This needs to be done only once at the end

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

    Hello Sir
    I have implemented Rerun functionality in my Cucumber framework. I am able to generate extent report but after rerun ,its latest results are not updated in extent report . is there any way to do so ?

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

      Hi Archana, check if the following helps you:
      When rerun is performed, clear the Extent Reports object and initialize it again. This will ensure that the latest results are being reported
      You can use maven-surefire-plugin and configure it to delete the target directory before rerun
      You can use the after hook to clear the extent report after each run, so that latest run results can be updated
      You can try to use different reporting plugins like Allure or Cucumber HTML reporter, they might give you the flexibility to update the report
      You can also try to merge the rerun report with the original report using some library like extentmerger
      You may also want to check the configurations of Extent Report and Cucumber if they are properly set to handle rerun

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

      @@RaghavPal sure sir will try thanks much for your time

  • @saurabhwawarkar3430
    @saurabhwawarkar3430 5 лет назад

    Hi Sir,
    Facing one issue while using extent report in my project.
    When I ran test scripts in parallel mode, extent report not generating properly. Can you please help me into this or provide some suggestions?
    Thank you

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Saurabh, can get some inputs here - stackoverflow.com/questions/52811017/extent-report-issue-parallel-testing

  • @kranthikoura411
    @kranthikoura411 5 лет назад

    Hi Ragav,
    After executing ....am getting below error
    Exception in thread "main" org.openqa.selenium.ElementNotInteractableException: element not interactable
    please guide me!

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Kranthi, you can try using implicit waits. There is a video on that. Can also try to add some delay before this step

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

    If I am generating reports using ITestListener and want to integrate logging information in report itself, then do I need to write these log.info lines in between code of my each TC?

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

      Hi Kshipra, I will suggest to check some example on this

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

      @@RaghavPal Hi Raghav! I tried looking many examples but no one is giving complete information

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

      Ok, I will try to do a session when I get time, For now you will need to try with any online help you can get

  • @CRDMODS_BIKE_MODIFICATIONS
    @CRDMODS_BIKE_MODIFICATIONS 6 лет назад

    Hey Raghav,
    Can you help me out, how to share the html report with others when screenshot have been appended to the extent report. Usually these images are saved in our local machine, but when you share them with others(stake holders) they cant see that images.
    I heard that we need to store image in kind of BASE64 format. If am not wrong ?
    Please do help me.
    Thanks in Advance.

    • @RaghavPal
      @RaghavPal  6 лет назад

      Hi, yes as you said, you can convert to base64 images. These links will help you. I will also do a session on this when I get some time.
      stackoverflow.com/questions/43062006/extent-report-not-able-to-see-the-screenshots-on-other-machine
      stackoverflow.com/questions/42115372/how-do-i-email-an-html-report-as-an-attachment-with-images-embedded

  • @shalinirakesh3455
    @shalinirakesh3455 4 года назад

    Sir,
    I am using extent report version 2.14.1. I am giving the below code but the report does not show the test cases in the order in which it was executed..
    extent = new ExtentReports(outputDirectory + File.separator +
    "TestResult_ExtendReport"+System.currentTimeMillis() + ".html",
    false,DisplayOrder.OLDEST_FIRST);
    Can you please help

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Shalini, what do you get in the logs. Also check the documentation as per the ver you are using

  • @lekhanasvlogs4874
    @lekhanasvlogs4874 3 года назад

    sir i am getting error at attach reporter that is the method attach reporter in extent report is not applicable for arguments(extent html reporter)..plz rply its urgent sir

    • @RaghavPal
      @RaghavPal  3 года назад

      Hi Kasthuri, you are not using the function correctly, Mostly its related to the argument type you are sending, Pls check

  • @brahmendrajayaraju9529
    @brahmendrajayaraju9529 3 года назад

    how to capture skipped test method in this report please make one video

    • @RaghavPal
      @RaghavPal  3 года назад +1

      I will plan on this Brahmendra

  • @ankitanag6753
    @ankitanag6753 5 лет назад

    hi, thanks for the video. How can I make extent report code reusable in a framework and apply to all my test cases. Also I am new to selenium and building a framework from scratch on my own through youtube videos. I am using POM pattern. all the steps are in pom method for any functionality. so How can i give description in my pom class.

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Ankita, you can use testng listeners and put your code for reporting in extent in testng listener functions. There is a video on that.
      I did not get your 2nd query. If you are using POM method, then you just need to keep creating a separate class for each web page and put the locators and functions in that class and use them in test classes.

  • @ahmedguettaf7781
    @ahmedguettaf7781 4 года назад

    Thank you Sir for the explanation , actually I have question ,how to expand all test childs in the extent report ?
    I have used this code but it does not work : htmlReporter.config().setCSS(".node.level-1 ul{ display:none;} .node.level-1.active ul{display:block;}");

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Hi Ahmed, I will need to check online for this.

    • @ahmedguettaf7781
      @ahmedguettaf7781 4 года назад +1

      @@RaghavPal Yes sure , I will be waiting . Thanks

  • @sanghamitramohanty3866
    @sanghamitramohanty3866 3 года назад

    When i am trying to do report = new ExtentReports(System.getProperty("user.dir")+"\\ExtentReportResults.html"); i am getting remove argument,if there is no file path given i am not getting any html file
    Can you please suggest something here

    • @RaghavPal
      @RaghavPal  3 года назад

      Hi, did you try giving path only until reports folder and not the file name

  • @roopadolli1910
    @roopadolli1910 4 года назад

    Hi Raghav.. I don't want steps execution.. Where I need to modify the code..?? Please reply Raghav

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Roopa, I did not get you when you say steps execution

  • @nivethaa7626
    @nivethaa7626 4 года назад

    Hi Sir, I tried this and after running the test but I am not able to see the extent report even after refreshing the project multiple times . Kindly advise sir

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Nivetha, do you see any error in logs. Pls check all the steps again

  • @wasimakram-nz5gq
    @wasimakram-nz5gq 4 года назад

    Hi sir, if we want to take screenshots for failed and passed cases how to do that and where we can see that screenshots in Extent report dashboard

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Wasim, I will plan a session. For now pls check this
      www.softwaretestingmaterial.com/screenshots-extent-reports/
      automationtesting.in/capture-screenshot-in-extent-reports-java/

    • @wasimakram-nz5gq
      @wasimakram-nz5gq 4 года назад

      Thank q soo much for your replay sir

    • @wasimakram-nz5gq
      @wasimakram-nz5gq 4 года назад

      Automation Step by Step - Raghav Pal if we run program with testng.xml does extend reports work does it give exact report which we expect

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi, it will work as you have configured.

  • @SadiaNaharr
    @SadiaNaharr 4 года назад

    Hi, Im using extent reports for my framework, but I keep getting Java.lang.AbstractMethodError when I run from my testng xml file. The test doesn't even run and just throws this exception. Can you please help me resolve this issue and why it has occured.

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Sadia, pls check detailed logs to see where exactly this error is thrown from. Also check if you find caused by section in the logs

  • @sanghamitramohanty3866
    @sanghamitramohanty3866 3 года назад

    And if i am trying to create ExtentHtmlReports object then there is no import suggestion coming and error is coming for this

    • @RaghavPal
      @RaghavPal  3 года назад

      can also check other comments on this video

  • @TheFfgo
    @TheFfgo 4 года назад

    thank you

    • @RaghavPal
      @RaghavPal  4 года назад

      You're welcome Yahia

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

    Hi,
    Can we get pdf for the extent report?
    If yes please provide code or link...
    Thanks

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

      Hi Saquib
      Here are the steps on how to get a PDF for the Extent Report in Selenium Java:
      1. Install the Extent Report library. You can install the Extent Report library from the Maven Central repository.
      Code snippet
      com.relevantcodes
      extentreports
      4.1.9
      2. Create an ExtentTest object. The ExtentTest object is the root object of the Extent Report.
      Code snippet
      ExtentTest test = new ExtentTest("My Test");
      3. Add test steps to the ExtentTest object. The test steps are the individual steps that make up the test.
      Code snippet
      test.log(LogStatus.PASS, "This is a pass test step");
      test.log(LogStatus.FAIL, "This is a fail test step");
      4. Generate the PDF report. You can generate the PDF report by calling the generateReport() method on the ExtentReports object.
      Code snippet
      ExtentReports extentReports = new ExtentReports();
      extentReports.attachReporter(new ExtentHtmlReporter("myreport.html"));
      extentReports.addTest(test);
      extentReports.generateReport();
      This will generate a PDF report called myreport.html.
      Here are some additional things to keep in mind:
      * The Extent Report library provides a number of different reporters, including HTML, XML, and PDF.
      * The PDF reporter can be used to generate a PDF report of the Extent Report.
      * The PDF report can be opened in any PDF viewer.
      I hope this helps

  • @dineshsharma-ms9zb
    @dineshsharma-ms9zb 5 лет назад

    hlo sir how can we open a element in next tab? in manual process we right click on element chose a option open link in new tab . for doing this we can open any element in next tab.i want to do this using selenium,tried so many codes that a correct according to websites but still they don't work.can u help in doing this.

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Dinesh, this will help - stackoverflow.com/questions/34829329/how-to-open-a-link-in-new-tab-chrome-using-selenium-webdriver/45973561

    • @dineshsharma-ms9zb
      @dineshsharma-ms9zb 5 лет назад

      @@RaghavPal yes its working but only for when we open a link on new tab.but if u right click on some element and want to open in new window? is it possible sir??

  • @abhinandangowda4829
    @abhinandangowda4829 5 лет назад

    Hello Raghav, can you show how to implement Extent by JUNIT please

    • @RaghavPal
      @RaghavPal  5 лет назад

      I will try a session on that Abhinandan. For a quick reference, pls check the documentation

    • @abhinandangowda4829
      @abhinandangowda4829 5 лет назад

      I am trying alot finding answers online pal, but not able to do. currently I need to integrate Extent report to JUNIt project.Can I get help with this?

    • @abhinandangowda4829
      @abhinandangowda4829 5 лет назад

      I have joined your Channel Raghav, so any advantages I get?

    • @abhinandangowda4829
      @abhinandangowda4829 5 лет назад

      Raghav one small help, I get any documents/links regarding extent report with JUNiT, since I am not able to find any proper one so, if u have any

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Abhinandan, as a member, you will get priority on chats during my live sessions. I will also be posting members only post frequently

  • @kishorebabu544
    @kishorebabu544 8 месяцев назад

    sir it will does not show anything it shows only js reports,css reports ,testng.xml and default suite

    • @RaghavPal
      @RaghavPal  8 месяцев назад

      Kishore
      will need to check the setup and details of the steps

  • @fionabruce2009
    @fionabruce2009 4 года назад

    I have a question I have three tests but only one is displayed after the test completed. Are there any reason why such is happening.

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Ifeoma, Pls check if you have added annotations and Also check for every test you will have to add statement to mark it as test in extent
      ExtentReports reports = new ExtentReports("Path of directory to store the resultant HTML file", true/false);
      ExtentTest test = reports.startTest("TestName");

    • @fionabruce2009
      @fionabruce2009 4 года назад

      @@RaghavPal So this is my utility package
      UTILITY CLASS
      public class ExtentFactory {
      public static ExtentHtmlReporter reporter;
      public static com.aventstack.extentreports.ExtentReports extent;
      private static WebDriver driver;
      static ExtentTest logger;
      public static ExtentReports Instance() throws IOException {
      ExtentReports extent;
      String Path = "/Users/Desktop/cwjobs/src/main/java/ExtentReport1.html";
      extent = new ExtentReports(Path, false);
      extent.addSystemInfo("Selenium Version", "3.152");
      reporter.config().setTheme(Theme.DARK);
      reporter.config().setChartVisibilityOnOpen(true);
      reporter.config().setTestViewChartLocation(ChartLocation.BOTTOM);
      reporter.config().setEncoding("utf-8");
      reporter.config().setTimeStampFormat("EEEE, MMMM dd, yyyy, hh:mm a '('zzz')'");
      //loading the external xml file (i.e., extent-config.xml) which was placed under the base directory
      //You could find the xml file below. Create xml file in your project and copy past the code mentioned below
      extent.loadConfig(new File(System.getProperty("user.dir")+"/extent-config.xml"));
      return extent;
      }
      //This method is to capture the screenshot and return the path of the screenshot.
      public static String getScreenShot(WebDriver driver, String screenshotName) throws IOException {
      String dateName = new SimpleDateFormat("yyyyMMddhhmmss").format(new Date());
      TakesScreenshot ts = (TakesScreenshot) driver;
      File source = ts.getScreenshotAs(OutputType.FILE);
      // after execution, you could see a folder "FailedTestsScreenshots" under src folder
      String destination = System.getProperty("user.dir") + "/Screenshots/" + screenshotName + dateName + ".png";
      File finalDestination = new File(destination);
      FileUtils.copyFile(source, finalDestination);
      return destination;
      }
      public void takeScreenShot() throws IOException {
      // To capture a Full page
      Screenshot fpScreenshot = new AShot().shootingStrategy(ShootingStrategies.viewportPasting(1000)).takeScreenshot(driver);
      ImageIO.write(fpScreenshot.getImage(),"PNG",new File("/Users/alisonhawker/Desktop/cwjobs/src/main/java/ExtentReport/ScreenShots.png"));
      }
      public static void getResult(ITestResult result) throws IOException {
      if (result.getStatus() == ITestResult.FAILURE) {
      logger.log(LogStatus.FAIL, "Test Case Failed is " + result.getName());
      logger.log(LogStatus.FAIL, "Test Case Failed is " + result.getThrowable());
      //To capture screenshot path and store the path of the screenshot in the string "screenshotPath"
      //We do pass the path captured by this mehtod in to the extent reports using "logger.addScreenCapture" method.
      String screenshotPath = ExtentFactory.getScreenShot(driver, result.getName());
      //To add it in the extent report
      logger.log(LogStatus.FAIL, logger.addScreenCapture(screenshotPath));
      } else if (result.getStatus() == ITestResult.SKIP) {
      logger.log(LogStatus.SKIP, "Test Case Skipped is " + result.getName());
      }
      }
      TEST
      public class DropDownTest extends BaseTest {
      String option1 = "Option 1";
      String option2 = "Option 2";
      // Initialize the HtmlReporter
      ExtentHtmlReporter htmlReporter = new ExtentHtmlReporter("/Users/Desktop/cwjobs/src/main/java/ExtentReportings1.html");
      // Initialize ExtentReports and attach the HtmlReporter
      ExtentReports extent = new ExtentReports();
      @Test
      public void testSelectOptionOne() throws IOException {
      extent.attachReporter(htmlReporter);
      // Create a toggle for the given test and add all the Log events under
      ExtentTest test = extent.createTest("Test Option One", "Test that user can select options from dropdown list");
      test.log(Status.INFO, "Click on dropDown");
      var dropDownPage = homePage.clickDropDown();
      test.pass("Click on the dropDown link");
      dropDownPage.selectFromDropDown("Option 1");
      test.pass("Select Option One from the dropDown List");
      var selectedOptions = dropDownPage.getSelectedOptions();
      assertEquals(selectedOptions.size(), 1, "Incorrect number of selections");
      test.pass("Correct number of field selected");
      assertTrue(selectedOptions.contains(option1), "Option not selected");
      test.pass("Correct assertion passed");
      extent.flush();
      }
      @Test
      public void testSelectOptionTwo() throws IOException {
      extent.attachReporter(htmlReporter);
      // Create a toggle for the given test and add all the Log events under
      ExtentTest test = extent.createTest("Select Option Two", "Test user can select option two from dropdown list");
      test.log(Status.INFO, "Navigate to homepage and click dropDown");
      var dropDownPage = homePage.clickDropDown();
      test.pass("Dropdown link");
      dropDownPage.selectFromDropDown("Option 2");
      test.pass("Option Two selected");
      var selectedOptions = dropDownPage.getSelectedOptions();
      // Assert that only one option is selected
      assertEquals(selectedOptions.size(), 1, "Incorrects number of selections");
      test.pass("Correct assertion message is displayed");
      // Assert that list contains option two and if it fails then error message is displayed
      assertTrue(selectedOptions.contains(option2), "Option not selected");
      test.pass("One option is selected");
      extent.flush();
      }
      }
      And when I run the test, I only get one report instead of two and also am using Junit

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Ifeoma, you are doing extent.flush() in every test, that is the issue, Do flush() at the end, when all tests are done.

    • @fionabruce2009
      @fionabruce2009 4 года назад

      @@RaghavPal I have removed the flush on the first test but the test result only display the second result. Can you assist me with this
      Thanks

  • @eyyupguzel
    @eyyupguzel 4 года назад

    Hi sir,
    Extent reports' last version is 5.0.2, but can I use 4.0.9 ? Because over 4.0.9 I get different error.

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Yes you can Eyyup

    • @eyyupguzel
      @eyyupguzel 4 года назад

      @@RaghavPal thank u sir :)

    • @mohammednawaz8019
      @mohammednawaz8019 4 года назад +1

      Hi Eyyup, I too faced error in 5.0.3 but now I can able to resolve it. Can you tell me what error did u faced?

    • @eyyupguzel
      @eyyupguzel 4 года назад

      @@mohammednawaz8019 I dont remember but when I used 4.0.9 it worked

  • @dineshsharma-ms9zb
    @dineshsharma-ms9zb 5 лет назад

    hlo sir, i m trying to test failure case in extent reports using if else, but failed to do sir. can u put some video on that if our action like click on some button is true if not click then false ,please use if else statement.and all the code do in single test not in before or after because in after result we can use ITestResult class,but when i do all the code in one test then it will show mismatch ,hope u understand what i m trying to say.

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Dinesh, will try to create a session on this.

    • @dineshsharma-ms9zb
      @dineshsharma-ms9zb 5 лет назад

      @@RaghavPal can u please make single video sir,from last 5-6 days ,i m stuck on these extent reports issue like fail case ,merge reports etc.so if u can make a single video for these it will be very thankful sir.

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Dinesh, I will but can take some time, In middle of few engagements

    • @dineshsharma-ms9zb
      @dineshsharma-ms9zb 5 лет назад

      @@RaghavPal helo sir got any solution of my question??

  • @syedhannan8588
    @syedhannan8588 4 года назад

    Hi Raghav Sir,
    I am unable to create Extentreport.html.. Getting an error message, element not intractable.. I have added mvn repository in pom file.. extentreport-4.1.5 jar..
    Plz help me out.. Thank you
    I can share you screenshot if you need

    • @RaghavPal
      @RaghavPal  4 года назад

      Hi Syed, can you check the logs. I believe there is some specific object locator that is not working

    • @syedhannan8588
      @syedhannan8588 4 года назад

      @@RaghavPal I have a screenshot that would help you out.. Can I have your email address plz

    • @RaghavPal
      @RaghavPal  4 года назад +1

      raghav.qna@gmail.com

    • @syedhannan8588
      @syedhannan8588 4 года назад

      I shall email you the screenshot

  • @abraham2961
    @abraham2961 5 лет назад

    How to generate extent report In PDF format like here .html is creating exact this should be in.pdf ??

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Rehan, I believe there is no in-built feature in Extent to generate pdf files. You can write code to convert html to pdf

    • @abraham2961
      @abraham2961 5 лет назад

      @@RaghavPal any examples do you have please share

    • @RaghavPal
      @RaghavPal  5 лет назад

      Hi Rehan, if you are using java, you can search for java libraries that can do this conversion. For e.g. see this stackoverflow article - www.quora.com/Is-there-any-free-Java-API-for-HTML-with-css-and-images-to-PDF-conversion

  • @rahulprakash6367
    @rahulprakash6367 3 года назад

    i am not able to get the ExtentHTml import while writing the code

    • @RaghavPal
      @RaghavPal  3 года назад

      Hi Rahul, check the error logs, can use diff ver

  • @dineshsharma-ms9zb
    @dineshsharma-ms9zb 5 лет назад

    hlo sir, can u please tell me how to join two or more extent reports ??

    • @RaghavPal
      @RaghavPal  5 лет назад

      I have to check that online Dinesh, not sure what is your scenario

    • @dineshsharma-ms9zb
      @dineshsharma-ms9zb 5 лет назад

      @@RaghavPal scenario is very clear sir ,we have so many pages and so many extant reports,so we have to combine all these reports in a single reports.

    • @dineshsharma-ms9zb
      @dineshsharma-ms9zb 5 лет назад

      @@RaghavPal like this relevantcodes.com/Tools/ExtentReports2/ExtentMerge.html#!

    • @dineshsharma-ms9zb
      @dineshsharma-ms9zb 5 лет назад

      @@RaghavPal extant reports look very cool ,but if we fail to join these reports,then there is no profit for creating extant reports,so please help me sir .

    • @RaghavPal
      @RaghavPal  5 лет назад

      Ok Dinesh, I will try to do a demo on this

  • @kishorebabu544
    @kishorebabu544 8 месяцев назад

    hii raghv in intellij it will not show the report.html

    • @RaghavPal
      @RaghavPal  8 месяцев назад

      Kishore
      I will need details on your steps and logs

  • @unbiasedreviews4316
    @unbiasedreviews4316 4 года назад

    Hi sir
    Is it compatible for jdk 7

    • @RaghavPal
      @RaghavPal  4 года назад

      Yes should be, you can try

    • @unbiasedreviews4316
      @unbiasedreviews4316 4 года назад

      @@RaghavPal sir i tried but it is giving error as "major minor version 52" .
      Thanks for your quick response.

    • @RaghavPal
      @RaghavPal  4 года назад

      Okay, not checked with java 7 recently, You can go ahead and get later ver. This can help - ruclips.net/p/PLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU

  • @vinaychincholi612
    @vinaychincholi612 3 года назад

    unable to generate Extent Report after execution plz help

    • @RaghavPal
      @RaghavPal  3 года назад

      Will need to check logs

    • @vinaychincholi612
      @vinaychincholi612 3 года назад

      @@RaghavPal I am new to selenium sir. I am learning this by watching your videos so don't know how to check logs 😔

    • @RaghavPal
      @RaghavPal  3 года назад +1

      As you run your test, you will see some logs running at the bottom, you can also write steps to print on console. Can also check - ruclips.net/video/Tkj_rh0AEgE/видео.html

    • @vinaychincholi612
      @vinaychincholi612 3 года назад

      @@RaghavPal ❤️ thank u...

  • @Deniz-ss1sv
    @Deniz-ss1sv 3 года назад +1

    :)

  • @saifsonicgamarsaif2705
    @saifsonicgamarsaif2705 4 года назад

    There is no error but still don’t run

    • @RaghavPal
      @RaghavPal  4 года назад +1

      Hi, cannot say anything without any logs or error details. Pls check all the steps again and try to do the setup again from scratch. Can also refer some online examples

    • @saifsonicgamarsaif2705
      @saifsonicgamarsaif2705 4 года назад

      Automation Step by Step - Raghav Pal thank you so much I follow again and it’s working now

  • @staulik
    @staulik 5 лет назад +2

    You are too much, if you were a woman I would ask you to marry me!..

    • @RaghavPal
      @RaghavPal  5 лет назад +2

      Silvio, I hope you find someone like me in a female :). Thanks for your message.