Migration
Diese Seite wurde aus der AirSimTech MediaWiki migriert.
Overview
This page tracks Phase 16 (MCDU MENU, DISPLAY ADJUST, SIM, XLOAD, NAV SEARCH, CO RTE, SEC FPLN, MISC pages) MCDU features that require live human testing on the A320 MCDU display. These items were identified during automated phase verification but cannot be confirmed without a running simulator session. For the consolidated cross-phase test tracker, see Human Verification Tests.
Each test has a status:
- PENDING — Not yet tested
- PASSED — Confirmed working in live MCDU session
- FAILED — Issue found, tracked for gap closure
- DEFERRED — Blocked by missing infrastructure (noted in remarks)
Summary
| Phase |
Page(s) |
Total Tests |
Passed |
Pending |
Failed |
Deferred |
| Phase 16 |
MCDU Menu, Display Adjust, Sim, Xload, Nav Search, Co Rte, Sec FPLN, Misc |
40 |
0 |
40 |
0 |
0 |
| # |
Page |
Test Description |
Expected Behaviour |
Status |
Tested |
Remarks |
| 1 |
MCDU MENU 1 |
Title and left-column links visible |
MCDU MENU 1 shows title "MCDU MENU" at col 07. Left column L1-L4 show: FMGC>, ACARS>, ATSU>, AIDS>. No extra rows |
PENDING |
— |
VB6 CreateMCDUMENU1 — verify exact link labels match |
| 2 |
MCDU MENU 1 |
Right-column links visible |
Right column R1-R4 show: CFDS>, DATALINK>, ND MENU>, MCDU MENU 2>. Labels aligned right with > suffix |
PENDING |
— |
VB6 CreateMCDUMENU1 right-column layout |
| 3 |
MCDU MENU 1 |
L1 FMGC navigates to correct page |
Press L1. Page navigates to FMGC (MCDU init / flight plan entry) |
PENDING |
— |
VB6 ProcessMCDUMENU1 Case 0: ActivePage = "INITA" |
| 4 |
MCDU MENU 2 |
Title and links visible |
MCDU MENU 2 shows title "MCDU MENU 2". Left column shows: VISUAL SETUP>, ILS CORRECTION>. R-column has additional items |
PENDING |
— |
VB6 CreateMCDUMENU2 — verify labels match VB6 exactly |
| 5 |
MCDU MENU 2 |
L1 VISUAL SETUP navigates |
Press L1. Page navigates to VISUAL SETUP (display adjust) page |
PENDING |
— |
VB6 ProcessMCDUMENU2 Case 0 |
| 6 |
MCDU MENU 2 |
ILS CORRECTION link navigates |
ILS CORRECTION link navigates to correct ILS correction page (or shows NOT AVAILABLE) |
PENDING |
— |
VB6 ProcessMCDUMENU2 ILS CORRECTION case |
Phase 16: Display Adjust Pages (PAUD-26)
| # |
Page |
Test Description |
Expected Behaviour |
Status |
Tested |
Remarks |
| 7 |
DISPLAY ADJUST |
Page opens with line-select labels |
DISPLAY ADJUST page shows brightness/contrast/size adjustment labels. Labels in small (@s) white text above data rows |
PENDING |
— |
VB6 CreateVISUAL_SETUP — verify row labels and layout |
| 8 |
DISPLAY ADJUST |
L1 brightness increase sends register |
Press L1 (brightness up). INET register 5100 sent with "INC" value. No navigation |
PENDING |
— |
VB6 ProcessVISUAL_SETUP L1: DataTX 5100, 0, "INC" |
| 9 |
DISPLAY ADJUST |
R1 brightness decrease sends register |
Press R1 (brightness down). INET register 5100 sent with "DEC" value |
PENDING |
— |
VB6 ProcessVISUAL_SETUP R1: DataTX 5100, 0, "DEC" |
| 10 |
DISPLAY ADJUST |
Scratchpad text appears on page open |
On page open, scratchpad area does not show stale content from previous page |
PENDING |
— |
General scratchpad clear behaviour on NavigateTo |
Phase 16: Sim Pages (PAUD-27)
| # |
Page |
Test Description |
Expected Behaviour |
Status |
Tested |
Remarks |
| 11 |
SIM CONTROL |
Page title and layout match VB6 |
SIM CONTROL page shows "SIM CONTROL" title. Left rows show simulation control options. R6 shows RETURN link |
PENDING |
— |
VB6 CreateSIM_CONTROL — verify title at correct column |
| 12 |
SIM CONTROL |
FREEZE/UNFREEZE toggle works |
Press FREEZE LSK. Page shows "UNFREEZE" option. Pressing UNFREEZE toggles back. INET register 5004 sent with correct value |
PENDING |
— |
VB6 ProcessSIM_CONTROL: DataTX 5004, 0, "FREEZE" |
| 13 |
SIM POSITION |
Airport position selector |
SIM POSITION page shows airport entry slot. Type EGLL, press L1. EGLL entered as departure airport |
PENDING |
— |
VB6 CreateSIM_POSITION airport entry slot |
| 14 |
SIM FUEL |
Fuel entry slot visible |
SIM FUEL page shows fuel entry slot in kg. Type "25000", press appropriate LSK. INET register 5005 sent with value "25000" |
PENDING |
— |
VB6 ProcessSIM_FUEL: DataTX 5005, 0, fuel value |
Phase 16: XLOAD Pages (PAUD-28)
| # |
Page |
Test Description |
Expected Behaviour |
Status |
Tested |
Remarks |
| 15 |
XLOAD 1 |
Title and database names visible |
XLOAD 1 page shows "XLOAD" title with page 1/N. Each slot shows database name or EMPTY placeholder. Names come from Userdata directory scan |
PENDING |
— |
VB6 CreateXLOAD1 database slot layout |
| 16 |
XLOAD 1 |
L1-L5 select database by slot |
Press L1. Database in slot 1 selected. Page navigates to XLOAD detail (e.g. XLOAD 7 review page) with route details shown |
PENDING |
— |
VB6 ProcessXLOAD1 slot selection navigation |
| 17 |
XLOAD 7 |
Route details displayed |
XLOAD 7 (selected route detail) shows: origin/destination, company route name, and LOAD> option |
PENDING |
— |
VB6 CreateXLOAD7: origin/dest/corte detail from selected slot |
| 18 |
XLOAD 7 |
LOAD triggers route load |
Press LOAD> LSK. Company route loaded into active flight plan. Flight plan origin/dest populated from selected route |
PENDING |
— |
VB6 ProcessXLOAD7 LOAD case: triggers LoadCompanyRoute |
Phase 16: Nav Search Pages (PAUD-29)
| # |
Page |
Test Description |
Expected Behaviour |
Status |
Tested |
Remarks |
| 19 |
NAV SEARCH |
Waypoint search returns result |
Type "TOMMY" in scratchpad, press L1 (WAYPOINT search). Nav search result shows lat/lon, identifier, type for waypoint named TOMMY |
PENDING |
— |
VB6 ProcessNAV_SEARCH: waypoint DB query; verify lat/lon format matches VB6 |
| 20 |
NAV SEARCH |
Pagination shown for multiple results |
Search for common waypoint with multiple matches (e.g. "FIX"). R6 scroll arrow appears. Pressing R6 advances to next result. Page indicator shows "1/N" |
PENDING |
— |
VB6 CreateNAV_SEARCH pagination with R6 scroll |
| 21 |
NAV SEARCH |
Navaid search shows CLASS/FREQ |
Type "SFO" in scratchpad, press L2 (NAVAID search). Result page shows CLASS (VOR-DME) and FREQ (115.80) in correct rows |
PENDING |
— |
VB6 CreateNAV_SEARCH navaid result: CLASS and FREQ rows |
| 22 |
NAV SEARCH |
PBD option available for waypoint |
After waypoint search result displayed, PBD option shown at R5 or similar slot. Allows defining Place Bearing Distance waypoint from result |
PENDING |
— |
VB6 CreateNAV_SEARCH PBD option row |
Phase 16: Company Routes (PAUD-30)
| # |
Page |
Test Description |
Expected Behaviour |
Status |
Tested |
Remarks |
| 23 |
SAVE CORTE |
Title and CO RTE entry visible |
SAVE CORTE page shows "SAVE CORTE" at col 07. Row 02 shows "@sCO RTE" label. Row 03 shows amber entry prompt for the route name |
PENDING |
— |
VB6 CreateSaveCORTE: "01|07SAVE CORTE", "02|02@sCO RTE", "03~aaaaaaaaa" |
| 24 |
SAVE CORTE |
Route name entry accepted |
Type "EGLLLFPG" in scratchpad, press L1. Route name populated. Pressing SAVE LSK saves route to Userdata |
PENDING |
— |
VB6 ProcessSaveCORTE: route name entry + DB write |
| 25 |
CO RTE LIST |
Routes listed per page |
CO RTE LIST (company routes browser) shows up to 5 routes per page. Route names shown in green with > suffix for selection |
PENDING |
— |
VB6 CreateCO_RTE_LIST: 5 slots per page |
| 26 |
CO RTE LIST |
DELETE option available |
Each route slot has a delete option. Press delete LSK for a route. Confirmation prompt shown or route removed from list |
PENDING |
— |
VB6 ProcessCO_RTE_LIST delete case |
Phase 16: Secondary FPLN (PAUD-31)
| # |
Page |
Test Description |
Expected Behaviour |
Status |
Tested |
Remarks |
| 27 |
SEC INDEX |
Page only shows when no active secondary FPLN |
Press SEC FPLN hardkey with no active secondary. SEC INDEX page appears with option to COPY ACTIVE FPLN to secondary |
PENDING |
— |
VB6 CreateSEC_INDEX conditional display |
| 28 |
SEC INDEX |
COPY ACTIVE creates secondary FPLN |
Press COPY ACTIVE LSK on SEC INDEX. Secondary flight plan populated from active flight plan. Subsequent press of SEC FPLN opens SEC FPLN page (not SEC INDEX) |
PENDING |
— |
VB6 ProcessSEC_INDEX COPY ACTIVE case |
| 29 |
SEC FPLN |
Waypoint columns match PRIM FPLN |
SEC FPLN page shows same waypoint list as PRIM FPLN. Column headers show UTC, SPD/ALT. Data rows match active plan waypoints |
PENDING |
— |
VB6 CreateSEC_FPLN: same display format as PRIM FPLN |
| 30 |
SEC FPLN |
UTC/SPD/ALT columns toggle |
Press hardkey or LSK to toggle between UTC display and SPD/ALT display. Column data changes accordingly |
PENDING |
— |
VB6 SEC FPLN subpage toggle behaviour |
| 31 |
SEC FPLN |
ACTIVATE SEC activates secondary plan |
Press ACTIVATE SEC LSK. Secondary flight plan becomes active flight plan. PRIM FPLN swapped with secondary |
PENDING |
— |
VB6 ProcessSEC_FPLN ACTIVATE case |
| 32 |
SEC FPLN |
ERASE SEC clears secondary plan |
Press ERASE SEC LSK. Secondary flight plan cleared. SEC FPLN hardkey returns to SEC INDEX |
PENDING |
— |
VB6 ProcessSEC_FPLN ERASE case |
Phase 16: Misc Pages (PAUD-32)
| # |
Page |
Test Description |
Expected Behaviour |
Status |
Tested |
Remarks |
| 33 |
SCREENING |
White (no-color) text on L1 and L2 |
SCREENING page shows "<SWITCH TO EPR" on row 03 in white (default terminal color, no blue). "<SELECT GS FAILURE" on row 05 also in white. NO blue (~b) coloring on these rows |
PENDING |
— |
VB6 CreateSCREENING: no color prefix = white; .NET fix removes ~b in Phase 16-09 |
| 34 |
SCREENING |
L1 toggles EPR/N1 and sends INET registers |
Press L1. Label toggles to "<SWITCH TO N1". Simulator receives INET registers: 2208 sub0="214" AND 2731 sub0="0" (EPR mode). Press again: label toggles back; register 2731 sub0="1" sent (N1 mode) |
PENDING |
— |
VB6 ProcessSCREENING Case 0: DataTX 2208/2731 pattern |
| 35 |
SCREENING |
L2 toggles GS failure and sends register 2620 |
Press L2. Label toggles to "<DESELECT GS FAILURE". Simulator receives INET register 2620 sub0="1". Press again: register 2620 sub0="0" sent |
PENDING |
— |
VB6 ProcessSCREENING Case 1: DataTX 2620 |
| 36 |
SCREENING |
L6 RETURN navigates to MCDU MENU 2 |
Press L6. Page navigates to MCDU MENU 2. Title changes to "MCDU MENU 2" |
PENDING |
— |
VB6 ProcessSCREENING Case 5: ActivePage = "MCDUMENU2" |
| 37 |
GPS MONITOR |
GPS1 and GPS2 sections displayed |
GPS MONITOR page shows two sections: "GPS1 POSITION" label at row 02 and "GPS2 POSITION" label at row 08. Both sections show live TTRK, UTC, GS, GPS ALT, MODE/SAT rows with data from INET registers (lat/lon 1703/1704, TTRK 1768, GS 1766, ALT 1009) |
PENDING |
— |
VB6 CreateGPSMONITOR two-section layout; GPS data wired in quick-260401-ihu via KernelStateSnapshot→McduContext pipeline |
| 38 |
GPS MONITOR |
Read-only — no LSK action |
Press any LSK on GPS MONITOR. No navigation occurs. Page remains on GPS MONITOR (all keys return NoOp) |
PENDING |
— |
VB6 CreateGPSMONITOR has no ProcessGPSMONITOR with navigation |
| 39 |
REGION |
Warning page with YES/NO buttons |
REGION page shows "" in red at title. Rows 02-05 show warning text about regional settings. Row 08 shows "" on right (R4) |
PENDING |
— |
VB6 CreateREGION: red WARNING, YES/NO buttons — NOT a region selector list |
| 40 |
PROG POS RPT |
Column structure matches VB6 |
PROG POSITION REPORT shows: title "REPORT ", headers OVHD/TO/NEXT with UTC/ALT columns at correct positions (UTC at col 15, ALT at col 20), DEST section at rows 12-13 |
PENDING |
— |
VB6 CreatePROG_Position_Report: col 15 for UTC, col 20 for ALT, row 12 DEST header |