-
DOM manipulation
-
recursion
-
Normalization
-
MVC - Model, View, Controller
-
Unit Testing - Jasmine Framework
-
Hooks in Jasmine
- beforeEach()
- afterEach()
- beforeAll()
- afterAll()
-
Home Page from where you can add products to the cart by clicking on (Add to cart)
- Check Products present in the cart, You can Update the Quantity and also remove the product from the cart
- Check your Orders
- Track Your Product
- Jasmine Test Cases