Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The course is intended to develop an understanding of the problems associated with the development of significant computing systems (that is, systems that are too large to be designed and developed by a single person, and are designed to be used by many users) and to appreciate the techniques and tools necessary to develop such systems efficiently, in a cost-effective manner. Testing, Bugs, Testing Strategies, Syntax Checking, Inspections, Dry Runs, Black Box Testing, Equivalence Partitioning, B
Typology: Slides
1 / 13
Software Engineering
(The Java compiler does a lot of this in the form of “warnings”.)
(^99) ︸ 100 ︷︷ 101 ︸ lower boundary
upper boundary
if (x > 5) { System.out.println(‘‘hello’’); } else { System.out.println(‘‘bye’’); }
There are two possible paths through this code, corresponding to x > 5 and x ≤ 5. Aim to cause each one to be executed.