Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alelom authored Feb 1, 2024
1 parent a4d0b52 commit 336215f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BHoM Testing

BHoM allows to create tests of several types. We mainly distinguish between Unit/Functional Tests and Data-Driven Tests. This section explains in detail how to write Unit/Functional Tests for BHoM in Visual Studio. For Data-Driven Tests, please refer to [their page](./Data-Driven-Tests); among other things, in this page you will also find [a section dedicated to their comparison](#unit-tests-vs-functional-tests-vs-data-driven-tests).
BHoM allows to create tests of several types. We mainly distinguish between [Unit Test](https://en.wikipedia.org/wiki/Unit_testing)/[Functional Tests](https://en.wikipedia.org/wiki/Functional_testing) and [Data-Driven Tests](https://en.wikipedia.org/wiki/Data-driven_testing). This section explains in detail how to write Unit/Functional Tests for BHoM in Visual Studio. For Data-Driven Tests, please refer to [their page](./Data-Driven-Tests); among other things, in this page you will also find [a section dedicated to their comparison](#unit-tests-vs-functional-tests-vs-data-driven-tests).

The main sections of this page are:

Expand Down

0 comments on commit 336215f

Please sign in to comment.