Question: Develop a test plan for your program. Your test plan should have at least three test cases: one normal case, one boundary case, and one

Develop a test plan for your program. Your test plan should have at least three test cases: one normal case, one boundary case, and one abnormal case. You can test any function but you must test at least two different functions. Please use the following format for your test cases: Function: Input: Output: Excepted Output: Pass/Fail: An example test case is shown below: Function: extract_temps (temps) Input: temps = ["1", "NA","5.5"] Excpected Output: [1.0,5.5] Output: [1.0,5.5] Pass/Fail: Pass
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
