Test Runner
Test Runner Test Runner is a program that runs tests Required features: Run tests in parallel … Read more
I am a software developer based in Europe
I write a blog about topics that interest me most: programming languages in general, TypeScript, testing, writing and other great stuff.
More on about.md • Contact me@kovalevski.net
Get a once-per-week email with my latest content. By subscribing to this newsletter you will also be the first to receive last updates of my eBooks and courses.
Test Runner Test Runner is a program that runs tests Required features: Run tests in parallel … Read more
Test Driven Development The concept of testing that can be describes by idea “tests … Read more
Domain Driven Design Read more
Document Object Model DOM is a programming interface for HTML and XML documents. Links … Read more
Browser Object Model BOM is a browser’s API interfaces Additional objects, provided by … Read more
Behavior Driven Development The concept provides the ability to write test by kind of human … Read more
Arrange in unit test Preparing to acting of tests All errors in this phase are not actually … Read more
Test Doubles Dummy (Dummy Object) doesn’t have any data inside can be empty object {} … Read more
Arrange-Act-Assert AAA is a pattern for structure Unit test Follow the AAA Arrange in unit test … Read more
(Anti-)fragility in testing Test is anti fragile if module’s test is green after … Read more
End-to-End tests End-to-End (e2e) tests are tests that emulate user’s behaviour. Basically, … Read more