Prototyping and Quality Assurance

full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1

Software quality

It is the degree to which a software product meets the gathered requirements.

2

Software quality assurance

It is a set of activities that define and assess the adequacy of software processes to provide evidence which establishes confidence that the software processes are appropriate for and produce software products of suitable quality for their intended processes. This is based on the planning and implementation of a series of activities for ensuring quality in the software development process.

3

Reputation, Limiting Technical Debt, Software certification, Legality, Ethical Code of Practice

Key reasons that drive software quality assurance: HINT: R LTD SC L ECoP

4

Reputation

Software developers and their organizations rely on this. Software bugs can have immediate impacts on clients or customers.

5

Limiting Technical Debt

Poor quality software tends to be expensive to develop and maintain, which can negatively affect organizations or end up maintaining the software in the longer term. These costs are often referred to as “technical debt.”

6

Software Certification

The development and use of the software might require some form of certification, which can often require evidence of the application of various quality control and assessment measures.

7

Legality

There may be overriding legal obligations that apply to organizations that use the software. As such, every practicable measure must be taken to demonstrate that the software system does not pose a risk to its users.

8

Ethical Codes of Practice

In cases where a software system is not covered by software certification and legislation, and where its failure is not necessarily business or safety-critical, there can remain moral obligation to the users. This implies that software engineers should do whatever is possible to maximize the quality of their software and to prevent it from containing potentially harmful bugs.

9

Software prototyping

It refers to building software application prototypes which displays the functionality of the product under development, but may not actually hold the exact logic of the original software. A prototype moves the quality assurance earlier and makes it easier.

10

Evaluate

Prototyping software is used to achieve the following: Allow users to __ the software system design and how the software actually works.

11

Functionalities

Prototyping software is used to achieve the following: Clarify the of the software to both users and developers.

12

cost and time

Prototyping software is used to achieve the following: Reduce _ ___ _____ relative to building software product and iterating the process.

13

Recreate

Prototyping software is used to achieve the following: Reduce the need to _ the software system due to some gaps on the implementation.

14

Throwaway Prototyping, Evolutionary Prototyping

Prototyping Paradigms: HINT: TP EP

15

Throwaway Prototyping

This is a relatively fast method of prototyping that focuses on employing prototypes to generate insights about the software design idea. The created prototypes on this paradigm are discarded after testing and after obtaining feedback.

16

Throwaway Prototyping

This prototyping paradigm is used in early design stages where the gathered requirements are still unclear.

17

Evolutionary Prototyping

The prototypes on this paradigm are reused after the testing in a way that they are altered according to the test results and then reused in a new test cycle. This evolves to become the end product itself.

18

Evolutionary Prototyping

This prototyping paradigm is usually used in late development stages where sufficient insides about principle design decisions exist and the prototype addresses technical and long-term use issues.

19

Prototype Fidelity

Prototypes can be created in different fidelities. The fidelity of the prototype pertains to how it conveys the look and feel of the final product. It can range from low-fidelity to high-fidelity, which are explained further below.

20

Low-Fidelity Prototyping

Its role is to check and test the visual appearance and user flows of a software. A throwaway prototype can be created in -_.

21

Paper-based prototyping, wireframing

These are some techniques to create low-fidelity prototypes: HINT: PBP W

22

Paper-Based Prototyping

This prototyping technique is used to create a prototype based on hand drawings that represent user interfaces of the software. This allows developers to explore ideas and refine designs quickly.

23

Wireframing

This is a visual representation of a product page that developers can use to arrange pages of user interfaces. _ are used to create interactive prototypes by linking different together.

24

Prototyping Tools for Wireframing

There are various available tools made specifically for prototyping which are designed to help developers create wireframe prototypes for mobile applications, websites, and computer software. Some of the low-fidelity user interface (UI) wireframing tools that reproduce the experience of sketching an interface mockup using a computer are Balsamiq Wireframes, Axure, MockFlow, and Adobe XD.

25

High-Fidelity Prototyping

-_ prototypes are created when developers have a solid understanding of what they are going to build. They need to test it with the actual users. For example, evolutionary prototypes are created as ___-_ prototypes.

26

High-Fidelity Prototyping

These prototypes are usually created in the form of programming codes and Integrated Development Environment (IDE) software