Automation TestingTechnologyTesting
API testing is crucial to companies. In this blog, we will share the basic procedure of working with SoapUI. Let us start by understanding the basic requirements and how to set up a SoapUI in the machine. Once done, we will navigate towards a sample project structure. Basic Requirements Before starting with the SoupUI tool, consider […]
Connected TVMedia & EntertainmentProduct Engineering
Brands foraying into Smart TV space need to provide a superior user experience for better recall and engagement as there has been a great increase in Smart TV content consumption. So, why are Smart TVs becoming popular? Content consumption patterns are changing with the arrival of Smart TVs. This is definetely because of the features […]
Automation TestingFront End DevelopmentManual Testing
As you might be aware, API stands for Application Program Interface. As the name suggests, it acts like an interface between the user and the application. APIs are mainly responsible for the data exchange services between the two different software. Software testing is complicated and challenging. It is therefore essential to understand best practices and […]
Automation TestingManual TestingTechnology
The first and foremost step of testing in the testing life cycle is “Test Planning”. Test planning helps to set up a roadmap for testing. Testing roadmap is planned by an experienced person with 5-8 years of experience as it is one of the key factors in delivering bug-free products. After completion of test initialization and finalization […]
Automation TestingSoftware developmentTechnology
BASICS OF JMETER Apache Jmeter is an open source testing software. Jmeter is 100% pure Java desktop application used for performance testing and evaluating the overall system performance under different loads. Jmeter is easy to use and can be downloaded for free of cost. It can work with many types of tests categories such as load, […]
Testing in Production (TiP) means to perform various tests in a production state or live environment. It helps you to focus on few areas of the functionalities used in the application that usually remains unscripted. Testing in Production is not only important but also critical as it allows testers to detect bugs in the real world scenarios […]
Continuous Delivery is the methodology or a software strategy where code changes are automatically built, tested, and prepared for a release to production. Continuous Delivery makes the code deployment possible at any time by a single click. Continuous Delivery takes care of the testing process before each deployment in any environment. It first runs the […]
Manual TestingTechnologyTesting
What is Software Testing Metrics? Software testing metrics provide quantitative approach to measure the quality and effectiveness of the software development and testing process. It helps the team to keep a track on the software quality at every stage in the software development cycle and also provides information to control and reduce the number of […]
Apache JMeter, an open-source product developed in Java used to perform load testing of web applications and simulate user load with various parameters like a real-life scenario. There were few use cases that I came across while performing load testing on my project. These are simple and often very helpful in performing tests on daily […]