This year one of the goals is to learn React. First of all its the language the developers in my team use for the frontend so it comes in handy to know something about it. Secondly I find out that doing test automation would be a lot easier to have some basic knowledge about programming. After learning some basic JavaScript it is time to diving into the worls of React. In this series of articles, […]
read moreCategory Archives: Programming
Mutation testing: when your test fail it is good ? – Part 1
We all know the feeling. Writing tests for hours, running them and they all went red. Disappointment, debug the tests , start all over again. But what if the test is successful if it is failing, what if the color red make us happy? This is what mutation testing is. Although the goal is not to make our test red but a failing test is a successful test from the point of Mutation testing. So […]
read more