Which of the following are advanced scripting techniques for test execution tools?
Reveal answer
Fill a bubble to check yourself
Which of the following are advanced scripting techniques for test execution tools?
Data-driven and keyword-driven
Data-driven and capture driven
Capture driven and keyhole-driven
Playback-driven and keyord-driven
To understand this question, the user needs to know the basic concepts of test automation and the common scripting techniques.
Data-driven testing is a technique that uses data from external sources (such as spreadsheets or databases) to drive test execution. Keyword-driven testing is a technique that uses a set of keywords or actions to define test steps. Capture-driven and keyhole-driven are not commonly used scripting techniques in test automation. Playback-driven is a term that refers to the ability of a tool to record user actions and then play them back as a test script. However, it is not an advanced scripting technique.
Therefore, the correct answer is:
The Answer is: A. Data-driven and keyword-driven.