Foundations
Email Etiquette
Methodology
General
Techniques
100

what are the 4 main reasons we test?

1)explore the software to see what it does

2)when it is used as expected

3)when its used differently

4)identify and report possible defects (BUGS)

100

How many times do you send an email back and forth, before you need to go talk to them?

3 times back and forth then on the 4th time you go talk to them

100

What are the 2 different types of Methodology? 

1)Waterfall

2)Agile

100

Define "Scrum?"

it is a way to manage a project.  Agile method

100

what are the 2 different categories of techniques?

1)Black Box

2)White Box

200

What is Testing?

Testing is a process, performed as a series of activities with objectives in mind. As a tester, our test objective often includes:

-Finding defects

-providing information about the levelof quality

-building confidence

-preventing defects in the future

200

What are the 4 different fields that make up the header of an email?

1) To: Address

2) CC: Carbon Copy

3) BCC: Blind Carbon Copy

4) Subject: "header" about the email

200

When does Planning occur in Waterfall and Agile

Waterfall

Once before testing phase

Agile

Once before testing and often though out as well

200

Define ISTQB

International Software Testing Qualifications Board

200

What are 3 Black box testing techniques our of the many?

examples:

functional

domain

stress

user

scenario

boundary

static

300

What is Quality? 

It is a measure of how well a system performs based on its intended purpose and how it is designed.

300

How do you send usernames and passwords?

You send multiple emails.  one email for password and one email for username.

300

Give me an example of a user story for our class.

As a            , I want       , so that....

300

What are the 6 steps in the SDLC.

Software Development Life Cycle

1)Requirment Analysis

2) system Design

3) implementation

4)testing

5)deployment

6)Maintanence

300

What is another name for "Clear Box"?

White Box testing

400

Name 2 things tester's do NOT do?

1) we don't create defects

2) we don't remove defects

400

What is Packet Sniffing? explain

It is the act of capturing data packets flowing across a computer network.  The software or device used to do this is called a packet sniffer.

400

What are 5 fields you can identify in Use Cases?

1) Use case name

2) Use Case ID

3) Actor

4)Description

5)Preconditions

6)Postconditions

7)Special requirements

400

What is a stakeholder?

internal/external-anyone who has a stake in the company

anyone who is affected by the success or failure of a project

Example: users, project managers, sales team, etc...

400

Software bugs are so prevalent, how much do they cost the economy per year?

$80 Billion

500

What did "Matt" say and stress to us on the first day of class?

Hint: 4 words

"ABTN"

"Always Be Taking Notes"

500

******Who is a "BORAT?"*********

"test didn't pass so I disabled them"

500

In "Agile" what is a project meeting called and who initiates it?

"Sprint" and "Scrum Master"

500

What is "good enough"?

Software that is meant for internal use for the company.

Has a lower standard for defects/bugs than the norm

all major things work

it is very "Subjective"

500

There are 3 different test levels (TEST TYPE) name 2.

1) integration Testing

2) Component/unit testing

3) System testing