<style>.lazy{display:none}</style>Тест по теории тестирования (en)

Тест по теории тестирования (en)

1 / 10

Testing individual units or modules of an application is called…

Верно!

Не верно!

unit – the smallest piece of code that can be logically isolated and tested with input and output. The purpose of Unit Testing  is to validate if the independent modules (code) work as expected. Mostly done during the development (coding phase) of an application by the developers.


__________ is a method of software testing that examines the functionality of an application without looking into its internal structures or working

Не верно!

Black-box testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings. This method of test can be applied virtually to every level of software testing: unit, integration, system and acceptance. It is sometimes referred to as specification-based testing.


Верно!

_______ is a method of installing changes to an app or server by swapping alternating production and staging servers.

Верно!

Не верно!

It is a method of installing changes to an application or server by swapping alternating production and staging servers. In this method, two identical production environments work in parallel.

One is the currently-running production environment receiving all user traffic (Blue). The other is a clone of it, but idle (Green). Both use the same database backend and app configuration.

The new version of the application is deployed in the green environment and tested for functionality and performance. Once the testing results are successful, application traffic is routed from blue to green. Green then becomes the new production.

If there is an issue after green becomes live, traffic can be routed back to blue.


Не верно!

It is a method of installing changes to an application or server by swapping alternating production and staging servers. In this method, two identical production environments work in parallel.

One is the currently-running production environment receiving all user traffic (Blue). The other is a clone of it, but idle (Green). Both use the same database backend and app configuration.

The new version of the application is deployed in the green environment and tested for functionality and performance. Once the testing results are successful, application traffic is routed from blue to green. Green then becomes the new production.

If there is an issue after green becomes live, traffic can be routed back to blue.


________ is a software testing technique that divides the input data of a test into partitions of equivalent data from which test cases can be derived.

Не верно!

It is a software testing technique that divides the input data of a test into partitions of equivalent data from which test cases can be derived.
This comes under the Black-box testing technique.
Here the test data is divided into partitions and the test cases are designed to cover each partition at least once.


Верно!

Не верно!

It is a software testing technique that divides the input data of a test into partitions of equivalent data from which test cases can be derived. This comes under the Black-box testing technique. Here the test data is divided into partitions and the test cases are designed to cover each partition at least once.


_______ is a method of software testing that tests internal structures or workings of an application

Верно!

Не верно!

In White box testing the internal structure, code, design and implementation of the application/product is known to the tester. This type of testing is named so because the tester can see inside the system.


_______ is a kind of testing to compare two versions of a website or app against each other to determine which one performs better.

Верно!

Не верно!

Bucket testing (also called A/B testing or Split testing) is a type of testing where two versions of a website are tested and compared against one another to see which one performs better on specified key metrics (such as clicks, downloads or purchases).


_______ is a type of testing performed to ensure that the application being tested is usable by people with disabilities.

Не верно!

Accessibility Testing is a subset of Usability testing to ensure the system or component is usable by people having disabilities.


Верно!

Не верно!

Accessibility Testing is a subset of Usability testing to ensure the system or component is usable by people having disabilities.


________ is determined by the impact of the bug on the business.

Верно!

Не верно!

Priority is determined by the impact of the bug on the business. For example, if on the Google home page an ‘o’ is missing from the word ‘Google’, it does not impact any functionality but can impact the name and business and therefore this bug will be of higher priority.


________ is determined by the functional impact of the bug or impact on the application.

Не верно!

Severity is determined by the functional impact of the bug or impact on the application. For example, if a very commonly used button on the homepage of a website does not work, it is a bug of critical severity. Whereas if there is some spelling mistake in a disclaimer text which is present on the last page and is rarely seen by the user, then it will be of trivial severity.


Верно!

______ is a process of testing the communication between two services based on a set of rules called Contract.

Верно!

Не верно!

Далее
0 из 10

Поздравляем с прохождением теста! А теперь предлагаем почитать статьи по тестированию на нашем сайте!

Интересно, хочу попробовать