while all this is fine, the basic test case that each point on the circle is at a distance of r from the centre becomes first functional test case.
what would be non-functional test cases eg. to check on different dpi/screen sizes etc Best Regards Ashish Goel "Think positive and find fuel in failure" +919985813081 +919966006652 On Fri, Jun 3, 2011 at 2:57 AM, Don <[email protected]> wrote: > Are we drawing a circle on the screen? > > In addition to Harshal's suggestions, try putting the center off the > screen, but have part of the circle on the screen: > > x=-10 > y=-20 > r=100 > > Don > > On Jun 2, 9:19 am, Ashish Goel <[email protected]> wrote: > > Given a function to draw a circle with input paramters as co-ordinates of > > centre of the circle and r is the radius of the circle. > > How will you test this function, what will be additional non-functional > > test cases > > > > Best Regards > > Ashish Goel > > "Think positive and find fuel in failure" > > +919985813081 > > +919966006652 > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
