My Test Plan Trevor Phillips. What I’ve Done Not much… Downloaded files I am testing Getting my tester over the weekend William’s code compiles and looks.

Slides:



Advertisements
Similar presentations
Word List A.
Advertisements

Free-Writing Written and compiled by Miss Dana Shaaban.
Tips for Managing Workplace Stress
The Hi-Lo Game by Trevor.  Through code and the process, I learned that this code is very basic. The structure of the code is not that long.
My name is Luka I live on the second floor I live upstairs from you Yes I think you've seen me before.
The Adventures of Interest Ray Pleased to meet you! I'm Interest Ray, and I'm a special person at a bank or credit. I'm the reason that saving your money.
The Five Languages of Apology. Forgive and Forget: Is it possible to do both?
DYNAMITE!! Guerrero Geckos. I came to test, test, test, test I’m gonna give it all my best, best, best, best Go to bed early and get my rest, rest, rest,
{ Dominion - Test Plan Version 1 – 22 nd Apr Aravind Palanisami.
I’m made of wax. Larry, what are you made of? By Chris Mouse.
LIKE Form & Usage. o Example: I like my coffee black with one sugar. On Sundays, I like hanging out with friends. After this class, I ’ d like to go for.
When the race is nearly done, And I feel I can’t go on,
(Quickly) Testing the Tester via Path Coverage Alex Groce Oregon State University (formerly NASA/JPL Laboratory for Reliable Software)
Feedback from the participants of the Cam23 Web 2.0/social media programme ANDY PRIESTNER CELINE CARTY.
Bug Session Two. Session description In this session the use of algorithms is reinforced to help pupils plan out what they will need to program on their.
Christopher Szymanski 5 th Hour Career Tech Foundations.
Classroom Tips and Tricks
© 2011 wheresjenny.com. Alan: Does it take you long to style your hair? It looks really good. Lucy: Thank you! Alan: So, I heard you like country music.
Terms: Test (Case) vs. Test Suite
Scenario testing Tor Stålhane. Scenario testing – 1 There are two types of scenario testing. Type 1 – scenarios used as to define input/output sequences.
1 Welcome to CS 362 Applied Software Engineering Dr. Alex Groce (KEC 3067) Testing, debugging, running programs Design for testability Implementation (actual.
MODAL VERBS.
MGS Testing A High Level Overview of Testing in Microsoft Games Studio Joe Djorgee – Test Lead.
CSC 107 – Programming For Science. Today’s Goal  Learn how arrays normally used in real programs  Why a function returning an array causes bugs  How.
By Frank Perez 9D Qatar Academy Quite simply, the problem is that people have been given the ability to download files such as music and software for.
By Edward Lim 8.7.  What?  Today we started the Cornerstone Piece and we were given a few tasks to complete. The tasks were to watch the Kurt Fearnly.
Unit 1 – Improving Productivity Connor Carless Instructions ~ 100 words per box.
1 Boot Camp Dave Eckhardt 1 This Is a Hard Class ● Traditional hazards – 410 letter grade one lower than other classes – All other.
Computer Science 119 Intro to Java 9/24 and 9/25.
Some people prefer to get up early. This is actually an interesting question for me, because I’ve, I’ve done both, and I’ve enjoyed both at different.
Version Control.
Joe the Voter I just turned 18. This will be the first election I’m eligible to vote in. What do I do? This is Joe. He is ready to vote for the first.
Problem of the Day  Why are manhole covers round?
From Quality Control to Quality Assurance…and Beyond Alan Page Microsoft.
Designing Complex Software Systems: Introduction CS 6961 – Lecture 0 Nathan Dykman.
My Productivity Regimen Ammon Wiemers. Wake Up Early My day, for the last month, begins at 5 o'clock in the morning. This is admittedly lunacy. I have.
“The Student and the Project”. There once was a student named Jane who loved Social Studies, especially her favorite teacher Mrs. Miller! Mrs. Miller.
Unit 1 – Improving Productivity Instructions ~ 100 words per box.
By Edward Lim 8.7. What? Today, we continued our research on our chosen Cornerstone Piece, we got our learning journals up to date, we made sure all our.
Poppy Milano I'm Poppy Milano and I go to Casa Grande high school. I like to play lacrosse. I also like to play soccer.
By Frank Perez 9D Qatar Academy Quite simply, the problem is that people have been given the ability to download files such as music and software for.
Working Quietly. When I’m at school, I do a lot of work at my desk.
“Unpretty” (Performed by TLC) Find 10 mistakes. BOTOX INJECTIONS LIPOSUCTION HAIR TRANSPLANT NOSE JOB BREAST IMPLANT BEFORE LISTENING: Which of these.
NumberMikey Davis02 November 2012 Roundup of ATF Trip.
Announcements You will receive your scores back for Assignment 2 this week. You will have an opportunity to correct your code and resubmit it for partial.
An Interview Dialogue Name: Period:. Step Five Interview- An Interview Dialogue You are going to read the question and pick the best response. The person.
___________________ 1 GradeBot School of Computing Copyright 2004, BYU Hawaii – All rights reserved. School of Computing Brigham Young University Hawaii.
Looking is showing that you’re paying attention and listening to what the teacher has to say. Don’t have side talks with your friend when the teacher.
Putting yourself forward Teri Balser Dec 12, 2013.
Nicholas Speleotes. Focused I am a very focused person when I’m completing a task. So focused people can’t stop me until I’m satisfied with my work, or.
Young voices Power In Me VERSE 1 When the race is nearly done, And I feel I can’t go on, I know I can do something about it. My heart will start.
Andy Blue WP3 - Glasgow Update Andy Blue. WP3 Meeting Update Module Building –2 nd Module (FZ1) wire bonded last week –Tested on Mon –Re-works yesterday/today.
Oleksii Maksymenko. Dive into the project context: How was it and How it is going? Trying to apply my Tester’s experience on own project What should be.
Debuggers. Errors in Computer Code Errors in computer programs are commonly known as bugs. Three types of errors in computer programs –Syntax errors –Runtime.
New versions of Moodle Break existing plugins Sometimes a little Sometimes a lot How can you fix those plugins.
Reflections. Hybrid  Sometimes I do online learning classes.  Sometimes I prefer not to do online classes.  Sometimes the online classes are fun but.
Catch Your Bugs By Surprise: Testing with PHPUnit Orion Ifland Tipping Canoe
“FACTORING”.
GROWTH MINDSET.
Calculating MAP-21 Performance Measures Using NPMRDS Data
Working Quietly.
Change your words Change your mindset.
Down By The Riverside.
Snow is cold. Fire and lava
The Old Gospel Ship.
that focus first on areas of risk.
The Order of Operations Song.
Pre-Chorus I’m gonna move on and on and on Ya, gonna move on and on and on Chorus 1 I throw my hands into the air sometimes, Saying Ay-oh, gotta let go.
Introductions, greetings and farewells
Presentation transcript:

My Test Plan Trevor Phillips

What I’ve Done Not much… Downloaded files I am testing Getting my tester over the weekend William’s code compiles and looks pretty clean Lots of extra files, gotta sort through them

What I’m Gonna Use Main method: Manual Analysis and gcov – Eclipse C Debugger will help track variable values throughout code as well Backup plan: CUTE – If manual analysis seems fruitless after trying, then I’ll use CUTE since I have a 32-bit computer

How Thorough the Testing Will Be Plan on getting >80% coverage with manual analysis If needed, use CUTE to get >85% coverage Risks: discover I need CUTE too late to really be effective

Next Steps Sit down and focus on walking through code over the next week. Continue until all code is covered. Get good idea of potential bugs just by looking: Feb 28 th Begin rigorous test cases: Mar 5 th