lab challenge

.NET Core C# Challenge: TDD Sphere Volume

Difficulty: Beginner
Duration: Up to 1 hour
Students: 140
Rating: 5/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.

Description

Using Test Driven Development (TDD) practices, complete a partially provided .Net Core 3.1 C# solution, being guided by a set of given xUnit tests. Specifically, you must complete the implementation of a static method that calculates the volume of a sphere for a given radius, ensuring that the solution passes the provided set of xUnit tests.

Prerequisites

  • Basic knowledge of .Net Core C# and xUnit

Intended audience

  • Beginner C# developers

What will be assessed

  • Your ability to perform TDD - complete a .Net Core C# implementation guided by unit tests

Covered topics

Mission

.Net Core C# Challenge