Author name: Rahnuma Tasnim

Rahnuma is a technical content writer at software testing stuff. A software engineer by degree and a dynamic content creator by passion, she brings to table over 3 years of writing experience in tech niche. Combining her enthusiasm for writing and technology, she loves to share her thoughts on the latest tech trends.

Test Director

It is a Global Test Management tool, the industry’s first global test management solution. It helps organizations deploy high-quality applications more quickly and effectively. It has four modules: – Requirements– Test Plan– Test Lab– Defects These modules are seamlessly integrated, allowing for a smooth information flow between various testing stages. The completely Web-enabled TestDirector supports high levels of communication

Test Director Read More »

Testing ActiveX Controls using QuickTest Professional

Many applications include ActiveX controls developed with third-party vendors. You can use the QuickTest Professional ActiveX Add-in to test ActiveX controls. You can create and run software tests and components on these controls, as well as check their properties. QuickTest Professional supports Software Testing on ActiveX controls in any application. Dialog(“ActiveX Calendars”).ActiveX(“SMonth Control”).WinComboBox(“ComboBox”).Select “May” Set ButDesc = Description.Create ButDesc(“ProgId”).Value = “Forms.CommandButton.1” ButDesc(“Caption”).Value =

Testing ActiveX Controls using QuickTest Professional Read More »

How to do Integration Testing – writing Integration Testing test cases

Integration Testing is a four step procedure. Below are the steps for creating integration test cases: 1. Identify Unit Interfaces: The developer of each program unit identifies and documents the unit’s interfaces for the following unit operations: – External inquiry (responding to queries from terminals for information)– External input (managing transaction data entered for processing)– External

How to do Integration Testing – writing Integration Testing test cases Read More »

Regression Testing

Regression Testing: Definition, Tools, Method and Example

Regression testing is a crucial aspect of software development that ensures the stability and reliability of an application after making changes or updates. This involves retesting previously tested functionalities and ensuring that any new modifications don’t have unintended consequences.  Test teams can catch potential issues and fix them before they reach end users, reducing the

Regression Testing: Definition, Tools, Method and Example Read More »

Software Testing as a Continuous Improvement Process

Software life cycle testing means that testing occurs in parallel with the development cycle and is a continuous process. The software testing process should start early in the application life cycle, not just in the traditional validation testing phase after the coding phase has been completed. Testing should be integrated into application development. In order

Software Testing as a Continuous Improvement Process Read More »

Client-Server Testing

Demystifying Client-Server Testing: A Comprehensive Guide On Client Server Testing

In software testing, understanding the intricacies of client-server testing is crucial. This form of testing plays a pivotal role in ensuring the smooth functioning of applications that follow the client-server architecture. This article aims to shed light on the concept of ‘Client-Server Testing,’ its advantages, disadvantages, types, techniques, and tools. We’ll also delve into an

Demystifying Client-Server Testing: A Comprehensive Guide On Client Server Testing Read More »

Scroll to Top