GeeksforGeeks » Interview Questions
Microsoft Interview Question about Testing
(2 posts)-
given an application that draws a circle ...you give center coordinates and
radius, how would you test this application -
check if it draws a circle of zero radius
check what if we give negative values
check what if we give a very large radius value
check what if we give center coordinates outside the range (say the screen size). How would the circle appear?
So basically check for all sorts of input values.
any other suggestions?
Reply
You must log in to post.