1 / 5

Exercise 6 Testing

Exercise 6 Testing. Exercise - Testing. The PDR document , The FTP document. Correctness Proof. Correctness proof for k = 0; g = 1; while ( n  k ) { k = k + 1; g = g * n; }. Correctness Proof (Cont’d). Draw a flow diagram, Any assumptions? Assessments, Loop invariant ,

Télécharger la présentation

Exercise 6 Testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Exercise 6 Testing

  2. Exercise - Testing • The PDR document , • The FTP document.

  3. Correctness Proof • Correctness proof for • k = 0;g = 1; while ( n  k ){ k = k + 1; g = g * n;}

  4. Correctness Proof (Cont’d) • Draw a flow diagram, • Any assumptions? • Assessments, • Loop invariant , • Prove by induction.

  5. Exercise 6 Testing The End

More Related