SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This is the scaffolding that provides an execution environment for the automation test scripts
A
Test Automation
B
Test Automation Framework
C
Behaviour Driven Framework
D
Test Pyramid
Explanation: 

Detailed explanation-1: -In software testing, test automation is the use of software separate from the software being tested to control the execution of tests and the comparison of actual outcomes with predicted outcomes.

Detailed explanation-2: -Selenium WebDriver: Selenium WebDriver is most useful in running the Selenium tests across the browser. Selenium RC: Selenium RC helps write test cases in different programming languages to automate UI tests for web applications against any HTTP website.

Detailed explanation-3: -The components that make up a test automation framework include test data, driver scripts, environment variables, general user library, business user library, recovery scenarios, object repository, AUT(Application-Under-Test), and test execution report.

There is 1 question to complete.