JavaScript Testing with Jasmine Framework | JavaScript Tutorial

SFDC Stop October 11, 2020
Video Thumbnail
SFDC Stop Logo

SFDC Stop

View Channel

About

SFDC Stop is a blog and youtube channel about Salesforce. Our aim is to provide free Salesforce Tutorials on some of the most complex topics thereby making them easier to understand and implement. Some of the popular tutorial series/playlists are specified below:- 1. Salesforce Lightning Tutorial Series:- This tutorial series consists of 5 videos and cover the basics of Salesforce Lightning with most important (CRUD) operations. 2. Salesforce Lightning Events Tutorial Series:- This tutorial series consists of 5 videos in which the concepts of events in lightning is covered end to end. 3. Salesforce Integration Tutorial Series:- This tutorial series consists cover all the basic concepts of REST and SOAP integration in Salesforce. It consists of both calling out external APIs from salesforce as well as creating a custom API in salesforce which will be consumed by external systems.

Video Description

Hello Trailblazers, In this video we're going to learn about JavaScript Testing using Jasmine Framework. We're going to download the Jasmine Framework, create a new JavaScript source file to be tested as well as a new JavaScript spec file which consist of the test cases and is used to test the source file. Download Jasmine Framework:- https://github.com/jasmine/jasmine/releases Code Snippet:- 1. Source File:- https://gist.github.com/rahulmalhotra/9790cc4aaa6e0c37c370e9318d39f35a 2. Spec File:- https://gist.github.com/rahulmalhotra/25e7e777265f9f0aa90d532e5deecccd Subscribe to SFDC Stop:- https://www.youtube.com/c/sfdcstop?sub_confirmation=1 Interested in learning about LWC ? Have a look at this playlist:- https://www.youtube.com/playlist?list=PLuL63vr-9xHyaEARj8crQe3v2TBQa_Cs8 Interested in learning about Scratch Orgs and SFDX ? Have a look at the playlist:- https://www.youtube.com/playlist?list=PLuL63vr-9xHwW96U64tORGA0HT5j1m0Ff

You May Also Like