결함(Bug) #2507
open[issue] Ctrip guest information issue
100%
Description
Just first guest is shown in booking while Ctrip passed two guests
Files
Updated by Daniel Do 3 months ago
- File ctrip-booking-test-cases.postman_collection.json added
- Status changed from 완료(Done) to QA test
- Assignee changed from Daniel Do to Holden Dang
Issue:
When booking a single room for 2 adults, the adult information is not mapped correctly.
Actual Result:
The booking contains only 1 adult; the remaining adult is set as TBA.
Expected Result:
The booking should contain 2 adults, with full adult information correctly received from Ctrip.
Updated by Daniel Do 3 months ago
- File omh_issue-traveller.png omh_issue-traveller.png added
- File ctrip_issue-traveller.png ctrip_issue-traveller.png added
A Thinh Vo (Joseph) ơi, có booking này khách complain khách sạn vì đặt 2 khách nhưng tên khách đẩy về mình chỉ có 1 tên dẫn tới operation issue giữa khách và khách sạn luôn. Trên Colinker có đầy đủ 2 tên, trên booking sheet OMH chỉ có 1 tên thôi.
Team check giúp em case này nha ạ. Thenkiu team!
Booking Code: V25112610022H01
Updated by Daniel Do 3 months ago
- File 1128144090762776_RES.xml 1128144090762776_RES.xml added
- File 1128144090762776_REQ.xml 1128144090762776_REQ.xml added
Updated by Holden Dang 2 months ago
- File picture549-1.png picture549-1.png added
- File picture549-2.png picture549-2.png added
- File picture549-3.png picture549-3.png added
- File picture549-4.png picture549-4.png added
- File picture549-5.png picture549-5.png added
- File picture549-6.png picture549-6.png added
- File picture549-7.png picture549-7.png added
- File picture549-8.png picture549-8.png added
- File picture549-9.png picture549-9.png added
- Status changed from QA test to 완료실패(Failed)
- Assignee changed from Holden Dang to Daniel Do
TC01, TC02, TC03, TC06, TC07, TC09, TC10 => Passed
Note - TC03: The system only accepts 1 Name(Local)
TC05 - 2 Rooms, 3 Guests (Uneven Distribution) => Failed
- Input: 3 guests (Doe John, Smith Jane, Wilson Bob)
- Expected: 2 rooms with all 3 names correctly assigned
- Actual: The system only recognizes 2 names, missing the third one (Wilson Bob)
TC08 - 3 Rooms, 4 Guests (Complex Distribution) => Failed
Input:
- 3 rooms (NumberOfUnits="3")
- 4 guests: Doe John, Smith Jane, Wilson Bob, Brown Alice
- GuestCount: 4
Expected: All 4 guest names should be received and distributed across 3 rooms
Actual:
- System only received 3 names
- The 4th guest name (Brown Alice) was not received