Cypress Complete Beginners Masterclass 1 | Step by Step | Raghav Pal |

Sdílet
Vložit
  • čas přidán 3. 07. 2024
  • All FREE courses - automationstepbystep.com/
    Cypress QUIZ - forms.gle/4eP3P8kDjMJStiKBA
    00:00 Introduction
    00:50 Topics
    04:50 About Raghav
    05:58 What is Cypress
    09:19 How to use Cypress
    09:53 Supported Browsers
    11:12 Cypress Features
    14:19 Prerequisites
    20:05 IDE - VS Code
    30:30 Cypress Project Setup
    50:03 Cypress folder structure
    51:58 1st Test in Cypress
    01:12:37 How to access elements
    In Part 2
    Object Locators
    Cypress with JavaScript
    Cypress with TypeScript
    Assertions
    Page Object Model
    App Actions
    Grouping Tests
    CLI
    Package.json
    File Handling
    (Read, Write, Upload, Download)
    Reporting
    API Testing
    Custom Commands
    Cypress Studio
    Cypress Dashboard
    Cypress BDD Framework
    Database Integration
    Git
    Jenkins
    What is Cypress:
    Test Automation Tool
    can test anything that runs on a web browser
    write tests in JavaScript or TypeScript
    does not use Selenium
    open source
    cypress.io
    How to use Cypress
    Setup tests
    Write tests
    Run tests
    Debug
    Check the current supported browsers here:
    docs.cypress.io/guides/guides...
    Cypress Features:
    Time Travel takes snapshots as your tests run
    Debuggability readable errors and stack traces
    Automatic Waiting automatically waits for commands and assertions before moving on
    Consistent Results doesn’t use Selenium or WebDriver. Fast, consistent and reliable
    Screenshots and Videos get screenshots and videos
    Cross browser Testing locally or remote (CI CD)
    Cypress Prerequisites:
    Windows 7 and above (64-bit only)
    macOS 10.9 and above (64-bit only)
    Linux Ubuntu 12.04 and above, Fedora 21 and Debian 8 (64-bit only)
    Node.js 10 or 12 and above
    Can check the latest prerequisites here
    docs.cypress.io/guides/gettin...
    IDE - Visual Studio Code
    Cypress Project Setup
    Step 1 - Install Node.js
    Step 2 - Install Visual Studio Code
    Step 3 - Create a new folder for Cypress project
    Step 4 - Open the folder in VS Code
    Step 5 - Open VS Code terminal & run command npm init -y
    Step 6 - Install Cypress
    npm install cypress
    npx cypress -v
    npx cypress verify
    Step 7 - Open Cypress
    npx cypress open
    Cypress 1st Test
    Step 1 - Create a file under cypress folder
    Step 2 - At the top mention
    /// <reference types="cypress" />
    Step 3 - Write test function
    Step 4 - Run test
    npx cypress open
    See what happens when you make any changes & save
    Add in Config file
    "watchForFileChanges": false
    cypress.json - ver before 10
    cypress.config.js -for ver 10+
    Commands we learned:
    cy.visit() cy.visit(‘google.com/’)
    cy.get() cy.get(‘.class’)
    type() cy.get(‘.class’).type(‘1234’)
    click() cy.get(‘.class’).click()
    How to access elements:
    Step 1 - Run test
    Step 2 - On the browser - App Preview - click Selector Playground
    Step 3 - Copy the cy.get command and paste in the test script
    Step 4 - Add custom timeouts - command level
    cy.get('.className, {timeout:5000}).type('123{enter}')
    Step 5 - Add custom timeouts - global level- cypress.json
    "defaultCommandTimeout": 10000
    Step 6 - Access element with text
    cy.contains('Videos').click()
    we learned
    ways to access and interact with elements
    adding custom timeouts - command level
    adding custom timeouts - global level
    cy.contains() cy.contains('Videos').click()
    cy.wait() cy.wait(5000)
    #CypressTutorial
    ____________________________________________________________
    Stories by Raghav - automationstepbystep.com/stor...
    My Udemy Courses - automationstepbystep.com/udem...
    Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you
    You can support my mission for education by sharing this knowledge and helping as many people as you can
    If my work has helped you, consider helping any animal near you, in any way you can.
    Never Stop Learning
    Raghav

Komentáře • 628

  • @RaghavPal
    @RaghavPal  Před 2 lety +24

    Hi Friends, This is a complete beginners full course Cypress Masterclass. I hope this will help you get started with Cypress. Please share with all and let me know if you have any questions

    • @karthikvedula2719
      @karthikvedula2719 Před 2 lety +2

      Hi Raghava, I appreciate your Contribution to Software Testing It really inspires us to keep learning new technologies from your tutorials of yours. once again you're coming up with cypress - MasterClass which is a Game Changer automation tool for the Present and future times. Hope many testing Aspirants like me are super excited to learn Test Automation with Cypress. Thanks once again for your contribution to Software Testing Community.

    • @Shahzilrind
      @Shahzilrind Před 2 lety +1

      Please show us latest cypress version as lot of things have been changed in the new version. Regards.
      Shaz

    • @harkeeratkaur8648
      @harkeeratkaur8648 Před 2 lety

      Hello i need help for karate framework how i can connect with you

    • @RaghavPal
      @RaghavPal  Před rokem

      can send me your queries

    • @arunyasekar9817
      @arunyasekar9817 Před rokem

      Hi Raghav, I'm waiting for your cypress-component testing tutorial. Any ideas to post that?

  • @closterito01
    @closterito01 Před rokem +8

    You're such a great teacher. I'm new to the QA world but this has been one of the best tutorials I've ever took in all my professional career.

    • @RaghavPal
      @RaghavPal  Před rokem +1

      So happy and humbled to see this. Thanks Arturo

  • @amritsharma9181
    @amritsharma9181 Před rokem

    i didnt know anything about automation testing or cypress but you explained it so clearly the basics that it took only one video to get into it. thanks alot.

  • @RyanKarim-xj1rh
    @RyanKarim-xj1rh Před rokem

    Just love the way you teach Raghav. Thank you so much for everything. God bless you

    • @RaghavPal
      @RaghavPal  Před rokem

      Most welcome Ryan, humbled to see your message

  • @thaynaramaciel3850
    @thaynaramaciel3850 Před rokem

    Sir, I cannot thank you enough. May the universe bless your soul for many years.

    • @RaghavPal
      @RaghavPal  Před rokem +1

      Thanks a lot Thaynara, Humbled, Best wishes

  • @sokialkimera7243
    @sokialkimera7243 Před 9 měsíci +1

    Hello Raghav, thank you for you very detailed course. As a very functional oriented QA tester, I used to be overwhelmed with all the things required/used in the automation domain and didn't know where to start. This course has proven to be very helpful as you went into every single step , showing the most basic ones - that I desperatly needed ! I scored an unexpected 18/20 ! I'll be sure to browse all your content as I'm sure to gain much skills from it. Thank you again !

    • @RaghavPal
      @RaghavPal  Před 9 měsíci

      Great score Soki, all the best

  • @sehreenJafry
    @sehreenJafry Před rokem +9

    I have to say you are the BEST teacher I have ever learnt from! This was so detailed, but concise, and explained in such a simple way for a newbie like to me to grasp the whole concept really well. Really want to appreciate you on your teaching style and drive.

    • @RaghavPal
      @RaghavPal  Před rokem +2

      So happy and humbled to see your message Sehreen. Thanks and best wishes

    • @sehreenJafry
      @sehreenJafry Před rokem +1

      Thank you for the best wishes. Please never stop teaching!! ❤️👏

  • @lauraschalk8737
    @lauraschalk8737 Před rokem +1

    So clear and thorough, yet stays on track and accomplishes the goal. Thanks so much for this great tutorial!

    • @lauraschalk8737
      @lauraschalk8737 Před rokem

      1 note: you suggested at around 49 minutes in to take quiz 1 prior to giving 2 of the answers (#s 4 and 5). I guessed at them both and missed one and thought maybe I hadn't been paying attention, but you give the answer at around 1:14 in the video (which is after the quiz).

    • @RaghavPal
      @RaghavPal  Před rokem +1

      Ok, I will take care of this Laura, thanks for letting me know

  • @millerb844
    @millerb844 Před rokem

    I follow so many tutorials, some - most are painfully long and dry. Raghav you are truly the best!

  • @kitttypie
    @kitttypie Před rokem +1

    You’re doing a really great job by sharing your knowledge with the world. God really bless you!

  • @philipmark9820
    @philipmark9820 Před rokem +1

    Great video - starts at the beginning and good pace. Learned alot & felt it was time well invested

  • @Fei-D
    @Fei-D Před rokem

    Thanks you Raghav for this new cypress v10+ learning video.
    I started to learn your new cypress master class today, completed this video, and Quiz1 got 9/10 missed the Unit test question.
    As usual, your video is easy to follow, full of details and always straight to the point. Thank you for all your hard work!

    • @RaghavPal
      @RaghavPal  Před rokem

      Most welcome and all the best for next lecture

  • @kvandana11
    @kvandana11 Před 11 měsíci

    Very nicely explained. Thanks Raghav. Whenever I have a need to learn new automation tool, I search for your videos without any second thought. Thanks for explaining every tool in detail.

  • @piano_dreamerc_moll2475
    @piano_dreamerc_moll2475 Před 2 lety +21

    I wander how many test frameworks do you know? It‘s always a pleasure to watch your tutorials and especially the way you explain makes everything easy to understand. I have learnt a lot from you and many thanks to you and greetings from Germany. 🥰👍🙏👏

  • @TheFactMan24
    @TheFactMan24 Před rokem

    Excellent tutorial on cypress!!! You are doing a great support for Testing community.
    Thanks for you support!!!🙏🤝

  • @growlandroll
    @growlandroll Před rokem

    Thanks for the lesson! I've always been a Manual QA Tester and I was recomended to start to learn Cypress and your tutorial was very helpful to get started

  • @ravirohalvlogs
    @ravirohalvlogs Před rokem

    Hi Raghav, I know you have heard this many times from many people but I cannot stop myself saying this again "You are awesome", great respect for you.

  • @user-tx3cv9fx4y
    @user-tx3cv9fx4y Před rokem

    The way you explain the concepts is very nice, I came across your video tutorials and now I am learning one by one all the concepts. Thanks for teaching and telling us how we can automate everything for real time.

    • @RaghavPal
      @RaghavPal  Před rokem

      Glad to hear that Snehal. All the best

  • @Doctor_Frog_9000
    @Doctor_Frog_9000 Před rokem

    Man, I love your videos, you are a great teacher!

  • @miroenriquez5473
    @miroenriquez5473 Před rokem

    I love how you inject tips and actually show how it works.

  • @Jyotijyoti-he2xs
    @Jyotijyoti-he2xs Před rokem

    you are great!! such a great and knowledgeable Tutor and giving free . Thankyou so much

  • @63avtar
    @63avtar Před rokem +1

    I scored a 19/20! :) Thank you so much for making these classes available for free, you are an exeptional teacher, very easy to follow along with and your explanations are informative without being too complex. I look forward to finishing this course and checking out some of your other stuff (I'm loking to do your postman course next). Absolute legend!

    • @RaghavPal
      @RaghavPal  Před rokem +1

      Thanks a lot for your kind words

  • @mariuszpodgorski6695
    @mariuszpodgorski6695 Před rokem

    Thanks to this I am subscribed your channel you save me money, because I wanted to buy a tutorial like this one on udemy, but here I have: up to date, for free and you are good teacher.

  • @TheMMakif
    @TheMMakif Před rokem

    Thank you so much for excellent lessons and this series is one of the best.👏

  • @anweshkumarnayak2708
    @anweshkumarnayak2708 Před rokem

    Thanks Raghav sir, your way of teaching is just amazing. I am learning cypress and new to this tool but your videos are helping me to understand the basic concepts a lot. Thanks for the video.

  • @powerofcouple4517
    @powerofcouple4517 Před rokem +1

    Well Explained Sir, Completed Master Class 1, Waiting for 2nd one. Thank you for alsways helping.

  • @dipalvyas2917
    @dipalvyas2917 Před rokem

    You are amazing and genius. Please keep it up. It helps many like us a lot. Many thanks for all your efforts.

  • @koneraacalmingmusic6043

    Here is the thing. I just opened this video on one screen and started setting up on the other screen. By the end of this video I was able to setup what I wanted to. Like before, I never regret watching your videos. Thanks a lot, Raghav!!

  • @shashikiran142
    @shashikiran142 Před rokem

    its one of the best tutorials to learn automation.... thankyou

  • @MaharramRafiyev
    @MaharramRafiyev Před rokem

    Thanks a lot Raghav!

  • @oluwolebadmus6374
    @oluwolebadmus6374 Před rokem

    I don't typically comment on channels, but Thank You for the gentle introduction to Cypress. It was easy to follow and I totally understand it better. Again, thank you. 😊

    • @RaghavPal
      @RaghavPal  Před rokem

      So happy to know this Martins. All the best for next lecture

  • @user-zg6zu2hv3j
    @user-zg6zu2hv3j Před 8 měsíci

    Thank you ,your videos were amazing

  • @nirmalanj9569
    @nirmalanj9569 Před rokem

    this was really useful for my current project setup :-) Thanks for this and able to score 10/10 in Cypress Quiz-1. Even I setup the similar way and it worked in my personal machine and hope to get this done at my off machine as well.

  • @juanitawhite7333
    @juanitawhite7333 Před 10 měsíci

    Great course, very thorough!

  • @novanotama
    @novanotama Před 8 měsíci

    Thank you so much Sir, I hope you always happy and always healty

  • @muhammadtalha9834
    @muhammadtalha9834 Před 11 měsíci

    Thanks Raghav

  • @saxkMr
    @saxkMr Před rokem

    thank you so much for this great content. you are amazing!

  • @whitenoisefocus7962
    @whitenoisefocus7962 Před 9 měsíci +2

    Raghav, This video is awesome. I have an interview in JavaScript/Cypress, both of which are new to me (I'm Cucumber/Java currently). Your channel will give me the ability to learn what I need to know in a very short time and pass this interview. You are a very knowledgeable tester and a great teacher! Keep up the great work. I will take the quiz tomorrow morning. 🔥

    • @RaghavPal
      @RaghavPal  Před 9 měsíci +1

      So happy and humbled to read this. You can check here if you need any help - automationstepbystep.com/

  • @claywashere9638
    @claywashere9638 Před 3 měsíci

    Youre The best in what you do For Real

  • @shabikashab7108
    @shabikashab7108 Před rokem

    amazing explanation. thank you so much and keep doing amazing work

  • @shailasahithi6192
    @shailasahithi6192 Před 2 měsíci

    Thank you so much Raghav for all the courses that you are offering. Its really helpful.

  • @PriyaDharshini-iy2sw
    @PriyaDharshini-iy2sw Před 6 měsíci +1

    18out of 20.thank you so much sir for giving us confidence to attend the interviews with good knowledge. Thank you thank you thank you.❤🎉

  • @surajkamble3538
    @surajkamble3538 Před 7 měsíci

    Thank you Raghav sir for this cypress tutorials 🤝💐

  • @bijuchacko6218
    @bijuchacko6218 Před 3 měsíci

    What an amazing effort Raghava. So happy that I have come across you as soon as I start browsing on cypress tutorial. Detailed and easy to follow. Thanks a lot!!!
    score 18/20

    • @RaghavPal
      @RaghavPal  Před 2 měsíci

      Great to see the score Biju.. all the best for next

  • @tahirqadri1327
    @tahirqadri1327 Před rokem

    Sir Thanks for updated version. many greetings from Lahore, Pakistan

  • @hazimabdoh6303
    @hazimabdoh6303 Před rokem

    Total points
    17/20 , Great video realy a have got a benificial understanding of the right way..thanks alot Mr Raghav.

  • @thebroketester
    @thebroketester Před 6 měsíci

    Thank you this helped me to set everything up and to start working already with Cypresssssss :)

  • @Shahzilrind
    @Shahzilrind Před 2 lety +1

    You are the best tutor

  • @Awsha9277
    @Awsha9277 Před 21 dnem

    I was seeking for a good Cypress tutorial for months and finally could find the BEST one. Superb tutorial series. Good job and keep it up. Best wishes from Sri Lanka !! 💛💫

  • @sheetalsoni7037
    @sheetalsoni7037 Před rokem

    Thnk u raghav

  • @deepaekambaram4821
    @deepaekambaram4821 Před rokem

    Thank you so much for the clear explanation Sir!👌 I have recently subscribed to your channel and am willing to learn all QA tools from the playlist! Keep up the good work!

    • @RaghavPal
      @RaghavPal  Před rokem

      Happy to know, Best wishes Deepa

  • @RaviKumar-hz8cf
    @RaviKumar-hz8cf Před rokem

    so much plesure to see ur video sir and so much connecting every single dot.

  • @giangtran-ml4cf
    @giangtran-ml4cf Před rokem

    Thank you. I found many video about cypress testing api but just have older version. Waiting next video..

  • @ragnarlathbrok9021
    @ragnarlathbrok9021 Před rokem

    Excellent teaching method

  • @ooozzzoo6885
    @ooozzzoo6885 Před rokem

    huge thanks!

  • @vipulyaduvanshi166
    @vipulyaduvanshi166 Před 3 měsíci

    Thanku so much sir this was my first class of automation testing learning so easy way too explains.... Thanku❤🎉 sir
    .

  • @RaviKumar-hz8cf
    @RaviKumar-hz8cf Před rokem

    Thank you Sir

  • @jankowalski6691
    @jankowalski6691 Před rokem

    Thank you for this very clear and easy to follow tutorial. I will definitely check more of your videos :)

  • @afclive9390
    @afclive9390 Před 7 měsíci

    What a great teacher you are. iscored 10/10 in the Quiz 1 :)

  • @simplified_101
    @simplified_101 Před 2 lety

    Thanks mate.

  • @muhammedozalp
    @muhammedozalp Před rokem +1

    Thank you very much

  • @faroukrahem
    @faroukrahem Před rokem

    You are the number one bro

    • @RaghavPal
      @RaghavPal  Před rokem

      Thanks for the kind words Farouk

  • @darshanpatadiya6119
    @darshanpatadiya6119 Před rokem

    Hello, I really like your explanations that you take everything to detail and even a beginner can understand well. after watching masterclass 1 video i get 17/20 in quiz.
    Thank you for this great tutorial!

  • @asifshaik1038
    @asifshaik1038 Před rokem

    Thank you Raghav sir,
    I am eagerly waiting for the Framework part.

  • @srinivasnenturi565
    @srinivasnenturi565 Před rokem

    Hi Raghav Sir, Absolutely brilliant with your teaching technique. My score at the end of masterclass 1 is 10/10. Really appreciate your effort with making topics very clear and Thank you so much again.

  • @uyghur1770
    @uyghur1770 Před rokem

    Thank you so much 👍💐

  • @Aj21093
    @Aj21093 Před 11 měsíci

    i got 10/10 in quiz 2. Thanks for your awesome lessons.

  • @varunksv
    @varunksv Před 7 měsíci

    After learning basics i got 10/10. thanks for the detailed information

  • @ritulsonania
    @ritulsonania Před rokem

    Great tutorial, thanks for sharing

  • @alpeshbodawala4198
    @alpeshbodawala4198 Před rokem

    Thank you sir, you are Rockstar :)

  • @ak16781
    @ak16781 Před rokem

    Thanks for sharing

  • @moinulislam9409
    @moinulislam9409 Před rokem

    It was very effective for learning, Thanks a lot sir

  • @annaandriievska7232
    @annaandriievska7232 Před rokem

    great video, easy to understand, thanks a lot :)

  • @sherylfrancisco9253
    @sherylfrancisco9253 Před rokem

    Thank you so much. Very informative
    Quiz 1 = 10
    Quiz 2 = 9

  • @frostbarrier4599
    @frostbarrier4599 Před 10 dny

    I just landed a job as Automation Engineer at Apple and this tutorial will help me a LOT kicking off with my work, thank you so much!

  • @durgaprasadvadlamoodi1271
    @durgaprasadvadlamoodi1271 Před 7 měsíci

    Thank you Raghava, i started just now, it looks great.

    • @RaghavPal
      @RaghavPal  Před 7 měsíci

      Most welcome Durga

    • @durgaprasadvadlamoodi1271
      @durgaprasadvadlamoodi1271 Před 7 měsíci

      @@RaghavPal Thank you so much. The session is so detailed, and you nailed out all the problems or questions thought by trainees. Just couple of questions, how can i approach you in case of questions, secondly, from the master class, can you please guide me how did you go to Cypress Test runner. (to be more precise, if you can point to 1:12 on the video, you can understand my question more well) there were instructions missed. Sorry to ask here.

    • @RaghavPal
      @RaghavPal  Před 7 měsíci

      Whenever you have any question, can ask in the comment section of the video, like this one.
      I did not find any break at 1:12, may be some other part you are referring to

  • @rajithkumar3424
    @rajithkumar3424 Před rokem

    Nice tutorial .

  • @saolydasgupta9867
    @saolydasgupta9867 Před 15 dny

    17/20 score after watching your video. Thanks very much for such a detailed explanation. Very useful

    • @RaghavPal
      @RaghavPal  Před 14 dny

      Excellent score Ayon.. keep learning

  • @sandhyags7713
    @sandhyags7713 Před rokem

    Thankyou so much for the excellent lessons. I have got quiz score 15/20

    • @RaghavPal
      @RaghavPal  Před rokem

      Great score, Keep learning Sandhya

  • @saahanmombasawala9885

    i scored 19/20. overall very nice learning. thank you sir.

  • @raghavbhavsar828
    @raghavbhavsar828 Před rokem

    Excellent tutorial on cypress. Will complete the full playlist. Subscribed :)

  • @mohanish3169
    @mohanish3169 Před 7 měsíci

    brother, I got 9 out of 10 question correct yo are an amazing teacher. thank you!

  • @akposmalafakumobest3467
    @akposmalafakumobest3467 Před 11 měsíci

    Thank you Raghav for this lesson. My score is 18/20

  • @pornpenwongkaseam8400

    Very well explain in each step. Thank you🙏

  • @saribshamim9876
    @saribshamim9876 Před 10 měsíci

    Well explained ! My quiz score: 15/20.

  • @mohammedmustafa1263
    @mohammedmustafa1263 Před rokem

    Completed quiz and got 17 out of 20.
    Thanks Rahul.

  • @prasadtelu9873
    @prasadtelu9873 Před 9 měsíci

    Thanks for the detailed session and i have got 9/10

  • @jirijanecek8472
    @jirijanecek8472 Před rokem +1

    Hello, I really like your explanations that you take everything to detail and even a beginner can understand well. I know the name of your channel is Automation step by step. But have you thought about doing a short series on manual testing? Because I believe that with your presentation it would be something priceless for many users. Thank you very much for your videos and your help.

  • @rihaskh
    @rihaskh Před rokem

    Thank you so much Sir :)

  • @anjalijoshidiwalkar5165
    @anjalijoshidiwalkar5165 Před měsícem

    You are always awesome

    • @RaghavPal
      @RaghavPal  Před měsícem

      thanks.. keep learning Anjali

  • @abhijeet19403
    @abhijeet19403 Před 3 měsíci

    Your videos are so amazing. I got 10/10 in the quiz.

  • @user-rk4ov2et3y
    @user-rk4ov2et3y Před rokem

    Hello Raghav,
    I really like your explanations that you take everything to detail and even a beginner can understand well. And I scored 19 marks in the quiz.

    • @RaghavPal
      @RaghavPal  Před rokem

      Great score, keep learning Maya

  • @dev.daily_code
    @dev.daily_code Před 5 měsíci +1

    Thanks :)

  • @marziyaarman3696
    @marziyaarman3696 Před rokem

    thank u sir

  • @Aj21093
    @Aj21093 Před 9 měsíci +1

    Hi Raghav, I can’t thank you enough for creating this amazing course. You know I didn’t have any experience in cypress and with your help, i was able to complete a take home test on cypress for my first interview round. They really liked my solution, i followed same approach you showed i.e. POM. Then i was even able to crack technical interview that was completely on cypress. They knew I didn’t have any experience in cypress but i was able to solve questions.
    After more than 1 years of job search in Canada, I got offer only because of your course. I’m so grateful to you. Thank you soooooo much for making these amazing courses, for your efforts and time you invest in providing this medium to people like us!

    • @RaghavPal
      @RaghavPal  Před 9 měsíci

      So happy to read your message Anukriti. Wish you all the best

    • @Aj21093
      @Aj21093 Před 9 měsíci

      @@RaghavPal thanks a lot! 😊

    • @sokialkimera7243
      @sokialkimera7243 Před 9 měsíci

      @@Aj21093 congratulations on your new job !

  • @samankumara2573
    @samankumara2573 Před rokem

    I see Raghav, I click! Much love from Sri Lanka

  • @AkashKumar-up9iu
    @AkashKumar-up9iu Před rokem

    I scored a 18/20! :) Thank you so much

    • @RaghavPal
      @RaghavPal  Před rokem

      Great, all the best for next Akash

  • @AmitGupta-ud2pl
    @AmitGupta-ud2pl Před 8 měsíci

    Very nice

  • @cakenmore4191
    @cakenmore4191 Před rokem

    Hello, you are very Good Teacher. In this Quiz i got 18 marks out of 20. Thank You.

  • @srinivaspuli2251
    @srinivaspuli2251 Před 9 měsíci

    Dear Raghav sir,
    Thanks for giving a good course.
    i scored 18/20 in the quiz 01