Web Elements, Adhoc Testing & QA History Flashcards

1
Q

What is adhoc testing?

A

When software testing in performed without proper planning and documentation. Testing that doesn’t follow a structured plan and is done randomly on an application.

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

How many test cases do you need to create for Adhoc testing?

A

You don’t need test cases in this form of testing.

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

What other names is Adhoc testing know as?

A

Monkey testing and random testing.

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

Defects found using Adhoc method are….?

A

More difficult to reproduce since there where no written test cases.

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

What is a bug?

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

What should you attach to a big report?

A

Text, file and screenshot

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

What are the most common types of bugs?

A

Functionality

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

What is functional testing?

A

A type of software testing where the system is tested against the functional requirements/specifications. The system is functioning as it should.

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

What is compatibility testing?

A

A type of software testing to check if software is capable of running on different hardware, operation systems, applications, network environments, or mobile devices.

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

What is localization testing?

A

Testing to determine if the product behaves according to the local culture or setting.

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

What are typical controls can web pages contain? What are the types of interface elements?

A

Input controls, navigation components, information components and containers

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

What are input controls?

A

Checkboxes, radio buttons, drop down lists, buttons, toggles, test fields and data fields

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

What are navigation components?

A

Breadcrumbs, slider, search field, pagination, tags and icons

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

What are informational components?

A

Tool tips, icons, progress bar, notification, message boxes and modal windows. 

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

What is JavaScript?

A

A scripting language designed to add interactivity to HTML pages. JS is an object oriented computer programming language used to create interactive effects in a web browsers.

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