Implementation Flashcards
(45 cards)
What five things does construction cover?
Software Hardware Networks Documentation Procedure
What is the most straightforward phase of the construction phase?
Development phase
Why do projects fail?
Poor analysis
Poor design
Poor testing
What is the most important activity in construction?
Project management
What do organisations consistently fail to do properly?
Test
What do project managers do?
Plan activities
Manage schedule
Manager budget
Report progress
Project managers track ARI. What does ARI stand for?
Actions, Risks, Issues
What is a common cause of schedule problems?
Scope creep
Why might a schedule change?
Unexpected events
PMO stands for?
Project Management Office
Distributed teams face challenges. Name three.
Logistics
Time zones
Cultural issues
Testing attempt to…
…uncover as many errors as feasible.
Testing is about proving the system is error free. True or Fale?
False.
You cannot find every bug.
What does a test plan define?
The tests to be conducted.
The expected results of tests.
When does testing happen in scrum?
During the sprint cycle.
When does testing happen in waterfall
in blocks of defined activity at specific stages
What are the four types of test?
Unit
Integration
Systems
User Acceptance
What does a unit test focus on?
Single component or class
Which test checks if the components work together properly?
Integration test
What does a system test check
The operation of the system end to end.
What requirements are included in a system test?
Functional and non functional requirements
What is a UAT?
Users test the system does what it was meant to do
What is black box testing?
Tests the functionality of a n application.
What does black box testing NOT look at?
The international structure.