4 4 votes A software was tested using the error seeding strategy in which 20 errors were seeded in the code. When the code was tested using the complete test suite, 16 of the seeded errors were detected. The same test suite also detected 200 non-seeded errors. What is the estimated number of undetected errors in the code after this testing? 4 50 200 250 IS&Software Engineering gateit-2004 is&software-engineering error-detection normal + – Ishrat Jahan 5.4k views answer comment Share Follow Print See 1 comment 1 1 comment reply P0535_Yedidyah_Sagar commented Sep 22, 2025 reply Follow flag Out of syllabus 0 0 replyShare Please log in or register to add a comment.
Best answer 10 10 votes estimated no of undetected errors in the code after testing=n(S-s)/s=200*(20-16)/16=50... n=no of defects be found by testingS=total no of seeded errorss=defects found during testing Aditya answered Nov 21, 2014 • selected Jan 30, 2015 by ankitrokdeonsns Aditya comment Share Follow See all 2 Comments 2 2 Comments reply Vishal Goyal commented Jun 17, 2017 reply Follow flag quesstion is quite confusing 1) what is meant by error seeding strategy 2)what is mean by complete test suite 3) whaat is meant by seeded errors and non seeded errors (i think it is no of error bits detected and no of bits that are not errors ) 4) how did u calculate that What is the estimated number of undetected errors in the code after this testing 0 0 replyShare Yashaswini Vanaja commented Dec 3, 2017 reply Follow flag is it a formula? 0 0 replyShare Please log in or register to add a comment.
2 2 votes Correct Answer: $B.$ $50$ Test suite detects 16 seeded errors with 200 non-seeded errors. Total seeded errors = 20. So, When test suite detects 20 errors it will detect = (200/16)*20 = 250 non-seeded errors. Thus, estimated number of undetected errors in the code = (250 - 200) = 50. Naveen Kumar 3 answered Nov 19, 2019 Naveen Kumar 3 comment Share Follow 0 reply Please log in or register to add a comment.