Skip to content

inammar/Warehouse-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse Box Analysis – QA-Oriented Project (C#)

This project is a C# console application developed in Visual Studio, focused on testing and validating warehouse box data processing logic.

Project Goal

The goal of this project is to simulate real-world data validation and analysis scenarios by:

  • Verifying correctness of input data

  • Testing business logic related to box properties

  • Validating calculations and filtering behavior

Tech Stack

  • C#

  • .NET Console Application

  • Visual Studio

Test Data

Test data is stored in a .txt file and represents warehouse box records with the following attributes:

  • Material type

  • Length, width, height

  • Maximum weight capacity

  • Maximum stacking limit

QA Focus Areas

✅ Data Validation

  1. Verifies that input data is correctly read and parsed from file

  2. Ensures all required fields are present and properly formatted

✅ Functional Testing

  1. Confirms correct identification of the box with the maximum weight capacity

  2. Validates shelf height calculation logic based on box dimensions

  3. Ensures correct handling of stacking constraints

✅ Filtering & Sorting Logic

  1. Tests filtering of boxes by material type

  2. Verifies sorting by maximum weight capacity

  3. Ensures filtered results are accurate and complete

✅ Output Verification

  1. Validates that all results are correctly displayed in the console

  2. Confirms consistency between input data and output results

Example Test Scenarios

  1. Validate correct parsing of box data from input file

  2. Verify maximum weight box is correctly identified

  3. Check if shelf height calculation is accurate

  4. Test filtering by different material types

  5. Confirm sorting order is correct

Output

All test results and processed data are displayed in the console, allowing easy verification of:

  • Full dataset

  • Filtered results

  • Calculated values

About

Accounting of warehouse containers

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages