Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

47 total results found

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 a Chat Bot identify branches for the insertSort function. Assign a tag to for each identified branch.  Present the list of branches with tags. Write the prompt and...

Description of the method

Software Testing - Practical Issues Decision testing

Decision testing belongs to the family of logical coverages, as it's concerned with the values of logical predicates in deciding instructions. The other name for the technique comes from there: predicate coverage. A decision is simply a logical statement that ...

Example - Regula Falsi method

Software Testing - Practical Issues Decision testing

Task 1  The Regula Falsi method is a numerical technique for finding zeros of a continuous function on a given interval. It combines the advantages of the bisection method and the secant method, offering both convergence and the use of information about the s...

Test conditions and coverage items

Software Testing - Practical Issues Decision testing

Sections [krok1] [krok2] [krok3] of the section 9.3.3 from the Textbook Step 1. Identifying the subject and test elements. We have one test element – the Bisection function.   ET1: Bisection   Step 2. Deriving test conditions. Test conditions are basic ...

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), so at least three test cases are needed.When configuring the test environment, we should specify a concrete form of the function f(x), since its values affect the...

Decision testing with MS Copilot

Software Testing - Practical Issues Decision testing

Task 1 (student 1)  Using MS Copilot  identify statements for the RegulaFalsi function. Assign a tag to for each identified statement.  Present the list of statements with tags. Write the prompt and the chatbot answer. Discuss the result.   Does it properly ...

Decision testing with Chat GPT

Software Testing - Practical Issues Decision testing

You can use any other Chat Bot. If you do so, change the page title.   Task 1 (student 1)   Using a Chat Bot identify statements for the RegulaFalsi function. Assign a tag to for each identified statement.  Present the list of statements with tags. Write the...