Worksheet 3.3 Web Application Development.
Worksheet 3.3 Web Application Development.
remote server
end user
front-end
client-side
server-side
scripts
load
quality assurance
hardware
off-line
Worksheet 3.2
https://puzzel.org/es/memory/play?p=-Mgf-SCV2pgxAPBv97UL
Worksheet 3.3
READING STRATEGY: Prior Knowledge
Watch the video and complete the blanks with the correct words
https://www.youtube.com/watch?v=2bfUm7dlKpI
Web applications will have a large amount of information that may contain
mistakes, so the testing process for web applications tend to be more in-
depth than other forms of software. Web application development tests may
include: security, performance, load, stress, accessibility, usability and quality
assurance tests. Other tests that can be performed for web applications
include HTML/CSS validation or cross-browser tests. Many of these tests can
and should be automated whenever possible.
Hybrid apps are a combination of native and web apps. The inner workings of
a hybrid application are similar to a web application but are installed similar
to how a native app would be. Hybrid applications have access to
internal APIs which can access device-specific resources similar to a native
application. For example, native apps are faster and perform more efficiently
because native apps are designed to be platform specific. Hybrid apps have
the same navigational elements as web apps since hybrid apps are based on
web applications. Additionally, there is no off-line mode for hybrid
applications.