Suppose we have an A software system to make a decision (Day off) based on two Inputs as shown below: The Temperature in

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Suppose we have an A software system to make a decision (Day off) based on two Inputs as shown below: The Temperature in

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply