Angular 9 Tutorial For Beginners #69- Angular Unit Testing

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 71

  • @chaosunstabledynamic
    @chaosunstabledynamic 4 ปีที่แล้ว +5

    Thank you for typing and talking! It makes users with other English accents and non-native English speakers understand better! I wish that more people did this!

  • @mohammadrezafouladi787
    @mohammadrezafouladi787 4 ปีที่แล้ว +4

    Tanx dude this is the most detailed explanation angular automation testing i've ever seen , watched previews videos though and thank you much. please carry on and let me learn from you ^_^

  • @ritsk4338
    @ritsk4338 3 ปีที่แล้ว +1

    awesome explanation

  • @stackflowtwo6199
    @stackflowtwo6199 3 ปีที่แล้ว +1

    Thanks

  • @peterkim7788
    @peterkim7788 4 ปีที่แล้ว +1

    Happy to learn this step by step from the bottom to top!

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว

      Glad its helpful 👍👍

  • @tman7022
    @tman7022 4 ปีที่แล้ว +2

    This is a very descriptive explanation, thank you!

  • @aravindhsreenivasan6116
    @aravindhsreenivasan6116 3 ปีที่แล้ว +1

    thank you for the full detailed angular

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Thanks Aravindh for your kind words 👍

  • @nazarabbasofficial
    @nazarabbasofficial 2 ปีที่แล้ว

    Sir how did you removed the problems from the unit tests of angular crud app project kindly teach us how to sort that 17 spects

  • @fluffymaverick
    @fluffymaverick 3 ปีที่แล้ว +1

    I learned a lot from this tutorial. Thanks for your detailed explanation especially writing every important notes.
    One thing I just want to point out 17:48 I believe karma firefox launcher should go to devDependency instead in dependency. So the command would be npm i karma-firefox-launcher - - save-dev

  • @parameswaranrajan5674
    @parameswaranrajan5674 3 ปีที่แล้ว +1

    Hi Sridhar - The video is helpful. You have a good flair for teaching and concepts. Thanks for taking time preparing the video tutorial.

  • @jameslefleur1970
    @jameslefleur1970 3 ปีที่แล้ว +1

    I like your pace sir. It helps me digest the material so to speak. Thanks!

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Glad to hear that!

    • @jameslefleur1970
      @jameslefleur1970 3 ปีที่แล้ว +1

      @@ARCTutorials You have a lot of good videos,. Do you have a video about writing Unit Tests only? I did a search of Unit Testing but a lot of unrelated tutorials showed up.

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว +1

      @@jameslefleur1970 sure james. I have plan to roll out testing videos soon

  • @nehasharma9358
    @nehasharma9358 4 ปีที่แล้ว +2

    Thank you for the tutorial it is really helpfull , Kindly create tutorial on ngrx

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว

      Hi Neha. Thank you for your kind words. Yes rolling soon on ngrx

  •  4 ปีที่แล้ว +1

    Should karma-firefox-launcher be installed with - - save-dev flag?

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว

      Yes. When you do it with --save flag it will be in your local project repo

  • @Vaishu219
    @Vaishu219 3 ปีที่แล้ว +1

    Awesome sir God bless you with 1m subscribers. Good info I came across many video found the best one here

  • @gouravdani2688
    @gouravdani2688 4 ปีที่แล้ว +1

    Very good tutorial....... specially the way he communicates

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว

      Thanks Gourav for your kind words

  • @ramuramu8910
    @ramuramu8910 2 ปีที่แล้ว

    I learned some basics in this tutorial Thanks

  • @amanuellebassi7294
    @amanuellebassi7294 4 ปีที่แล้ว +1

    Great lecture. Loving it!

  • @deepakdubey7869
    @deepakdubey7869 3 ปีที่แล้ว +1

    sir can you tell me how to resolve that red error on karma

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว +1

      Hi Deepak. I will soon start Angular testing in detail. Pls stay tuned

    • @_Rushabh-kz6cx
      @_Rushabh-kz6cx 3 ปีที่แล้ว +1

      How to solve those red cross errors in my project can you plzzz help me out

  • @mean2035
    @mean2035 4 ปีที่แล้ว +1

    very very thank you

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว

      You are most welcome! Happy Learning. Regards Sridhar

  • @varunraj6274
    @varunraj6274 3 ปีที่แล้ว

    Sir How settimeout function will be work please explain about it

  • @saicharan6339
    @saicharan6339 3 ปีที่แล้ว +1

    please do videos how to write test cases component level .
    there are no clear videos regarding that in youtube

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Sure Sai. Great idea will do that soon

  • @RoushanKumar-mq7mp
    @RoushanKumar-mq7mp 3 ปีที่แล้ว +1

    Hello you explanation is very good .. please cover all the life cycle hooks in details...
    TIA

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Hi Roushan. I am covering all topics in details in Angular 10 complete series. Do check it out th-cam.com/video/Fg4spR6cdBQ/w-d-xo.html

  • @SRUDHISHNG
    @SRUDHISHNG 3 ปีที่แล้ว +1

    Nice tutorial.. I am stuck with an error that is "expected undefined to be truthy". There is a public variable and initialized inside the constructor with localstorage value which is the line i am getting the error. Can I get a guidance? If the same specified in any tutorial, then please give me the reference. Thank you

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Hi Srudhish. Looks like its not finding reference hence its undefined

  • @deepakMunna19
    @deepakMunna19 3 ปีที่แล้ว +1

    Thank You !! its very nice tutorial..Can you please add "Debugging in Angular" Topic as well please

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Hi Deepak. Noted. Working on it. Should be out tomorrow

  • @keerthishreems5215
    @keerthishreems5215 3 ปีที่แล้ว +1

    i created a project and ran ng test .. but im getting error like "should create the app" and "should render title in a h1 tag" can u plz help me with this.

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Hi Keerthi. Can you pls send me email at soorya.aaradhya@gmail.com? I can check and let you know

  • @disha9876
    @disha9876 4 ปีที่แล้ว +1

    Much awaited ones! Thanks

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว

      Hi Neelima. Yes i did remember you while i was creating these tutorials. I will try and cover all testing aspects and detailed code so it will help you learn n master. Thanks for your patience. Regards Sri

  • @ragucool9468
    @ragucool9468 4 ปีที่แล้ว +1

    Your tutorial super bro.put some videos real time projects angular and angular depolyment in github and firebase its very helpful for us

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว +1

      Thanks Ragu. Its coming out soon bro. Regards Sridhar

    • @ragucool9468
      @ragucool9468 4 ปีที่แล้ว

      @@ARCTutorials Thanks bro

  • @mona4104
    @mona4104 3 ปีที่แล้ว

    What about how to solve test case failed ? You just taught what is karma and Jasmin but you have not taught how to write test case using describe and it .

  • @vandanaingole4057
    @vandanaingole4057 ปีที่แล้ว

    sir plz take online class .for us.we will wait for that . thank u in advance

  • @_Rushabh-kz6cx
    @_Rushabh-kz6cx 3 ปีที่แล้ว

    How to fix this errors Sir.....???
    1) should create the app
    2) should create app component

  • @amanuellebassi7294
    @amanuellebassi7294 4 ปีที่แล้ว +1

    ng test --browsers=Chrome BTW, Chrome should be spelled with uppercase 'C'. Because our browsers array is browsers: ['Chrome'],
    When I use 'Chrome', it works well !!!

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว +1

      Thanks buddy for sharing the info!!!

    • @amanuellebassi7294
      @amanuellebassi7294 4 ปีที่แล้ว

      @@ARCTutorials Thank you. I am learning a lot. I like your lectures.

  • @athirajyothishkumar6933
    @athirajyothishkumar6933 4 ปีที่แล้ว

    I tried ng test, my jasmine is opening up in firefox but its not showing any reports. Firefox 79.0 (Windows 10) is idle
    Intially it used to say no spec found. I even tried running it from src and app folder which have the spec files :(

    • @ARCTutorials
      @ARCTutorials  4 ปีที่แล้ว

      Hi Athira. Did you change the browser and did npm install to install firefox module? Did u try in any other browser?

  • @punnapuramakrishna249
    @punnapuramakrishna249 2 ปีที่แล้ว +1

    Thank you for everything sir i won job support sir please advise me

    • @ARCTutorials
      @ARCTutorials  2 ปีที่แล้ว

      Hi Ramakrishna. Pls write to me at soorya.aaradhya@gmail.com

  • @AmitBikePoint
    @AmitBikePoint 3 ปีที่แล้ว

    20 mint me 20 Add dikha diya boss!!!

  • @SAAMY_1414
    @SAAMY_1414 3 ปีที่แล้ว +1

    I just don't understand , why and who created this shit unit testing libraries ?
    if developer is doing these testing then what Testers doing ? just run test cases and getting developers salary ??
    learning angular , node js , rxjs , redux , HTML5-CSS3 , ngrx , is big task and after that learning this stupid thing is really irritating ..

    • @ARCTutorials
      @ARCTutorials  3 ปีที่แล้ว

      Ha aha ha. But we cannot ignore it my friend. We got to learn it for sure

    • @muratkhan1453
      @muratkhan1453 3 ปีที่แล้ว +1

      Well, that is a big ignorant. I did work as a tester in the past and let me tell you this. Unit test is a very small part of application test cycle if you compare it to browser automation, regression suits, performance test, security test... etc. As a developer first thing you should know about testing is that unit test is just a,b,c of the application tests. There are so much more to test and developers wont have enough time even to think about. Let everyone do their job. And remember developer always focuses mostly on requirements while testers went further and considers all posibble issues, user cases, missing requirents etc. They look differently to application. Developer sees what application does, tester sees what problems may come up.
      Why do mostly devs do unit tests instead of testers? Because it is easier to write unit test while coding and that also gives first and fast feedback about devs codding results. Devs dont always want others to find their codding mistakes, so you better learn and do your own unit test :)

  • @n3kras0vh
    @n3kras0vh 3 ปีที่แล้ว

    Та за шо опять Индусы, ну еп.