You are on page 1of 2

Design/Analysis – US 464187

Objective:

Description:
As an ASAP user, I would like the system to display a different set of values in Car
Starts field from the Vehicle Attributes edit screen, so that I can appropriately
indicate the starts status for a stock.

Acceptance Criteria
Given that Car Starts can be entered from the Vehicle checkin screen,
When the user navigates to the checkin page,
Then the Car Starts drop-down field should display 3 values for the user to select
from.
Values
None
Starts
Stationary

Notes
Which salvage types will be impacted - Automobiles, Motorcycle, Other and
Snowmobiles
 

Analysis:

List of places where code can be changed


UI (Solution Name and File Name)
Backend (Solution Name and File Name)
Database (Solution Name and File Name)

Debug the code and understand the existing process


Steps on how to debug the code
Did you identify anything more than what User Story mentioned?
 Does my changes will break any other functionality
Identify what other places this change will affect.
Identify the list of places code will be changed (new or existing)
UI (Solution Name and File Name)
Backend (Solution Name and File Name)
Database (Solution Name and File Name)

What code changes you will be doing


Find existing code or write new code.
What will be the exact code change? UI, Backend and Database

Start Coding

Review the existing test case


Review the code
Code review at high level
Debug the code with the reviewer locally.

Unit testing
Based on the test cases
Debug the code with the reviewer locally.

You might also like