-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Integrations
-
Labels:None
-
Module:TSR
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Q1
1. Launch the Postman app.
2. Select “Post” request from dropdown.
3. Select authorization type as “Basic Auth”.
4. Enter valid User ID and Password.
5. Enter below URL:
https://10.0.2.120/api/employee/addEmployeeTour
6. Pass the require parameter using body. (Job ID =J1 and Tour ID =30)
7. Click on Send button.
8. Now change Job ID=J2 and Tour ID=32.
9. Click on Send button.
10. Two different tours get assigned to employee with different Job ID.
11. Traverse the tour using employee login.
Actual Result:
After completing first tour employee again get same tour, then after completing it for second time he gets other tour.
Expected Result:
Employee should get each tour only once.
- relates to
-
NF-60 TSR - Tour eligibility to be driven by one to one mapping on candidate / employee
-
- Closed
-
-
- Time Spent:
- 2h
-
Analysis of the scenario.
discussion,Testing and checkins
-
- Time Spent:
- 1h
-
Internal discussion for Tour repetition scenario