0
0
Testing Fundamentalstesting~10 mins

Mobile testing types in Testing Fundamentals - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to name the type of testing that checks app behavior on different devices.

Testing Fundamentals
The testing type that ensures the app works on various devices is called [1] testing.
Drag options to blanks, or click blank then click option'
ACompatibility
BPerformance
CSecurity
DUsability
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing compatibility with performance testing.
2fill in blank
medium

Complete the code to name the testing type that checks app speed and responsiveness.

Testing Fundamentals
Testing how fast the app responds and performs under load is called [1] testing.
Drag options to blanks, or click blank then click option'
ASecurity
BCompatibility
CPerformance
DFunctional
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up performance with functional testing.
3fill in blank
hard

Fix the error in naming the testing type that checks app security.

Testing Fundamentals
Testing that focuses on protecting the app from threats is called [1] testing.
Drag options to blanks, or click blank then click option'
ASecurity
BPerformance
CUsability
DCompatibility
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing security with usability or performance testing.
4fill in blank
hard

Fill both blanks to complete the dictionary comprehension describing testing types and their focus.

Testing Fundamentals
testing_focus = {"Compatibility": "[1]", "Performance": "[2]"}
Drag options to blanks, or click blank then click option'
Adevices and OS versions
Bapp speed and responsiveness
Cuser interface
Dsecurity threats
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping the focus descriptions between testing types.
5fill in blank
hard

Fill all three blanks to complete the set describing mobile testing types and their goals.

Testing Fundamentals
testing_goals = {"Security": "[1]", "Usability": "[2]", "Functional": "[3]"}
Drag options to blanks, or click blank then click option'
Aprotect app from threats
Bensure app is easy to use
Cverify app features work correctly
Dcheck app speed
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing goals between testing types.