Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
218 views
by
Consider a simple program that takes a string as an input that is ten characters long.

2 Answers

0 like 0 dislike
by New User (11 points)
I have yet to see an enterprise application of any significant complexity that had sufficient test automation. I've seen huge test suites with great code coverage metrics. Most of those had such atrocious run times that they were nearly unusable.
0 like 0 dislike
by Contributing Tester (16 points)

In your case, where a simple program that takes a string as an input that is ten character long, I would run the following test cases to ensure that its testing is done and is working as per the needs;

  • Test with 10 characters
  • Test with no input
  • Test with 1 character
  • Test with 11 characters
  • Test with 10 numbers
  • Test with special characters

That should be enough.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...