Stop wrestling with mocks

We devs find it really cumbersome to write mocks for our tests.Hence we built HyperTest that can automatically mock external dependencies and update these mocks as they change. Devs have to never writ...
0 Read More

Why Bad Code Is a Luxury

I've been thinking a lot lately about this persistent myth in software development that writing clean code and thorough tests is somehow a luxury - something only big, well-funded teams can afford to ...
0 Read More

How to Use AI in Performance Testing

How to Use AI in Performance Testing
When running performance tests, you might find it challenging to validate different performance parameters like response times, throughput, and resource utilization. Such evaluations can be complicate...
0 Read More

What tests to write for React

What tests to write for React
This article explores what tests you should be writing for your web applications. Inspired by Igor Luchenkov's insightful talk at React Advanced London and drawing on wisdom from industry experts, we'...
0 Read More