Automated testing without the usage of the DDT library is like a cake without the icing – a bit dry. Data-Driven Tests are the most helpful when you want to run test cases with multiple values of variables. Instead of looping through inside a test case, you can use decorators (now the cake parallel doesn’t […]
In this article, I will explain what black-box and white-box testing are and what are their positive and negative aspects.
When talking about web or mobile application development, you cannot miss the importance of software testing. One does not only deploy new functionality before testing it thoroughly. Don’t trust developers (even if they are engineers). There is ALWAYS something to fix or to improve.
A software metric is a measure of software characteristics. Software metrics are valuable for many reasons such as: measuring software performance planning work iterations measuring productivity and different use cases. In the software development process, many metrics are correlated. Software metrics are similar to the four functions of management: Planning Organization Control Improvement. I’d like […]
In this article, I will show how to configure unit testing in a VueJS project. Then, I’ll show you a working example of how you can write tests for your own components.