Implementation Flashcards
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