Tutorials and resources on how to apply test automation in software testing
The Apache JMeter is an open source load testing tool developed by the Apache Foundation that can be used to test performance both on static and dynamic resources. It can be used to simulate a heavy load on a server and also some functional testing. JMeter has an open architecture that can be extended with plugins.
You built an API in .NET, put it in production, customers are using it, and now you have promises to keep. Promises related to the API contract and behavior. A good test suite will help you keep those promises by protecting against regressions.
Database testing is one of the areas that might have the smaller number of open source tools. The programming languages have many xUnit tools and mocking frameworks, but this is not the case for databases. This article provides a list of open source tools that can be used to perform unit, load and security testing on several relational (MySQL, Oracle, SQLServer, etc.) and NoSQL databases.
QA had thoroughly tested the new release, performed Unit tests, functional tests and yet… we still crashed. The ultimate goal in development is to make sure the application works for the end users in the production env, not just in QA. This is where load testing and Gatling come in.
In a paperless era, the PDF format has become a de facto standard from creating documents like bank account statements, utility invoices or hotel booking confirmations. This article explores the different ways to automate the testing of PDF documents.
Software development is at an all-time high and testing teams are under a lot of pressure to deliver products faster, but they also need to make sure that those products are of impeccable quality.
There are many approaches to automated testing which let teams optimize an already effective process even further, and integrating datagrids is a great example of this.