QA2 Flashcards

(16 cards)

1
Q

Who gathers requirements?

A

business analyst

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

What are phases of waterfall?

A

requirements gathering, system design, development, testing, deployment and maintenence

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

What documentations are created by BA in waterfall methodology?

A

BRD (Business Requirements Documentation)
FRD (Function Requirements Documentation)
SRS (System Requirement Specification)

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

What is test case?

A

documentation that outlies step by step guide to test one or more functionality of the system

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

What happens in maintenence phase in waterfall?

A

any new changes are implemented, improving application or fixing defects

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

What testing does BA do?

A

UAT (User Acceptance Testing)

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

What happens in deployment phase?

A

application put into production environment so that clients can start using it

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

What testing developers do ?

A

Unit

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

What testing QA doesn’t do?

A

Unit and UAT(QA can help BA sometimes)

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

What is smoke/sanity testing?

A

test that checks whether application is ready for further major testing and working, without dealing with finer details. Just go over main purpose of application

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

What is GUI testing?

A

testing what you see (buttons, drop downs, color, feel, functionalities)

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

What is functionality testing?

A

testing what functionalities supposed to do

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

What is system testing?

A

testing all functionalities of system from a to z

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

What is end to end testing?

A

testing complete path of functionality, might involve several streams (upstream and downstream)

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

What is performance testing?

A

divided into load, stress, and volume
load: loading system with many users
volume: uploading and downloading huge amount of data
stress: going beyond performance limits of application with users and/or many data

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

What is recovery testing?

A

necessary to check how fast system is able to recover against any hardware failure, catastrophic problems, or any system crash (unplugging computer)