Shift-Left Testing

Shift-Left Testing is an approach to software testing that emphasizes early and continuous testing throughout the software development lifecycle, with the goal of detecting and fixing defects as early as possible. The term “shift-left” is derived from the concept of moving testing activities earlier in the development process. Traditionally, software testing has been performed towards… Continue reading Shift-Left Testing

Compatibility testing

Compatibility testing is a type of software testing that is performed to ensure that the software works correctly across different hardware, software, operating systems, and configurations. The goal of compatibility testing is to identify any compatibility issues that may arise when the software is used in different environments. This includes testing the software on different… Continue reading Compatibility testing

Load Testing

Load testing is a type of performance testing that is used to test the performance of a software application under a heavy workload or high traffic conditions. The goal of load testing is to identify any performance issues, bottlenecks or limitations in the software application before it is deployed to production. During load testing, the… Continue reading Load Testing

API and Services Test Automation

API and services test automation involves using tools and scripts to automate the testing of application programming interfaces (APIs) and web services. This type of testing is often used to verify the functionality, reliability, and performance of these critical components of modern software applications.  The primary goal of API and services test automation is to… Continue reading API and Services Test Automation

Test sigma and Testing Whiz

Testsigma is a cloud-based test automation platform that allows software testing teams to create, execute and manage automated tests for web, mobile, and desktop applications. It offers a codeless testing approach where users can create test cases using natural language, making it easy for non-technical team members to create and run automated tests.  Testsigma uses… Continue reading Test sigma and Testing Whiz

Equivalence Partitioning and Boundary Value testing

Boundary testing  Boundary testing is the process of testing between extreme ends or boundaries between partitions of the input values.  So, these extreme ends like Start- End, Lower- Upper, Maximum-Minimum, Just Inside-Just Outside values are called boundary values and the testing is called “boundary testing”.  The basic idea in normal boundary value testing is to… Continue reading Equivalence Partitioning and Boundary Value testing

Wave

In NetSuite, a “Wave” refers to a group of sales orders or transfer orders that are combined and processed together for fulfillment in the warehouse. This allows businesses to optimize their order fulfillment process and increase efficiency. Creating a wave in NetSuite: Create a new wave: To create a new wave, go to Transactions >… Continue reading Wave

Performance Testing

Performance testing is a type of software testing that evaluates how well a system performs under a specific workload. The objective of performance testing is to identify performance-related bottlenecks and issues in the system and to determine how the system performs under different levels of load. Performance testing can be used to evaluate different aspects… Continue reading Performance Testing