Question: Software assurance quality and testing help me with this please 1. (12 points) For below program coded by C programing language, answer the following questions.
1. (12 points) For below program coded by C programing language, answer the following questions. int Add(int a, int b) { intc; c=a+b; return c; } Q1: Present the definitions of stub module and driver module in unit testing. (4 points) Q2: Depict a simple unit testing environment. (4 points) Q3: Design a driver module for function Addo (4 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
