Functional test planning
Transportation
Participate in the development and maintenance of functional test plans that adequately test the defined requirements and functions.
What this bullet means
The employer wants you to understand requirements well enough to test whether the app actually does what it promised.
Sample app idea
Functional Test Plan Builder for transportation features, requirements, expected results, and pass/fail evidence.
Main build outline
- Create requirement records and link each requirement to one or more functional tests.
- Add fields for preconditions, test steps, expected result, actual result, status, and tester notes.
- Build a test run page that lets a user mark pass, fail, blocked, or needs review.
- Add filters for feature area, status, and release.
- Export or print a simple test-plan summary.
Portfolio proof
- Screenshot of requirement-to-test mapping.
- Sample test plan for one transportation workflow.
- README note explaining functional testing versus unit testing.
- Commit showing a requirement change followed by updated tests.
Minimal documentation
- README with the business problem, screenshots, setup notes, and technology stack.
- One requirements note that maps the job bullet to the sample feature.
- One test plan note with happy path, validation, and edge case checks.
- One honest portfolio note that says this is self-directed practice, not employer work.
Modern .NET stack
- Blazor Server or ASP.NET Core Razor Pages.
- C# services with validation and dependency injection.
- SQL Server locally, then SmarterASP SQL Server or Azure SQL.
- Optional Azure App Service, GitHub Actions, Docker, and AI helper feature.