-
Type:
Sub-task
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Enhancements - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
- relates to
-
DMS-1481 R&D over angular test cases.
-
- Done
-
-
- Time Spent:
- 8h
-
R&D on using Jasmine with Karma in Angular app
Status | To Do [ 10000 ] | In Progress [ 3 ] |
Remaining Estimate | 24h [ 86400 ] | 16h [ 57600 ] |
Time Spent | 8h [ 28800 ] | |
Worklog Id | 183193 [ 183193 ] |
-
- Time Spent:
- 8h
-
Completed the Analysis of Jasmine and Karma setup with our code base.
Remaining Estimate | 16h [ 57600 ] | 8h [ 28800 ] |
Time Spent | 8h [ 28800 ] | 16h [ 57600 ] |
Worklog Id | 183481 [ 183481 ] |
Summary | Analysis for Writing Test cased with Jasmine & Karma | Analysis for Writing Test cases with Jasmine & Karma |
-
- Time Spent:
- 4h
-
Removing errors coming during Jasmin Test Run
Remaining Estimate | 8h [ 28800 ] | 4h [ 14400 ] |
Time Spent | 16h [ 57600 ] | 20h [ 72000 ] |
Worklog Id | 185033 [ 185033 ] |
-
- Time Spent:
- 8h
-
Integration of jasmine in our code base of Angular
Status | In Progress [ 3 ] | Code Review [ 11801 ] |
Remaining Estimate | 4h [ 14400 ] | 0h [ 0 ] |
Time Spent | 20h [ 72000 ] | 28h [ 100800 ] |
Worklog Id | 185441 [ 185441 ] |
Status | Code Review [ 11801 ] | In QA Testing [ 11901 ] |
Assignee | Mohd Belal [ mohd.belal ] | Samir [ samir ] |
Assignee | Samir [ samir ] | Priya Dhamande [ priya.dhamande ] |
Assignee | Priya Dhamande [ priya.dhamande ] | Mohd Belal [ mohd.belal ] |
Status | In QA Testing [ 11901 ] | In Progress [ 3 ] |
Resolution | Done [ 10000 ] | |
Status | In Progress [ 3 ] | Done [ 10001 ] |
Worklog Id | 183193 [ 183193 ] |
Transition | Time In Source Status | Execution Times |
---|
|
2h 27m | 1 |
|
13d 3h 6m | 1 |
|
23h 25m | 1 |
|
18d 18h 42m | 1 |
|
9d 23h 8m | 1 |
Hi All,
The implementation of Jasmine along with Karma has been done in our Angular app.
We need to run ng test in order to test the component specs file and the testing cases written under it.
All the associated dependencies and required mocking of services and constants have been made in correspondence spec file of components.
Now we need to write individual test cases under each component to check the functional requirement of our app.
NOTE: From now on we need to check ng test along with ng serve --prod when taking Build and resolve the errors of dependencies as respectively.
cc- Samir
Thanks