Question: Temperature converter program import java.util.Scanner; import java.lang.ProcessBuilder; import java.util.Scanner; import java.text.DecimalFormat; import java.text.NumberFormat; import java.io.*; public class tempconvtr { /** */ static void pressAnyKeyToContinue() {
1. The functional specification for the Temperature Conversion Program is already given (in another document attached). In the class we created few test cases from that requirements document. In this exercise you will a) Create twenty (20) test cases from Requirements 3 and 4, and 5 and give them in a Word file) as a table (see example below). Be sure to create test cases from the boundary conditions. Test Requirement Input Case No No Expected Output (FronTempTyp, ToTenpTyp, Value) b) Execute ten (10) of those test cases manually and show the observation along with a conclusion for each test case as a table with four columns: Test Case No., Requirement No., observed Output, and Conclusion Conclude whether the test passed or failed for each test casc c) Execute the other ten (10) test cases by writing and running a Windows batch (or Unix/Linux script) file to execute (using simple Windows or Unix/Linux shell commands) the other ten (10) test cases as automatically and output to the test results in an output file The batch file (or the script) must first compile the source code before executing the test cases. Submit the batch/script file and the test rest output file by naming the batch/script as your first initial followed by last name (one word) followed by the extension .bat (windows) or .sh (Unix/Linux). Name the output file as your first iniial last name followed by_output with extension .txt. d) The test cases that failed from part (b) enter a description of the observation in the bug report on MantisBT. You will submit a report from MantisBT and include it with your submission. Name the report file as your first initial last name followed by_report with appropriate extension 1. The functional specification for the Temperature Conversion Program is already given (in another document attached). In the class we created few test cases from that requirements document. In this exercise you will a) Create twenty (20) test cases from Requirements 3 and 4, and 5 and give them in a Word file) as a table (see example below). Be sure to create test cases from the boundary conditions. Test Requirement Input Case No No Expected Output (FronTempTyp, ToTenpTyp, Value) b) Execute ten (10) of those test cases manually and show the observation along with a conclusion for each test case as a table with four columns: Test Case No., Requirement No., observed Output, and Conclusion Conclude whether the test passed or failed for each test casc c) Execute the other ten (10) test cases by writing and running a Windows batch (or Unix/Linux script) file to execute (using simple Windows or Unix/Linux shell commands) the other ten (10) test cases as automatically and output to the test results in an output file The batch file (or the script) must first compile the source code before executing the test cases. Submit the batch/script file and the test rest output file by naming the batch/script as your first initial followed by last name (one word) followed by the extension .bat (windows) or .sh (Unix/Linux). Name the output file as your first iniial last name followed by_output with extension .txt. d) The test cases that failed from part (b) enter a description of the observation in the bug report on MantisBT. You will submit a report from MantisBT and include it with your submission. Name the report file as your first initial last name followed by_report with appropriate extension
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
