Question: Note: 1- Copy and paste are prohibited Suppose we have an A software system to make a decision (Day off) based on two Inputs as
Note: 1- Copy and paste are prohibited Suppose we have an A software system to make a decision (Day off) based on two Inputs as shown below: Temperature in Amman Wind speed Decision 1- The Temperature in Amman input requirement is : 1.1- The temperature input must be integer numbers, between - 15 to 50 2. The Wind Speed input requirement is: 2.1- The wind Speed input must be integer number, between 1 to 200 3. Decision Rules: - If temp, more than 45 and or less than -10, the decision will be Day off. - If Wind speed more than 120, the decision will be Day off. - Else, no Day off. Q# Write a complete set of Black Box test cases using Boundary Value Analysis and Decision Table technique for testing the system above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
