Question: 2. Please identify the test cases for the following code segment using basis path testing: Procedure SaleSalary (n: integer, key, task: array[1..n] of integer, name:
2. Please identify the test cases for the following code segment using basis path testing: Procedure SaleSalary (n: integer, key, task: array[1..n] of integer, name: array[1..n) of string, level : integer, personname: string) var j, salary: double; promotion : double begin salary := 0; i:= 0; personname := null; while (i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
