Automation TestingTechnologyTesting

API Testing Using SoapUI

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 […]

Richa Kala
Richa Kala
Read

Connected TVMedia & EntertainmentProduct Engineering

7 Tips To Consider While Testing Smart TV Applications

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

5 Things To Know Before You Start API 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 […]

Shreya Agrwal
Shreya Agrwal
Read

Automation TestingManual TestingTechnology

Best Practices for Test Planning

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 […]

Shikha Narang
Shikha Narang
Read

Automation TestingSoftware developmentTechnology

Introduction to JMETER

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, […]

TechnologyTesting

Testing in Production Environment – What, Why and How?

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 […]

Rohit Ojha
Rohit Ojha
Read

AWSDevOpsTechnology

Continuous Delivery Best Practices

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 […]

Shivam Agrawal
Shivam Agrawal
Read

Manual TestingTechnologyTesting

Importance of Software Testing Metrics and 8 Ways to Measure It

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 […]

Mohit Tyagi
Mohit Tyagi
Read

DevOpsTechnologyTesting

Advance Use Case of Load Testing Using JMeter

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 […]