Angular Fundamentals from Scratch & Unit/Integration Testing

seeders: 11
leechers: 21
updated:
Added by tutsnode in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 94
  • Language: English

Files

Angular Fundamentals from Scratch & UnitIntegration Testing [TutsNode.com] - Angular Fundamentals from Scratch & UnitIntegration Testing 05 BootStrap CSS to bring Styling to Angular Component HTML Pages
  • 003 Bring the Custom Bootstrap template for Product List page.mp4 (195.7 MB)
  • 003 Bring the Custom Bootstrap template for Product List page.en.srt (26.2 KB)
  • 001 What are ng-templates and ng-container and where to use it effectively.en.srt (18.4 KB)
  • 002 Introduction to Boostrap and how it helps to build effective CSS.en.srt (15.3 KB)
  • 002 Introduction to Boostrap and how it helps to build effective CSS.mp4 (108.4 MB)
  • 001 What are ng-templates and ng-container and where to use it effectively.mp4 (98.4 MB)
13 Integration Testing to test the components on UI & SPY object Usage
  • 003 Understand how to fire DispatchEvents with QuerySelector for Integration testing.en.srt (24.0 KB)
  • 001 Use return value for created Spy object and inject into Test Data as Mocking.en.srt (15.2 KB)
  • 002 Implement validations on Angular Forms and test on the browsers.en.srt (13.2 KB)
  • 003 Understand how to fire DispatchEvents with QuerySelector for Integration testing.mp4 (186.3 MB)
  • 002 Implement validations on Angular Forms and test on the browsers.mp4 (120.7 MB)
  • 001 Use return value for created Spy object and inject into Test Data as Mocking.mp4 (119.8 MB)
04 Structural Directives and ng Directives for Parent Child component relation
  • 005 Understand the Event Binding and how to create Custom Events.en.srt (22.4 KB)
  • 006 Updating HTML Attributes of Angular with the Property and event Binding.en.srt (16.8 KB)
  • 001 What are Built in Structural Directives and how it helps in populating data.en.srt (16.8 KB)
  • 003 Understand the concept of Child and Parent Components with Input Tag.en.srt (13.3 KB)
  • 002 What are ng-directives and how it helps to put conditions in HTML.en.srt (12.6 KB)
  • 004 Example of Input and Output Directives to communicate with parent and child.en.srt (12.5 KB)
  • 005 Understand the Event Binding and how to create Custom Events.mp4 (124.7 MB)
  • 006 Updating HTML Attributes of Angular with the Property and event Binding.mp4 (104.0 MB)
  • 001 What are Built in Structural Directives and how it helps in populating data.mp4 (90.1 MB)
  • 003 Understand the concept of Child and Parent Components with Input Tag.mp4 (88.3 MB)
  • 004 Example of Input and Output Directives to communicate with parent and child.mp4 (78.1 MB)
  • 002 What are ng-directives and how it helps to put conditions in HTML.mp4 (71.5 MB)
02 TypeScript Fundamentals for Beginners
  • 002 Importance of Let and Const keywords in Typescript.en.srt (21.5 KB)
  • 007 Interfaces and objects Importance in defining contracts.en.srt (19.3 KB)
  • 004 Understanding Classes,Methods and objects in Typescript.en.srt (17.5 KB)
  • 012 typescriptbasics.zip (2.6 KB)
  • 009 Code Download.html (0.9 KB)
  • 008 Usage of Pipes for Anonymous Functions.en.srt (15.4 KB)
  • 003 Types Usage in Typescript.en.srt (14.8 KB)
  • 006 Exports,Imports and Functions usage in Typescript.en.srt (14.7 KB)
  • 005 Importance of Constructor in Typescript.en.srt (13.7 KB)
  • 001 What is Typescript_ How different it is from JS_.en.srt (8.7 KB)
  • 007 Interfaces and objects Importance in defining contracts.mp4 (105.5 MB)
  • 004 Understanding Classes,Methods and objects in Typescript.mp4 (78.0 MB)
  • 006 Exports,Imports and Functions usage in Typescript.mp4 (73.0 MB)
  • 005 Importance of Constructor in Typescript.mp4 (71.7 MB)
  • 002 Importance of Let and Const keywords in Typescript.mp4 (66.7 MB)
  • 003 Types Usage in Typescript.mp4 (52.8 MB)
  • 001 What is Typescript_ How different it is from JS_.mp4 (43.0 MB)
  • 008 Usage of Pipes for Anonymous Functions.mp4 (41.1 MB)
01 Introduction to Angular & Course FAQ's
  • 003 Please Note on sequence of Lectures.html (1.5 KB)
  • 002 Node.js and Visual Studio Code installation for Angular Setup.en.srt (10.7 KB)
  • 001 Introduction to Angular and Course FAQ's.en.srt (8.4 KB)
  • 002 Node.js and Visual Studio Code installation for Angular Setup.mp4 (53.9 MB)
  • 001 Introduction to Angular and Course FAQ's.mp4 (37.9 MB)
11 Unit Testing the Angular Components with Angular Test Bed Utilities
  • 002 What is Karma and Angular Test Bed and how it used for White box testing.en.srt (20.3 KB)
  • 001 Introduction to Angular Unit _Integration Testing and its types.en.srt (18.8 KB)
  • 005 Test the Alert Details Component with ng-if condition logic validation.en.srt (17.3 KB)
  • 003 Build Unit Test for the method defined in the component classes.en.srt (14.1 KB)
  • 004 Configuring Test Bed and creating HTML fixture to render the html on fly.en.srt (13.1 KB)
  • 006 How to load Stub Data into instance to test component in isolated way.en.srt (9.2 KB)
  • 005 Test the Alert Details Component with ng-if condition logic validation.mp4 (163.5 MB)
  • 002 What is Karma and Angular Test Bed and how it used for White box testing.mp4 (129.6 MB)
  • 001 Introduction to Angular Unit _Integration Testing and its types.mp4 (122.6 MB)
  • 004 Configuring Test Bed and creating HTML fixture to render the html on fly.mp4 (117.6 MB)
  • 003 Build Unit Test for the method defined in the component classes.mp4 (107.5 MB)
  • 006 How to load Stub Data into instance to test component in isolated way.mp4 (80.8 MB)
12 Use Stub Data for Testing Input Output Directives in the Angular Framework
  • 003 Perform Integration testing by viewing the results on browser with nativeElement.en.srt (20.1 KB)
  • 004 Use SPY object to Implement Tests for Library Dashboard component.en.srt (13.7 KB)
  • 001 Testing Input Output Event emmitters with Stub data required for the component.en.srt (11.7 KB)
  • 002 Create Mock Service class for Cart data to Test Cart component in isolated.en.srt (10.7 KB)
  • 003 Perform Integration testing by viewing the results on browser with nativeElement.mp4 (169.3 MB)
  • 004 Use SPY object to Implement Tests for Library Dashboard component.mp4 (112.4 MB)
  • 001 Testing Input Output Event emmitters with Stub data required for the component.mp4 (92.0 MB)
  • 002 Create Mock Service class for Cart data to Test Cart component in isolated.mp4 (83.4 MB)
03 Building Angular Components for App development
  • 004 What are Angular Components_ Understand how to create one.en.srt (19.7 KB)
  • 002 Where to download code files.html (1.0 KB)
  • 005 What is Interpolation in Angular and how this can be used.en.srt (11.6 KB)
  • 003 Install Angular CLI dependencies and create the Project.en.srt (10.6 KB)
  • 001 Demo of the App which we will develop in

Description


Description

This course is exclusively designed for beginners to understand ANGULAR fundamentals for Front end Web Development and ability to perform white Box TESTING such as Unit Testing , Integration testing for the code using various Testing Frameworks like Karma, Jest, AngularBed, Jasmine etc

This course is divided into 2 Phases

Phase 1:

Introduction to Front end Development – Phase 1 explains the fundamentals of Angular including TypeScript Fundamentals to develop Front end Real time Apps from Scratch.

No programming Experience needed to start with this course. I have covered everything needed to make you familiar with every concept taught in the course

Phase 2:

Unit/Integration Testing – After Solid Understanding of Front end development using Angular in Phase 1, Phase 2 explains how to write Unit Tests and Integration Tests for the developed Phase 1 Code using Testing Frameworks like like Karma, Jest, AngularBed, Jasmine, Mock Services, classes etc

All Testing (White Box Testing) Frameworks concepts are also given with Scratch level explanation.

*******************************************************************
please note that This course will not deep dive into HTML learning but that will not affect you to learn ANGULAR.

By end of this course, one can start building Web Apps with Angular and write Solid Unit Tests and Integration tests to test their code as per Industry Standards

This course can be a great resource to Junior Developers and especially to SDET’s to get involved into White Box testing Strategies to better understand code and write solid Unit/Integration Tests.
Who this course is for:

developers
SDET
QA Automation Engineers
Front end devs
Software Engineers

Requirements

Basic HTML knowledge helps

Last Updated 7/2021



Download torrent
5.8 GB
seeders:11
leechers:21
Angular Fundamentals from Scratch & Unit/Integration Testing


Trackers

tracker name
udp://inferno.demonoid.pw:3391/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://torrent.gresille.org:80/announce
udp://glotorrents.pw:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.pirateparty.gr:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://9.rarbg.to:2710/announce
udp://shadowshq.yi.org:6969/announce
udp://tracker.zer0day.to:1337/announce
µTorrent compatible trackers list

Download torrent
5.8 GB
seeders:11
leechers:21
Angular Fundamentals from Scratch & Unit/Integration Testing


Torrent hash: 6E139D43178F9EFEE803FB124AF09C4EA5F0EB88