Computer Science, asked by aabbaan4702, 2 days ago

Suppose a printer could only print pages from 1-99. Which of these is a best test design to test the number of pages it could print?

Answers

Answered by halundearnav
0

Answer:

Start from 1 page, then upto 99...

Answered by shilpa85475
0

Only the valid boundary values 1 and 99 and nothing in between.

Explanation:

In this, the boundary value testing is done.

The border values of pages 1 to 99 will be the best design to test the number of pages in the document.

It is a Black-Box testing technique that is mainly used to check the errors at the boundaries of an input domain.

The name comes from the Boundary, which means the limits of an area.

So, it has its focus on testing both valid and invalid input parameters for a given range of software components.

Similar questions