Introduction and Setup | LWC Testing with Jest Session 1

preview_player
Показать описание
In the following video you will learn about the following topics.
1) Intro to Unit Testing
2) Intro to Jest
3) Benefits of Jest Testing
4) Prerequisite for Jest in LWC
5) Jest Setup
6) Create your First Jest Test File
7) Automate Jest Scripts
8) Common Terminologies of Jest Testing
9) Create Your First Jest Test Case in LWC
10) Deep Dive to understand how things work behind the scene

LINKS AND CODE USED IN THIS VIDEO
======================
JEST WEBSITE

FOR COOL STUFF OF LIGHTNING WEB COMPONENT

CODE

This is especially for all the students and IT professional who wants to make their career in Salesforce.

PLEASE DO LIKE, SHARE AND SUBSCRIBE THIS VIDEO WITH ALL YOUR STUDENT NETWORK, IT NETWORK AND SALESFORCE NETWORK.

Let everyone learn Salesforce and become a part of our #Ohana.

#testing #jest #lwc
Рекомендации по теме
Комментарии
Автор

That's really helpful instead of reading articles and documentation one can simply watch this video to get started. really appreciate your work Bro

KishanSharma-feqo
Автор

superb explanation sir. Thanks for such amazing content.

kingsleyfernandes
Автор

Hey Nikhil.

Great explanation.

I really loved it the way you explained "how it works behind the scenes".

mahiupputuri
Автор

very easy to follow Nikhil. Thanks much for doing this.

vclearnconfidentv
Автор

The Content was simply amazing sir.
It was very simple and easily understandable.

Thank You .

mangeshkadam
Автор

Thanks for what you do Nikhil. Jest is a big gap In my knowledge.

softwareengineeringandsale
Автор

Thanks for making a video on Jest framework @Nikhil

sfdcscenarios
Автор

Very helpful !!
Feeling confident about jest tests just by watching this video 👍

viveksomani
Автор

Why have we used kebab case here to create a component? any specific reason?

alihashmi
Автор

Hi is it mandatory to make a test class for lwc before deployment to production org.?

raghavendrasharma
Автор

Great video team.. helped me a lot...do we have to go for session 2 or conditional rendering (i.e session 3)I'm new to JEST please help me out as I don't want to mess up with the order...

ChaitanyaCanSing
Автор

node_module folder i am not able to find after running

codewithdash
Автор

not able to run the npm --version. it gives below error

node : The term 'node' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ node --version
+ ~~~~

Please help

anjumtadmod
Автор

Thanks for this informative usual this session was explained in detailed I have a small problem :)
I am facing issue for running "npm run test:unit:watch" script. I tried multiple times but wasn't able to solve this issue The error stated as follow :- "watch is not supported without git/hg, please use --watchAll". I tried all the possibilities but no success. If possible do let me know my mistake. Even there was some issue with versions aswell.
The explanation is really awesome with each thing in very detailed for doing this specially "Deep Dive to understand how things work behind the scene". It was like the virtual view of the code execution.

amantiwari