What Is Mobile Application Testing?

Mobile application testing is a process through which applications being developed for mobile devices are tested. The main focus is to test the apps for functionality, usability and stability. Mobile application testing is vital for an app’s survival in today’s market. To assure the best possible quality for the end users – the application is… Continue reading What Is Mobile Application Testing?

What is Dynatrace

DynaTrace Software is an Application Performance Monitoring tool (APM) ,Which is widely used nowadays .It comes with advanced features for monitoring Java. Through which we can easily identify the performance of our application. We are using it to discover the existence of abnormalities in CPU Performance, response time, transaction rate, throughput and system usage.It has helped to diagnose… Continue reading What is Dynatrace

What is Katalon Studio?

Katalon Studio is a robust automation tool initially released in January 2015 with a Selenium-based engine. Mostly, Katalon is designed to create and reuse automated test scripts for UI without coding. Katalon Studio allows running automated tests of UI elements, including pop-ups, iFrames, and wait-time. The tool can be launched on Microsoft Windows, macOS, and Linux. Katalon’s main… Continue reading What is Katalon Studio?

What is Appium?

Appium is an open-source framework that allows QAs to conduct automated app testing on different platforms like Android, iOS, and Windows. It automates testing for: Native Mobile Applications that are written using iOS, Android, or Windows SDKs Mobile Web Applications that can be accessed using mobile browsers such as Safari, Chrome, or in-built native browser applications for… Continue reading What is Appium?

General Test Cases for Ecommerce Application

Verify that the user is able to navigate through all the products across different categories. Verify that all the links and banners are redirecting to correct product/category pages and none of the links are broken. Verify that the company logo is clearly visible. Verify that all the text – product, category name, price, and product… Continue reading General Test Cases for Ecommerce Application

Web Application Testing Checklist: Example Test Cases for Website

Usability Testing What is Usability Testing? Usability testing is nothing but the User-friendliness check. In Usability testing, the application flow is tested so that a new user can understand the application easily. Basically, system navigation is checked in Usability testing. What is the purpose or Goal of Usability testing? A Usability test establishes the ease… Continue reading Web Application Testing Checklist: Example Test Cases for Website

What is Cucumber?

Cucumber is an open-source testing framework that supports Behaviour Driven Development for automation testing of web applications. The tests are first written in a simple scenario form that describes the expected behaviour of the system from the user’s perspective. Largely used for acceptance tests, Cucumber is written in Ruby, while the tests are written in Gherkin,… Continue reading What is Cucumber?