P6 - Attach screenshots to the extent reports | Extent Reports |

  Рет қаралды 24,021

H Y R Tutorials

H Y R Tutorials

Күн бұрын

Пікірлер: 59
@HYRTutorials
@HYRTutorials 2 жыл бұрын
📌 Extent Reports Playlist Link: bit.ly/3pGD1gh ✴ Checkout my other playlists: bit.ly/3gLIAVL ☕ Buy me a coffee: bit.ly/33ljBWc
@lakshmimownikanalam7025
@lakshmimownikanalam7025 3 ай бұрын
Sir pls continue the classes don't stop teaching please share your knowledge to everyone.. We are blessed to have a teacher like you we need you sir..... ❤
@rushikeshkhedkar4192
@rushikeshkhedkar4192 Ай бұрын
Awesome series, Im enjoying your videos alot, Thank You So much 😊
@chinnikrishnad6736
@chinnikrishnad6736 2 жыл бұрын
This is really awesome....Especially the log level screen shots. Thank you so much for the stuff. Please keep on making vids. Thanks again 🙂
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy 😊
@ratanch9696
@ratanch9696 2 жыл бұрын
Me Patience ki Hatsoff Sir.. Take a bow
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks buddy 😊
@renjithakshan
@renjithakshan Жыл бұрын
Hi Yadagiri, Thank you for this videos. I would like to know if there is a way to get the description of the tests dynamically into the report. Regards
@HYRTutorials
@HYRTutorials Жыл бұрын
While creating the test we can pass the description as well. It has a overloaded method for accepting test name and description
@gnaneswararaodamodara1834
@gnaneswararaodamodara1834 7 ай бұрын
Great Lecture sir love you (-: please continue all the topics.
@Swami9827
@Swami9827 Жыл бұрын
so nice explination
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@DebunkSensibly
@DebunkSensibly Жыл бұрын
Thank you so much
@HYRTutorials
@HYRTutorials Жыл бұрын
Happy learning buddy 😊
@happyhappy-q4k
@happyhappy-q4k 11 ай бұрын
Thank you so much for the video. I am new in your channel . Can you please make a video how to attach log level screen shot in framwork.
@hemlatabisht3771
@hemlatabisht3771 11 ай бұрын
Thank you so much for this video. how to impliment this in framwork. please guide.
@nidhidani2068
@nidhidani2068 Жыл бұрын
I have used MediaEntityBuilder.createScreenCaptureFromBase64String(base64Code, "testname").. however the screenshot is not captured properly. I just see a very small rectangular area of the application. How to capture the whole screen in this case. I want to attach base64 image only to the report. Please guide, Thank you
@HYRTutorials
@HYRTutorials Жыл бұрын
That's strange. It should actually capture the full image.
@mohithnayak9298
@mohithnayak9298 2 жыл бұрын
I have added the below step but in the reports test.log(Status.FAIL, "Images are not matching " + MediaEntityBuilder.createScreenCaptureFromPath(new ScreenShotUtil().captureScreen(methodName)).build()); } In report it is am getting broken image Could you please let me know what am doing wrong
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Send me the screenshot on hyadagirireddytutorials@gmail.com
@mohinikarambalkar2997
@mohinikarambalkar2997 Жыл бұрын
please create playlist on framework
@HYRTutorials
@HYRTutorials Жыл бұрын
Sure buddy
@PawanRajbhar-d2o
@PawanRajbhar-d2o Ай бұрын
hii sir i have one doubt can we change the attached screenshot size in extent pdf report if yes then how can please give any reference.
@tousif161
@tousif161 2 жыл бұрын
Hi Reddy. Thanks for such an informative videos. Could you please make a video on how to merge two or more extent reports to a single extent report. Thanks Syed Tousif
@HYRTutorials
@HYRTutorials 2 жыл бұрын
What do u mean by merging here buddy
@tousif161
@tousif161 2 жыл бұрын
@@HYRTutorials Let's say I have ran 2 test suites. - 1st test suite runs and creates an Extent Report (report1.html) -2nd test suite runs and creates another Extent Report (report2.html) However, I don't want to share multiple reports to the team, but I would want to collate/merge these 2 reports in to one report. How can I achieve this?
@DurgaPrasad-yq5le
@DurgaPrasad-yq5le Жыл бұрын
specific web element ni highlight chesi next screenshot teesi extent reports ki ela add cheyyali bro...?
@HYRTutorials
@HYRTutorials Жыл бұрын
Selenium 4 nundi aa feature use cheskochu buddy screenshots capture chesetappudu. Reports ki image add cheyyadam lo no difference buddy
@MyLearningsAsASoftwareTester
@MyLearningsAsASoftwareTester 4 ай бұрын
Thank you
@ravi52157
@ravi52157 2 жыл бұрын
Hi Sir , Can you please tell me how we use extent reports while executing test case in parallel .
@HYRTutorials
@HYRTutorials 2 жыл бұрын
You can easily implement the threadlocal for that buddy. In java we have a class called ThreadLocal, which provides the thread safety for the threads during multi-threading.
@ChittaranjanGhosh
@ChittaranjanGhosh 2 жыл бұрын
Hey, Can you create a extent report project with multiple test cases and step level logging in those test case files? I'm trying to implement step level logging in each test case and view those logs in extent report along with the status after the test suite has completed the execution.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Yeah i will try that buddy
@SivakumarTeachings
@SivakumarTeachings 2 жыл бұрын
Hi bro, Can you reduce the screenshot file size and push the same to report?
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Yes buddy. If you can reduce screenshot size using any of the java libraries then you can use that to reduce the screenshot and attaching to the extent reports remain same
@kethamaheshwar6190
@kethamaheshwar6190 Жыл бұрын
Hi bro, In base 64 img i can see the title below the base64 button could please tell me is there any way to add title for the button itself instead of base 64 img
@HYRTutorials
@HYRTutorials Жыл бұрын
I dont think we can do that buddy
@swapnabhaskaruni9652
@swapnabhaskaruni9652 Жыл бұрын
I am getting base64 images at the bottom of the file and also if i give a title to the image, its not showing up in the report.
@HYRTutorials
@HYRTutorials Жыл бұрын
Send me the screenshots on hyadagirireddytutorials@gmail.com
@swapnabhaskaruni9652
@swapnabhaskaruni9652 Жыл бұрын
@@HYRTutorials sent andi, please check
@sushantamandal7320
@sushantamandal7320 9 ай бұрын
Sir in my extentReport html website I am unable to preview my screenshots. Cross image icons are appearing. Please help me sir.
@apparaosakala2569
@apparaosakala2569 Жыл бұрын
Hi I tried same but getting below error java.io.IOException: Invalid Status code=403 text=Forbidden Please help me how to resolve this.
@HYRTutorials
@HYRTutorials Жыл бұрын
Can u send me the screenshots on hyadagirireddytutorials@gmail.com
@chendukishore5417
@chendukishore5417 2 жыл бұрын
Hi bro, Can yoy create a hybrid framework from scratch tutorial ...
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Yeah sure buddy
@alkeshbabani4408
@alkeshbabani4408 2 жыл бұрын
How can we take screenshot of different pages and attached it sir
@HYRTutorials
@HYRTutorials 2 жыл бұрын
You want to capture screenshot for every step?
@ibrhmucar
@ibrhmucar 2 жыл бұрын
@@HYRTutorials i need this
@shaikbasha3044
@shaikbasha3044 2 жыл бұрын
Same code I do but not generating reports and adding screen shot can u sharecode
@HYRTutorials
@HYRTutorials Жыл бұрын
I don't have the code with me now buddy
@karthikpasunoori1695
@karthikpasunoori1695 2 жыл бұрын
Sir, please send the code link also
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Didn't upload the code anywhere buddy. You can write it by looking at the video
@iftikharhussain1823
@iftikharhussain1823 Жыл бұрын
please share the code
@HYRTutorials
@HYRTutorials Жыл бұрын
Didn't upload in any place buddy
@mohammadbasha0042
@mohammadbasha0042 2 жыл бұрын
I want this code
@HYRTutorials
@HYRTutorials Жыл бұрын
I don't have the copy of it now buddy
@Rajath-s2z
@Rajath-s2z 10 ай бұрын
thanks a lot sir
P1 - Overview of the extent reports | Extent Reports |
15:02
H Y R Tutorials
Рет қаралды 17 М.
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
My MEAN sister annoys me! 😡 Use this gadget #hack
00:24
JOON
Рет қаралды 2,8 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 2,9 МЛН
How to attach Screenshot in extent report |Lecture 22
14:55
PrinceAutomationDestination
Рет қаралды 852
11 | Cucumber Tutorial | Cucumber HTML Report | Failed Screenshots
14:23
Saravanan Seenivasan
Рет қаралды 4,4 М.
P26 - Capture screenshots for only failed tests in TestNG | TestNG |
47:47
How to add Screenshot in Extent Report for Failed Test Cases in Selenium
54:04
Naveen AutomationLabs
Рет қаралды 77 М.
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН