Suppose we have an A software system to make a decision (Day off) based on two Inputs as shown below:
The Temperature in Amman input requirement is :
The temperature input must be integer numbers, between -15 to 50
The Wind Speed input requirement is:
The wind Speed input must be integer number, between 1 to 200
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.
Suppose we have an A software system to make a decision (Day off) based on two Inputs as shown below: The Temperature in
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am