0
0
Testing Fundamentalstesting~10 mins

Test automation pyramid 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 base layer of the test automation pyramid.

Testing Fundamentals
The bottom layer of the test automation pyramid is called [1] tests.
Drag options to blanks, or click blank then click option'
Aunit
Bintegration
CUI
Dmanual
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'UI' tests which are at the top of the pyramid.
2fill in blank
medium

Complete the code to name the middle layer of the test automation pyramid.

Testing Fundamentals
The middle layer of the test automation pyramid is called [1] tests.
Drag options to blanks, or click blank then click option'
Aunit
Bperformance
Csystem
Dintegration
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing integration tests with system tests.
3fill in blank
hard

Fix the error in the statement about the top layer of the test automation pyramid.

Testing Fundamentals
The top layer of the test automation pyramid is called [1] tests.
Drag options to blanks, or click blank then click option'
Aintegration
BUI
Cunit
Dload
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'load' tests which are performance tests, not part of the pyramid layers.
4fill in blank
hard

Fill both blanks to complete the description of the test automation pyramid layers.

Testing Fundamentals
The [1] layer has the most tests, while the [2] layer has the fewest tests.
Drag options to blanks, or click blank then click option'
Aunit
Bintegration
CUI
Dmanual
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping the layers or choosing manual tests which are not part of the pyramid.
5fill in blank
hard

Fill all three blanks to complete the test automation pyramid code example.

Testing Fundamentals
tests = { '[1]': 100, '[2]': 20, '[3]': 5 }
Drag options to blanks, or click blank then click option'
Aunit
Bintegration
CUI
Dperformance
Attempts:
3 left
💡 Hint
Common Mistakes
Including 'performance' which is not a pyramid layer.