What is the difference between Latency, Processing Time and Response Time? What is Latency? Latency is the delay incurred in communicating a message (the time the message spends “on the wire”). What is Processing Time? Processing time is the amount of time a system takes to process a given request, not including the time it takes the message… Continue reading Jmeter-Latency and Processing Time and Response Time
Author: Neema Joseph
Automation tools-JUnit and JTest
JUnit JUnit is one of the most popularly used unit testing frameworks. Built to improve upon JUnit 4.x, JUnit 5 is a complete rewrite that provides an extensible Java testing framework that can support many different testing styles. The goal of JUnit 5 is to provide an update that simplifies the testing process while making it… Continue reading Automation tools-JUnit and JTest
Improving The Quality Of Your Qualitative Usability Tests
Qualitative usability testing, also known as qualitative user testing, is a popular UX methodology that can provide rich insights. One of the biggest advantages of qualitative usability tests is that they can be carried out cheaply and quickly. But there are a few things I learned by preparing and conducting my first few qualitative usability… Continue reading Improving The Quality Of Your Qualitative Usability Tests
Performance and Load testing tools
1) LoadNinja LoadNinja by SmartBear allows you to quickly create scriptless sophisticated load tests, reduce testing time by 50%, replace load emulators with real browsers, and get actionable, brower-based metrics, all at ninja speed. You can easily capture client-side interactions, debug in real time, and identify performance problems immediately. LoadNinja empowers teams to increase their test coverage… Continue reading Performance and Load testing tools
Agile Automation Testing
Agile Automation Testing in software development is an approach of using test automation in agile methodologies. The purpose of agile automation testing is to make the software development process more effective and efficient while maintaining the quality and time as well as resource consumption. Thus, the implementation of such a process requires a lot of coordination… Continue reading Agile Automation Testing
STLC (Software Testing Life Cycle) Phases, Entry, Exit Criteria
What is Software Testing Life Cycle (STLC)? Software Testing Life Cycle (STLC) is a sequence of specific activities conducted during the testing process to ensure software quality goals are met. STLC involves both verification and validation activities. Contrary to popular belief, Software Testing is not just a single/isolate activity, i.e. testing. It consists of a series… Continue reading STLC (Software Testing Life Cycle) Phases, Entry, Exit Criteria
HealthCare Domain Testing
Healthcare Domain Testing is a process to test healthcare application for various factors like standards, safety, compliance, cross dependency with other entities, etc. The purpose of healthcare domain testing is to ensure quality, reliability, performance, safety and efficiency of the Healthcare application. Basic knowledge of Health Care Domain The entire health care system is weaved with… Continue reading HealthCare Domain Testing
Stability Testing
Stability Testing is a type of non functional software testing performed to measure efficiency and ability of a software application to continuously function over a long period of time. The purpose of Stability testing is checking if the software application crashes or fails over normal use at any point of time by exercising its full range… Continue reading Stability Testing
What is Agile Methodology?
Agile Methodology meaning a practice that promotes continuous iteration of development and testing throughout the software development lifecycle of the project. In the Agile model in software testing, both development and testing activities are concurrent, unlike the Waterfall model. What is Agile Software Development? The Agile software development methodology is one of the simplest and effective processes to turn… Continue reading What is Agile Methodology?
What is Cookie Testing?
Cookie Testing is defined as a Software Testing type that checks Cookie created in your web browser. A cookie is a small piece of information that is stored in a text file on user’s (client) hard drive by the web server. This piece of information is then sent back to the server each time the… Continue reading What is Cookie Testing?