ISTQB-Advanced Level Test Automation Engineer Quiz Questions and Answers

Which of the following testing tool does not supported by Database Testing?

Answer :
  • Application Lifecycle Management [ALM]

Explanation :

Database Testing is used to analyze the schema, tables, triggers, etc., of the database under test. The ALM tools do not support database testing because ALM is mainly designed to support an important investor in charge of delivering software as they improve through their lifecycle.

Which is not used in evaluating the size of the software?

Answer :
  • Size of module

Explanation :

The KLOC is a traditional amount of how huge a computer program, which is mainly evaluating a thousand lines of code. The function points are used to compute the functional size quantity of the software. The cost of the single unit is calculated from the past project.

what does Test Execution Layer includes?

Answer :
  • Executing test cases automatically
  • Logging the test case executions

Explanation :

Test execution layer is used to execute the tes cases, log the defecs and much more defining test data is done by definition layer and manual test case design is done in generation layer

What Is Record/playback Or Linear Framework? (Select all that apply)

Answer :
  • No centralized maintenance of test objects
  • Easy to create and takes less time
  • Scripting knowledge is optional
  • Low in performance due to duplicate objects

Explanation :

Record and playback is done with out scritping, easy to create when compared to other framework, low in maintenace and includes duplicate objects

What Is Data Driven Framework?

Answer :
  • Positive and negative testing can be performed
  • Checking the reliability of system (AUT)

Explanation :

Data driven Framework is used to pass multiple input positive and negative in order to check the system reliabilty under multiple inputs

Why do you think we need Automation Testing?

Answer :
  • all the above

Explanation :

Automation is used inorder to reduce the testing efforts, increase the effiiency , test on multiple platforms and much more

Which of the following testing techniques is used to test the code?

Answer :
  • code coverage

Explanation :

The code coverage is a measurement of how many blocks/lines/arcs of our code are implemented while the automated test runs

Non funtional testing is done by?

Answer :
  • Technical Test Analyst

Explanation :

Technical test analyst is responsible for non functional testing whereas Test anlays is responsible by Test Analyst

What is a performance measure used to evaluate efficiency or profitability?

Answer :
  • Return of Investment

Explanation :

Return of Investment is the measure to evaluate the effiency and profitability during automation

How many layers does Generic Test Automation Architecture consists of?

Answer :
  • 4

Explanation :

There are four layers 1.Generation Layer 2.Definition Layer 3.Execution Layer 4.Adaptation Layer