Naveen AutomationLabs

Naveen AutomationLabs

You can join Naveen automation labs telegram official group. t.me/+VOTfbYUBn5FhNTQ1Hey Guys,
I am Naveen - Have been working as a SDET/Automation Architect.
Huge fan of Java, JMeter, Selenium-WebDriver and APIs.
If you look for any training, consultation and suggestion to these videos- feel free to contact me.

Schedule a meeting in case of any queries/guidance/counselling:
calendly.com/naveenautomationlabs

Naveen AutomationLabs Paid Courses:
Java & Selenium:
naveenautomationlabs.com/manual-automation-testing-of-webservices-api/

Java & API +POSTMAN + RestAssured + HttpClient:
naveenautomationlabs.com/selenium-java-full-paid-course-recorded-videos/

Instagram:
instagram.com/naveenautomationlabs/

kzread.info%20AutomationLabs?sub_confirmation=1
Follow me on my Facebook Page:
facebook.com/groups/naveenqtpexpert/

Let's join our Automation community on Telegram:
t.me/+VOTfbYUBn5FhNTQ1

Пікірлер

  • @sweetthirty2
    @sweetthirty23 сағат бұрын

    When should we go for DataTable and when to use Examples keyword??

  • @TravelNow-vl1fh
    @TravelNow-vl1fh4 сағат бұрын

    Thanks bro 😎

  • @venkatb8317
    @venkatb831713 сағат бұрын

    System.out.println("04 - Print Even & Odd Numbers using Streams"); list.stream().collect(Collectors.partitioningBy(e -> e % 2 == 0)).forEach((k,v)->{ if(k){ System.out.println("even"); System.out.println(v); }else{ System.out.println("odd"); System.out.println(v); } });

  • @venkatb8317
    @venkatb831714 сағат бұрын

    list.stream().mapToInt(Integer::new).sum()

  • @nk-hu7pt
    @nk-hu7pt23 сағат бұрын

    please give timestamps in videos

  • @nakalalu
    @nakalaluКүн бұрын

    How much fee ur charging for this course

  • @GB_IN_KATTUKADHAI
    @GB_IN_KATTUKADHAIКүн бұрын

    Hi Naveen I have dropped you a message on LinkedIn regarding Springboot with Playwright QA Automation framework

  • @jimmatrix7244
    @jimmatrix7244Күн бұрын

    Is youtube ad video an example of shadow DOM? If yes, what element is it referencing?

  • @dheerajsingh6568
    @dheerajsingh6568Күн бұрын

    Awesome Naveen, I have some doubt. How to handle the delete from download section and then verify because we can't delete it again and again manually as it will cost time ?

  • @mahesh8334
    @mahesh8334Күн бұрын

    Hi naveen after compiling the ts code it is creating the js page with no code inside it could you please help me out here 😢😢😢😢 It's been one week im working on it but im unable to solve this issue😢

  • @scindia209
    @scindia209Күн бұрын

    I'm in 2024 watching this exactly same interview which I gone through recently it's so much relevant

  • @anbalaganramu8454
    @anbalaganramu8454Күн бұрын

    Well explained. Super useful. Thanks Bro. Keep doing...

  • @user-nd8cx7sy8e
    @user-nd8cx7sy8eКүн бұрын

    Awesome! Your videos are very informative and useful for the entire testers community. I am having following issue. "Appium exited before timeout.exit code : null." How to fix this error? Can I have the solution? I increased the timeouts also, but still it exists. Nodejs version : 20.3.1 Wdio version : 8.36.1 Appium version : 2.5.4

  • @shirishpatil2925
    @shirishpatil2925Күн бұрын

    Hi Naveen, could you share some sort of automation to update test cases in test rail instead of manually updating it or any idea how can we achieve it? Example, Integrating postman collections with test rail. Thanks!

  • @user-nd8cx7sy8e
    @user-nd8cx7sy8e2 күн бұрын

    Appium exited before timeout.exit code : null. How to fix this error? I increased timeouts value also. Thnx in advance.

  • @jazibrahman2316
    @jazibrahman23162 күн бұрын

    Hello sir, I just completed this whole series right now. Could you please continue this series with the framework part now on how to design framework for the automation on Playwright with Typescript please.. thank you so much for these videos. All the concepts were very nicely explained.

  • @shtabhat
    @shtabhat2 күн бұрын

    Can you pls start weekend classes on API automation or selenium

  • @mariuszpodgorski6695
    @mariuszpodgorski66952 күн бұрын

    Please can you cover CI/CD in project in this project with Jenkinsfile

  • @AmitGrover321
    @AmitGrover3212 күн бұрын

    Thank you for knowledgeful video on GraphlQL

  • @STUDIES-nb7qq
    @STUDIES-nb7qq3 күн бұрын

    Waiting for the framework part.. please don’t stop this series

  • @WilliamGuido-qc3ne
    @WilliamGuido-qc3ne3 күн бұрын

    Great content, I was looking for a guidance on AXE and with your video I am clear now! THANKS A LOT

  • @sainagakumaraswamy3580
    @sainagakumaraswamy35803 күн бұрын

    Naveen, What if I want to select a date from past year.

  • @ihtshammir3733
    @ihtshammir37333 күн бұрын

    It was the best video on the page object model so far. Thank you Naveen.

  • @ihtshammir3733
    @ihtshammir37333 күн бұрын

    Do we need to make a new class for browser.open as well in webdriverio as you mentioned in the video to not call that method in a test file. Actually I was not able to catch that concept. If you could explain this in a msg, I would be grateful to you.

  • @littletech5828
    @littletech58283 күн бұрын

    series for only tester or developer?

  • @KavinkumarPalanisamy-fx1yp
    @KavinkumarPalanisamy-fx1yp3 күн бұрын

    Hi Naveen, Thank you for all the wonderful session this is simply awesome. Can you please share the GIT repo to utilize the code blocks. Thanks again for your continued support!! Cheers, please continued to do the great sessions. Keep rocking !!!

  • @ddk1062
    @ddk10623 күн бұрын

    Sure, but we shouldn’t show the client details and it’s against the law ☹️

  • @user-qu1co8hd5e
    @user-qu1co8hd5e4 күн бұрын

    Still facing same issue Naveen - Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: unknown error: cannot find Chrome binary - Any idea?

  • @EduardoDinizRJ
    @EduardoDinizRJ4 күн бұрын

    Do you know how to add certificate using postman extension on vscode ?

  • @praveen420ify
    @praveen420ify4 күн бұрын

    Hi Naveen, will this be worth 13 year of automation experience to take this course for revision? Please reply.

  • @rishabhsingh3315
    @rishabhsingh33155 күн бұрын

    What if we dont have experience in all the testing fields.

  • @jyotikadgi395
    @jyotikadgi3955 күн бұрын

    Any assistance regarding placements???

  • @jyotikadgi395
    @jyotikadgi3955 күн бұрын

    Having some doubts, how to contact you??

  • @bluehoney5071
    @bluehoney50715 күн бұрын

    will you be a teacher or others for this batch?

  • @2424rara
    @2424rara5 күн бұрын

    Your teaching skills are really good. One feedback sir, can we work towards improving the audio quality please.

  • @mdashraf9561
    @mdashraf95615 күн бұрын

    144 se zayda resolution jata hi nhi

  • @naveenautomationlabs
    @naveenautomationlabs5 күн бұрын

    I can watch it in 1080p with login and without login.

  • @sureshb9590
    @sureshb95905 күн бұрын

    Pls update telegram group invite link its expired.🙁

  • @parthasen507
    @parthasen5075 күн бұрын

    Can we use external test data at runtime to test it with different data set?

  • @STUDIES-nb7qq
    @STUDIES-nb7qq5 күн бұрын

    Will you continue the playwright typescript series.. waiting for the framework part

  • @prakashmechkp
    @prakashmechkp5 күн бұрын

    Yes waiting for it

  • @mohitraj451
    @mohitraj4515 күн бұрын

    Hi Naveen, I want to join this session but Nowadays on each interview, they put API testing as a priority. Could you please include API testing as well?

  • @bongtube1983
    @bongtube19835 күн бұрын

    Thank you for explaining it in so easy way. kudos!

  • @SoumyaBohre
    @SoumyaBohre5 күн бұрын

    I truly appreciate your efforts in always keeping us up to date. I was struggling for two days and now have this video. Many many thanks, Naveen.

  • @prachigautam3126
    @prachigautam31265 күн бұрын

    Highly recommend 👍

  • @MakeItStik
    @MakeItStik6 күн бұрын

    If possible can you cover Cucumber

  • @ujjwalshrivastava3594
    @ujjwalshrivastava35946 күн бұрын

    Will u be teaching data structures and algorithms as u hve worked in wallmart u know they go above tree and graphs?

  • @shitalmane7054
    @shitalmane70546 күн бұрын

    What is the duration of this course?

  • @sanctamarina7623
    @sanctamarina76236 күн бұрын

    I got an interview question in stream to that first find the odd and even numbers in the list and sort odd in asc , even in dec order

  • @dreammer5749
    @dreammer57496 күн бұрын

    Naveen please take api automation or mobile automation please.

  • @lakshmiramya6916
    @lakshmiramya69166 күн бұрын

    BDDframework will be covering as part of this course? With the course information you shared in the course content does 10 year manual tester can fit into automation?