NodeList Test Page

Source image Reference image
Test results
Initiate Test Purpose Test Result Comments
Get a list of children and display the count NA The expected number of children of the fleet is 6
Append an item to the node list and display the count NA Passed if the count of the NodeList is 7. The list should contain the 6 planes in the fleet and one other node.
get item and display item and display count NA Expecting to find plane 1 of 6 as the first item in the list.
remove item from node list and display count NA Expecting the list to have 5 items and plane 1 of 6 to have been removed.