Calabash

Calabash is an open-source framework designed for functional testing of mobile apps, specifically supporting both Android and iOS platforms. It enables developers to write and execute automated acceptance tests that validate the functionality of mobile applications. Here’s an in-depth look at Calabash: Features of Calabash Cross-Platform Support: Supports both Android and iOS, allowing for the… Continue reading Calabash

Use Cases for Mabl

Regression Testing Mabl is ideal for regression testing, where the focus is on ensuring that new changes do not introduce bugs into existing functionality. Its self-healing capabilities and intelligent element selection make it particularly effective for this purpose. UI Testing Ensuring a consistent user experience across different devices and browsers is crucial. Mabl’s visual testing… Continue reading Use Cases for Mabl

What is Mabl?

What is Mabl? Mabl is an intelligent test automation platform that leverages machine learning to enhance the testing process. It is designed to simplify the creation, execution, and maintenance of automated tests, enabling teams to deliver high-quality software faster. Mabl integrates seamlessly with existing development workflows, making it a versatile tool for continuous testing. Key… Continue reading What is Mabl?

NetSuite UAT Process | Access Test Cases Through the NetSuite Implementation Interface | NetSuite Implementation

A test case is a set of conditions or variables under which a tester will determine whether the system under test satisfies requirements or works correctly. It is very import that you capture the results of your assigned test cases. Notes: • NetSuite Implementation Team role is required to access the test cases. • It… Continue reading NetSuite UAT Process | Access Test Cases Through the NetSuite Implementation Interface | NetSuite Implementation

Creating Requests – Postman

Creating requests in Postman is a fundamental part of using this powerful tool for API testing and development. Here’s a step-by-step guide to creating requests in Postman: Creating Requests in Postman Open Postman: Launch the Postman application. Create a New Request: Click on the “New” button in the top left corner. Select “Request” from the… Continue reading Creating Requests – Postman

Mocha.js – JavaScript testing framework

Mocha.js is a popular JavaScript testing framework that runs on Node.js and in the browser, making it easy to write and run tests for your applications. It supports both synchronous and asynchronous testing, and provides a simple, flexible interface for organizing tests using the describe and it functions. Mocha is highly extensible, allowing integration with… Continue reading Mocha.js – JavaScript testing framework

Desktop Application testing, Client-Server Application Testing and Web

Desktop Application Testing, Client-Server Application Testing, and Web Application Testing differ primarily in their environments, architectures, and testing methodologies. Desktop Application Testing: Environment: Desktop applications run locally on a user’s computer without the need for a network connection. Architecture: They typically have a single-user interface and interact directly with the operating system and hardware. Testing… Continue reading Desktop Application testing, Client-Server Application Testing and Web

How to categorize test case

Categorizing test cases is a crucial aspect of test case management, aiding in organization, prioritization, and efficiency in the testing process. Here are several reasons why test cases are categorized: Functionality or Feature-based: Grouping test cases based on the functionality or feature being tested helps in understanding which parts of the system are covered by… Continue reading How to categorize test case