GeeksforGeeks » Interview Questions

Microsoft Interview Question about Testing

(2 posts)

Tags:

  1. ms
    guest
    Posted 11 months ago #

    given an application that draws a circle ...you give center coordinates and
    radius, how would you test this application

  2. Doom
    Member
    Posted 11 months ago #

    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.

RSS feed for this topic