Testing Flashcards

(12 cards)

1
Q

What are the 10 testing strategies?

A
  1. Unit Testing
  2. Integration Testing
  3. System Testing
  4. Acceptance Testing
  5. Regression Testing
  6. Functional Testing
  7. Performance Testing
  8. Usability Testing
  9. Front End Testing
  10. Back End Testing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is unit Testing?

A

Testing small pieces of code in isolation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is integration testing?

A

Checking if different parts of your software works together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is System testing?

A

Testing to see if the whole system works

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Acceptance testing?

A

The final test before releasing it to the customer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is performance testing?

A

It checks how well the system works under different circumstances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Security Testing?

A

Tests to check if your data is sage from hackers and other threats

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the order of testing?

A
  1. Unit Testing
  2. Integration Twsting
  3. System Testing
  4. Acceptance Testing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between static analysis and dynamic analysis

A

Static analysis helps find problems in the code in the development stage

Dynamic analysis helps find problems when running the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is black box testing?

A

This is whennu test something without knowing what is going on inside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is white box testing?

A

This is when you already know the internal workings and checking if it works

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Scripted Box?

A

This is when the testers have a script to follow when testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly