Skip to main content

Recently Updated Pages

Description of the method

Software Testing - Practical Issues Statement testing

Instruction testing is the simplest of white-box testing techniques. However, it requires a preci...

Updated 1 month ago by Paweł

Test cases

Software Testing - Practical Issues Branch testing

Task 1  section [krok4] of the 9.2.2 without table 9.4 Defining test cases. We must provide suc...

Updated 1 month ago by Serafin

Branch testing with MS Copilot

Software Testing - Practical Issues Branch testing

Task 1 (student 1)   Using MS Copilot  identify branches for the insertSort function. Assign a t...

Updated 1 month ago by Dariusz Wiącek

Branch testing with Chat GPT

Software Testing - Practical Issues Branch testing

You can use any other Chat Bot. If you do so, change the page title. Task 1 (student 1)  Using ...

Updated 1 month ago by Sebastian

Branch coverage and unreachable branches

Software Testing - Practical Issues Branch testing

Task 1  For each example from the section "Statement coverage and unreachable code" (Task 1) of ...

Updated 1 month ago by Pienkowski

Description of the method

Software Testing - Practical Issues Branch testing

9.2.1. Description of the Method The branch coverage criterion (also called edge coverage) requi...

Updated 1 month ago by Grzegorz

Example - insert sort

Software Testing - Practical Issues Branch testing

Let's reconsider the BubbleSort function from the previous chapter and create test cases for it t...

Updated 1 month ago by Mariia

Test cases

Software Testing - Practical Issues Decision testing

Defining Test Cases.There are three independent exit points from the module (at B2, B5, and B11),...

Updated 1 month ago by Bartłomiej Krówka

Test cases

Software Testing - Practical Issues Statement testing

Task 1 section [krok4] of the 9.1.2 Task 2 Source code of the test programm include <stdio....

Updated 1 month ago by ds

Statement testing with MS Copilot

Software Testing - Practical Issues Statement testing

Task 1 (student 1) Using MS Copilot  identify statements for the insertSort function. Assign a t...

Updated 1 month ago by js

Statement coverage and unreachable code

Software Testing - Practical Issues Statement testing

In this section we will show unreachable errors using the C language. Unreachable statements are ...

Updated 1 month ago by Karol

Example - insert sort

Software Testing - Practical Issues Statement testing

Task 1 introduction from section 9.1.2 of the Textbook + source code void insertSort(int a[],...

Updated 1 month ago by Natalia Filak

Test conditions and coverage items

Software Testing - Practical Issues Statement testing

    Task 2. Derivation of test conditions.  The test conditions are executable instructions. Note...

Updated 1 month ago by Viktoriia Kaspryk

Statement testing with Chat GPT

Software Testing - Practical Issues Statement testing

You can use any other Chat Bot. If you do so, change the page title. Task 1 (student 1)   Using...

Updated 1 month ago by dw

Basic definitions

Software Testing - Practical Issues Introduction

[The Textbook, page 89] test condition coverage item test case coverage, test coverage cover...

Updated 1 month ago by Grzegorz Dec

Example test set construction

Software Testing - Practical Issues Domain equivalence classes

Updated 2 months ago by Grzegorz Dec

AI Chat Boots and equivalence classes

Software Testing - Practical Issues Domain equivalence classes

[Example 1] Present the prompt for ChatGPT and MS Copilot to solve the following problem: What ...

Updated 2 months ago by Grzegorz Dec

Test case creation procedure

Software Testing - Practical Issues Domain equivalence classes

Section 8.1.4 from the Textbook (without the example).

Updated 2 months ago by Grzegorz Dec

Valid and invalid equivalence classes

Software Testing - Practical Issues Domain equivalence classes

Add content and analyze the following example: CREATE FUNCTION isEven(integer x) RETURNS boolean...

Updated 2 months ago by Grzegorz Dec

Incorrect equivalence class division

Software Testing - Practical Issues Domain equivalence classes

[write a content here]   [Example 1] Perform equivalence partition analysis of the following f...

Updated 2 months ago by Grzegorz Dec