Recently Updated Pages
Description of the method
Instruction testing is the simplest of white-box testing techniques. However, it requires a preci...
Test cases
Task 1 section [krok4] of the 9.2.2 without table 9.4 Defining test cases. We must provide suc...
Branch testing with MS Copilot
Task 1 (student 1) Using MS Copilot identify branches for the insertSort function. Assign a t...
Branch testing with Chat GPT
You can use any other Chat Bot. If you do so, change the page title. Task 1 (student 1) Using ...
Branch coverage and unreachable branches
Task 1 For each example from the section "Statement coverage and unreachable code" (Task 1) of ...
Description of the method
9.2.1. Description of the Method The branch coverage criterion (also called edge coverage) requi...
Example - insert sort
Let's reconsider the BubbleSort function from the previous chapter and create test cases for it t...
Test cases
Defining Test Cases.There are three independent exit points from the module (at B2, B5, and B11),...
Test cases
Task 1 section [krok4] of the 9.1.2 Task 2 Source code of the test programm include <stdio....
Statement testing with MS Copilot
Task 1 (student 1) Using MS Copilot identify statements for the insertSort function. Assign a t...
Statement coverage and unreachable code
In this section we will show unreachable errors using the C language. Unreachable statements are ...
Example - insert sort
Task 1 introduction from section 9.1.2 of the Textbook + source code void insertSort(int a[],...
Test conditions and coverage items
Task 2. Derivation of test conditions. The test conditions are executable instructions. Note...
Statement testing with Chat GPT
You can use any other Chat Bot. If you do so, change the page title. Task 1 (student 1) Using...
Basic definitions
[The Textbook, page 89] test condition coverage item test case coverage, test coverage cover...
Example test set construction
AI Chat Boots and equivalence classes
[Example 1] Present the prompt for ChatGPT and MS Copilot to solve the following problem: What ...
Test case creation procedure
Section 8.1.4 from the Textbook (without the example).
Valid and invalid equivalence classes
Add content and analyze the following example: CREATE FUNCTION isEven(integer x) RETURNS boolean...
Incorrect equivalence class division
[write a content here] [Example 1] Perform equivalence partition analysis of the following f...