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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!