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.

CSTE Sept 16th 2006

CSTE Sept 16th 2006 Part 1 – Objective – 50 Questions – 45 Min.Part 2 – Subjective – 10 Questions – 75 Min.Part 3 – Objective – 50 Questions – 45 Min.Part 4 – Subjective – 10 Questions – 75 Min. Objective Questions 1. As a general rule, __________ measures are much more important.a. Subjectiveb. Objective2. If the measurement taken by […]

CSTE Sept 16th 2006 Read More »

task based software Testing

Task-Based Software Testing

Once in a Software Testing conference held in Banglore, India, the topic of discussion was “How to test software’s impact on a system’s mission effectiveness?” Mostly customers want systems that are: – On-time– Within budget– That satisfy user requirements– Reliable Latter two concerns (out of above four) can be refined into two broad objectives for

Task-Based Software Testing Read More »

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 »

Scroll to Top