Introduction Performance tests can be daunting for the first-timer with little to no experience. Hopefully, this blog will help you to get started. We are going to use a simple open source API https://catfact.ninja/fact. Catfact is one of the most popular free APIs on which a simple performance test will be done. First Steps We … Continue reading Setting up a simple performance test with Jmeter
Android best practices
Every android developers must know how to write code in best possible way. The main purpose of this blog is to create a simple app with architecture adherence, code quality, scalability with high testing code coverage. If you have basic knowledge in Android, then it should be sufficient for understanding. This simple application can be … Continue reading Android best practices