Welcome to SWE 637 Software Testing Jeff Offutt

  • Slides: 10
Download presentation
Welcome to SWE 637 Software Testing Jeff Offutt

Welcome to SWE 637 Software Testing Jeff Offutt

Learning Objectives • Students will become better testers – Knowledge and skills for creating

Learning Objectives • Students will become better testers – Knowledge and skills for creating high-quality tests at all levels • Students will become better programmers – More aware of potential problems in software – Knowledge and skills for creating high-quality developer tests • Students will become better engineers – A quality-first engineering mindset – Know how to both program (synthesis) and test (analysis) in a seamless, unified manner • Students will become better thinkers 26 -Nov-20 – Encouragement to approach software problem solving in logical, analytical ways © Offutt 2

Class Overview • Class URL : http: //www. cs. gmu. edu/~offutt/classes/637/ • Contact info,

Class Overview • Class URL : http: //www. cs. gmu. edu/~offutt/classes/637/ • Contact info, TA • Objective : How to design effective tests, both at the unit and system level • Readings : Posted in schedule • Quizzes : Weekly, first 10 -15 minutes of class – One retake allowed, max 80%, retake grade counts – Replaces traditional midterm exam • Assignments : Almost weekly – Due on paper at the beginning of class • Final : Comprehensive closed-book 26 -Nov-20 © Offutt 3

Balance of Material 1. State-of-practice (what we do) – – 10%-30% Varies by company

Balance of Material 1. State-of-practice (what we do) – – 10%-30% Varies by company 2. State-of-art (what we know) – 40%-60% 3. Science Fiction (Probably coming soon) – 25% 4. Fantasy (Never meets reality—unrealistic assumptions) – – 26 -Nov-20 5% This is fun and will help improve your thinking © Offutt 4

Prerequisites • SWE 619 or (CS 540 & CS 571 for CS major) –

Prerequisites • SWE 619 or (CS 540 & CS 571 for CS major) – Discrete math and programming, OO concepts (type theory and contracts) – General software engineering • Intent : Prerequisites define what you need to know before taking a class to succeed in the class • Not knowing that material means you are taking the class “at risk” – That is your responsibility • GMU’s registration system lets you register for any SWE class Please do not ask if you “can take the class without the prerequisites” You can, but I have to advise against it. 26 -Nov-20 © Offutt 5

Textbook Goal Get the math right first, so that we can make the concepts

Textbook Goal Get the math right first, so that we can make the concepts clear and simple • Book focuses on test design and other technical aspects of testing software – Assumes readers are programmers and know discrete math • Traditional books treat testing in terms of the lifecycle – Unit testing, integration testing, system testing, … – Our book starts with structures that can describe software artifacts at any level, then criteria based on those artifacts http: //www. cs. gmu. edu/~offutt/softwaretest/ • Instead of how testing is done, we cover testing 26 -Nov-20 © Offutt 6

Textbook Note The authors donate all royalties from sales of the book to The

Textbook Note The authors donate all royalties from sales of the book to The Software Engineering Scholarship Fund at GMU We do not use any funds generated from sales of our book personally 26 -Nov-20 © Offutt 7

Schedule • URL : http: //www. cs. gmu. edu/~offutt/classes/637/sch ed. html • No class

Schedule • URL : http: //www. cs. gmu. edu/~offutt/classes/637/sch ed. html • No class on Labor Day • Please read chapters before class • Slides and assignments posted before class – If I update slides from what’s posted today, I will add a “new” image to the schedule • Handouts and notes are there for your benefit 26 -Nov-20 © Offutt 8

Discussion Board Use • SWE 637 uses Piazza – https: //piazza. com/gmu/spring 2018/swe 637/home

Discussion Board Use • SWE 637 uses Piazza – https: //piazza. com/gmu/spring 2018/swe 637/home – You should have gotten an invitation today – If not, check your Mason email or check with me • Joining the discussions will count your participation grade • Questions should be posted to an appropriate thread – Answered by instructor or TA – Questions and answers available for all to see 26 -Nov-20 © Offutt 9

 • • Grading Policy 15% : Participation (discussion board & in class) 20%

• • Grading Policy 15% : Participation (discussion board & in class) 20% : Homework assignmentss 30% : Quizzes 35% : Final – closed book, in class, comprehensive • > 90% : definitely an A or A- (possibly slightly lower) • > 80% : definitely a B or A (possibly slightly lower) • > 70% : definitely a C, B or A (possibly slightly lower) 26 -Nov-20 © Offutt 10