Automation TestingTesting

Automation Testing

INTRODUCTION Software Testing is a technique to verify if the actual product meets expected requirements and ensure that the product has zero defects. There are two types of testing- Manual and Automated. Manual test cases are applied manually by a tester without using any automated tools. Manual testing aims to recognize the software application’s bugs, […]

Kritika Sahni
Kritika Sahni
Read

HybridMobilityTesting

Flutter Test Coverage

As a good practice we should always write unit tests while writing the code for a software. Next, it is important to measure that the test we write is enough for our code or not, as per our coverage criteria. We leverage a few tools, discussed below, that check which lines of the codes are […]

Software developmentTesting

API Request and Response chaining using Postman

API API stands for Application Programming Interface which works as an intermediary between two applications to serve the request and responses. APIs are developed to speed up the functionality and request response mechanism for an application.It allows to add functionality from other providers to the existing system, it can be different sources of information, verification […]

Software developmentTesting

API Request and Response chaining using Postman

What is an API? API stands for Application Programming Interface which works as an intermediary between two applications to serve the request and responses. APIs are developed to speed up the functionality and request response mechanism for an applications.It allows to add functionality from other providers to the existing system, it can be different sources […]

AgileManual TestingTesting

How To Write A Better Bug Report

Bug Reporting is a very major & important part of the software testing. In Software Testing, Bug reporting is referred as the reporting of issues observed by the tester to the developer so that it should be fixed at the earliest. The bug report comes into picture when the QA’s completes the test cases execution […]

Automation TestingTesting

Automating Test Cases Using Selenium

Software testing is a technique which is used to ensure the proper functioning of the requirements by comparing the actual results with the expected results. To do so, we can use test scripts or use any automation testing tool like Selenium. With growing competition between IT companies, organizations are now focusing on increasing the efficiency […]

Automation TestingTesting

Rest Assured Framework

What is API and API Testing? API is abbreviated as Application Programming Interface. It is a computing interface that has a feature of transmitting and exchanging data between two separate software systems. While using applications like Facebook, Google, Twitter, Weather Forecast, we avail information via APIs. APIs are practiced to give access to data from outside […]

Sriyansh Jain
Sriyansh Jain
Read

Automation TestingMobile Automation TestingMobility

Mobile Application Testing

Testing of the mobile application is a method by which an application software system developed for hand-held mobile devices is tested for its practicality, usability, and consistency. Mobile application testing is often an automated or manual variety of testing. Mobile testing aims to verify that every function of the application is working exactly as required. […]

Aadivya Prakash
Aadivya Prakash
Read

AgileManual TestingSoftware development

Best Practices in Agile for QA

Quality Assurance in Software Development is not like testing the product by covering the business requirements but is like what QA process you are implementing and is it generating the ROI. Nowadays in the software industry, the client is always looking for frequent and iterative deployments. If you are a QA person then you are […]