Lecture 15: Web Testing

?
What is not a property of Web Testing?
This is not a property of web testing.
1 of 14
What is interface-level testing?
It deals with interface design (site) and it's mainly non-functional: performance, usability, accessibility, security & compatibility.
2 of 14
What is Performance Testing?
It's mainly used to test the load speed of webpages and is determined by response time, page size, resource requests, header requests, render start time & render time.
3 of 14
Why should you consider the Device (i.e., mobile device) as a factor for testing??
UK is a smartphone society - 33% of internet users see their phone as the most important device for going online. (2015 Communication Market Report)
4 of 14
Why should you consider Location (i.e., at home, at work) as a factor for testing?
Technology blurs the lines between work & home life.
5 of 14
What is Formative Usability Testing (Exploratory Usability Testing Methods)?
It obtains qualitative reactions to user interface concepts & designs. It is carried out during the development of the product.
6 of 14
What is Summative Usability Testing?
All of the options.
7 of 14
What is Accessibility Testing?
Used to ensure a web app is full accessible by everyone. This requirement is enforced by the Equality Act 2010. The main guidelines include: W3C Web Content Accessibility Guidelines(WCAG) 2.0.
8 of 14
What is Compatibility Testing?
All of the options apply.
9 of 14
What is Security Testing?
The main purpose is to ensure the app is safe to use & secure. Typically the testing activities include: exception handlings, program logics, system vulnerabilities, access controls & common attacks (e.g., DDoS).
10 of 14
What is a unit? (Unit & Modules)
All of the options.
11 of 14
What is a module? (Unit & Modules)
All of the options.
12 of 14
I am the smallest testable piece of code for which all inputs and outputs are meaningful at the specification layer. What am I?
A module.
13 of 14
I am the smallest testable piece of code, I sometimes don't have meaning in the context of specification. What am I?
A unit.
14 of 14

Other cards in this set

Card 2

Front

What is interface-level testing?

Back

It deals with interface design (site) and it's mainly non-functional: performance, usability, accessibility, security & compatibility.

Card 3

Front

What is Performance Testing?

Back

Preview of the front of card 3

Card 4

Front

Why should you consider the Device (i.e., mobile device) as a factor for testing??

Back

Preview of the front of card 4

Card 5

Front

Why should you consider Location (i.e., at home, at work) as a factor for testing?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Web Technology Integration resources »