This document discusses improving automated tests with Fluent Assertions. It covers supported frameworks like MSTest, NUnit, and XUnit. Common assertions are described for strings, numbers, dates, collections, and JSON. Assertions can be batched into scopes. Similar libraries exist for Java (AssertJ), Python (Fluentcheck, Assertpy) and JavaScript (Chai).