Intellij IDEA Hack 2
14:42
3 жыл бұрын
Selenium IDEA Hacks
16:56
3 жыл бұрын
A glimpse of my tech life :)
15:33
3 жыл бұрын
Пікірлер
@pratiknimbalkar5697
@pratiknimbalkar5697 2 жыл бұрын
Hi sir, i want to add a delay between two controllers under my thread group containing different HTTP requests, so I tried applying the constant timer and think time. But the issue I am facing is that when I try to run my script with more than 1 thread the delay is not getting applied for a second time and it executes the requests immediately for eg I have below script Thread group - Transaction controller 1 - HTTP request 1 - Delay - Transaction controller 1 - HTTP request 2 When I set the user count as 2 and run it executes as below HTTP request 1 HTTP request 1 waits for specified delay and then immediately executes the request 2 HTTP request 2 HTTP request 2 But I want it should execute like HTTP request 1 HTTP request 1 delay HTTP request 2 delay HTTP request 2 what I need to do for this result?
@humbulaninedondwe4109
@humbulaninedondwe4109 2 жыл бұрын
Hi Turan, does a scan goes to all pages of the website if i just put in the main website url?
@pratush.mishra
@pratush.mishra 2 жыл бұрын
Very Well explained
@sureshalapati001
@sureshalapati001 2 жыл бұрын
Can you share the word document
@testertester817
@testertester817 3 жыл бұрын
How to make a driver.findelement optional? isDisplayed is erroring out
@SanjayPatel-im2sh
@SanjayPatel-im2sh 3 жыл бұрын
Hi Tarun, How to do active scan using Selenium?
@SingaporeChinnodu
@SingaporeChinnodu 3 жыл бұрын
oh. Can we declare interface inside a class? in our lecture we declared Mycomparator interface in class TestGround.I am a beginner Java.Pls dont mind if this question sounds silly.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Yes you can. The restriction is about having only one public class in a file.
@SingaporeChinnodu
@SingaporeChinnodu 3 жыл бұрын
whos watching in 2021??
@harishkallianpur9368
@harishkallianpur9368 3 жыл бұрын
Very helpful. 👌👌. how can people dislike such a good video..
@shivpratapsingh2943
@shivpratapsingh2943 3 жыл бұрын
the risk count printed in console do not match with the risk count in HTML report. Why is that sir?As i am also facing the same issue. Also please explain on how to start a new session via code by deleting previous zap history
@anandkumar72
@anandkumar72 3 жыл бұрын
Videos from this series has been my one shot revision. Wisely created. Loved it.
@chakradhargollamudi5557
@chakradhargollamudi5557 3 жыл бұрын
Hi Tarun do u know how switch windows in the mobile browser
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Have you tried driver.switchTo like on desktop browser?
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational.
@b3creativevlogs815
@b3creativevlogs815 3 жыл бұрын
Excellent video @Tarun.. its very helpful
@MatheusSilva-qm3ph
@MatheusSilva-qm3ph 3 жыл бұрын
Great video even though I didn't know much about Java, I could understand it. A few questions, please, how to make an app that runs on headlles and returns information? Do you know how to teach? Thanks.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Do I know how to teach? To some extent : ) Though not sure of running app on headless mode.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button on video if you find it educational.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational.
@gggg12
@gggg12 3 жыл бұрын
Hi, can I have this code. Its not in the shared link.Thank you
@tarun3kumar
@tarun3kumar 3 жыл бұрын
It is indeed on shared code. Please check github.com/tarun3kumar/seleniumtests/blob/master/src/test/java/com/seleniumtests/tests/security/SampleSecurityTest.java
@gggg12
@gggg12 3 жыл бұрын
@@tarun3kumar Thanks. when i run it this came, org.openqa.selenium.WebDriverException: unknown error: net::ERR_PROXY_CONNECTION_FAILED (Session info: chrome=86.0.4240.111)
@tarun3kumar
@tarun3kumar 3 жыл бұрын
@@gggg12 did you start ZAP proxy as described in video?
@gggg12
@gggg12 3 жыл бұрын
@@tarun3kumar Ya now working fine. Thanks a lot. when I run now I got different results. High Risk count: 0 Medium Risk count: 5 Low Risk count: 4 Informational Risk count: 2
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Let's say application functional bugs and security bugs count changes with time : )
@manish226
@manish226 3 жыл бұрын
Thank you
@adarshuppinkudru1659
@adarshuppinkudru1659 3 жыл бұрын
Hello Tarun...welcome back after a long break....I had a question. If there are multiple versions of an API, that need to be tested before going to production, how do I do that in a real-time scenario? Can I have all these different versions of the same API deployed to the same environment and test them separately using my tests or should they be different environments and has to happen one after the other? Please ignore my ignorance if you find the question silly :-)
@tarun3kumar
@tarun3kumar 3 жыл бұрын
There are no silly questions :) I would go with having different versions deployed on one env. approach as it would require less overhead in terms of diff. env. config needed to run tests.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please thumbs up video if you find it educational : ))
@YouTuber-hmmm
@YouTuber-hmmm 3 жыл бұрын
Tarun, It’s vey nice to see you regular video.🙏
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please thumbs this video if you find it educational :)
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please thumbs up video if you find it educational :)
@surendera1997
@surendera1997 3 жыл бұрын
Can you please make a video on how to manage the request JSON objects in the PUT/POST apis.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
As in sending JSON request in POST?
@surendera1997
@surendera1997 3 жыл бұрын
@@tarun3kumar Yes, like how to store them and verifying the contents of the returned json response. Regards
@tarun3kumar
@tarun3kumar 3 жыл бұрын
@@surendera1997 I described it in rest of the videos in API testiing series at: kzbin.info/www/bejne/fpXLZZWVlrKqq6M Hope this help.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please thumbs up video if you find it educational : )
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Watching my own video after 9 years and I ask you to not follow it blindly, especially - 1. Do not add jar files lile I did use mavan or gradle. You can get my samples projects using maven at: www.seleniumtests.com/p/free-selenium-training.html 2. Do not convert json to java until unless you have too. There are various ways to assert in Json and I would cover it in 3 video in this series. And nobody uses Iterator since java 8 :) More on: www.seleniumtests.com/p/java-training-tutorial-videos.html
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Watching my own video after 9 years and I ask you to not follow it blindly, especially - 1. Do not add jar files lile I did use mavan or gradle. You can get my samples projects using maven at: www.seleniumtests.com/p/free-selenium-training.html 2. Do not convert json to java until unless you have too. There are various ways to assert in Json and I would cover it in 3 video in this series. And the series continues: kzbin.info/www/bejne/d6aapqpvnLOMnqs
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit thumb up button on video if you find this video educational
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please thumbs up the video if you find it educational.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit thumbs up on video if you find it educational : )
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please thumbs up the video if you find it educational : )
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button (on video and not this comment : P) if you find this video educational.
@sankalpagarud6254
@sankalpagarud6254 3 жыл бұрын
Good to see you again
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button on video if you find this video educational : )
@YouTuber-hmmm
@YouTuber-hmmm 3 жыл бұрын
Tarun, it's nice to see your videos after long time. Wishing to see more and more.
@tarun3kumar
@tarun3kumar 3 жыл бұрын
At least one training video every week is my target : )
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational :)
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Like button on video and not this comment :p
@sunayanagandra7173
@sunayanagandra7173 3 жыл бұрын
Thank you sir!!!! This is very useful. Please post more videos about framework design 🙏🙏
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Does this help? :) www.seleniumtests.com/2013/10/announcing-selenium-tests-automation.html And plese do not call me sir :))
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this session educational
@tulasiramsunkara
@tulasiramsunkara 3 жыл бұрын
As I am new to IntelliJ, very useful short cuts... Thanks Tarun
@poornimahebbar536
@poornimahebbar536 3 жыл бұрын
Good to hear you Tarun..
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational.
@smritikushwah973
@smritikushwah973 3 жыл бұрын
☺️☺️☺️
@tarun3kumar
@tarun3kumar 3 жыл бұрын
By the way I still enjoy Manual tetsing as much as I did 15 years ago :) Do you too?
@AsifIquebalSarkar
@AsifIquebalSarkar 3 жыл бұрын
Yes
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you learnt something useful :)
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Like button of video and not this comment :p
@tarun3kumar
@tarun3kumar 3 жыл бұрын
Please hit like button if you find this video educational :)