Testing Websites with Selenium
A Guide to Writing Easy To Read and Maintain Parallel Tests
Aug 25, 20219 min read2.3K
Search for a command to run...
Articles tagged with #testing
A Guide to Writing Easy To Read and Maintain Parallel Tests
Bogus is a .Net library for generating test data that uses the datasets of faker.js. This goes a few steps beyond simply accessing random entries from a collection and using them in a test. Bogus facilitates writing generators with complex rulesets t...