Blog posts about typescript unit testing, regression testing and testing in general
Latest posts
Five Common Misunderstandings About Software Testing
Software testing is an essential step in the software development life cycle (SDLC), ensuring that the product/solution meets the required […]
How to make iframe responsive in WordPress without plugins
We wanted to create an open metrics page for our startup’s progress and share it with everyone. The idea is […]
Automated unit test writing for Typescript
Hi I’m Juha and I just hate writing unit tests. But too often I end up missing the unit tests […]
The Future of Software Testing (and a Short History)
Software testing has always been and will remain as one of the key activities of overall software quality assurance.
Startup metrics to track on a dashboard
We do our best to make Testent fly big time. To make that happen we started to collect data to understand how are we doing.
Unit testing map functions with Jest
Unit testing Javascript/Typescript array map-functions with Jest and an issue when giving only reference of a function to the map-function