0
0
Testing Fundamentalstesting~5 mins

Automation framework types in Testing Fundamentals - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a Linear Automation Framework?
A Linear Automation Framework runs test scripts step-by-step in a simple sequence. It is easy to create but hard to maintain for large projects.
Click to reveal answer
beginner
Describe the Modular Automation Framework.
A Modular Automation Framework divides the application into small modules. Each module has its own test scripts, making tests easier to maintain and reuse.
Click to reveal answer
intermediate
What is the key feature of the Data-Driven Framework?
The Data-Driven Framework separates test data from test scripts. It allows running the same test with different data sets, improving test coverage.
Click to reveal answer
intermediate
Explain the Keyword-Driven Framework.
In Keyword-Driven Framework, tests are written using keywords that represent actions. This helps non-technical users create tests by using a table of keywords.
Click to reveal answer
advanced
What makes a Hybrid Automation Framework effective?
A Hybrid Automation Framework combines features of multiple frameworks like Modular, Data-Driven, and Keyword-Driven. It offers flexibility and better test management.
Click to reveal answer
Which framework runs tests step-by-step without modular separation?
ALinear Framework
BModular Framework
CData-Driven Framework
DHybrid Framework
Which framework separates test data from test scripts?
AKeyword-Driven Framework
BData-Driven Framework
CLinear Framework
DModular Framework
What is the main advantage of the Modular Framework?
ACombines multiple frameworks
BUses keywords for test steps
CRuns tests in a single file
DDivides application into reusable modules
Which framework allows non-technical users to write tests using action keywords?
AKeyword-Driven Framework
BHybrid Framework
CData-Driven Framework
DLinear Framework
What does a Hybrid Framework combine?
AOnly Linear and Modular Frameworks
BOnly Linear and Data-Driven Frameworks
CMultiple frameworks like Modular, Data-Driven, and Keyword-Driven
DOnly Data-Driven and Keyword-Driven Frameworks
Explain the differences between Linear, Modular, and Data-Driven automation frameworks.
Think about how tests are organized and how data is handled.
You got /3 concepts.
    Describe how a Hybrid Automation Framework benefits a testing project.
    Consider why mixing frameworks might help.
    You got /3 concepts.