- What is the base layer of the testing pyramid?
- Unit tests.
- What kinds of non-functional tests are there?
- Performance, endurance, security, availability, integrity, and usability.
- What is the name of a famous method for root cause analysis?
- 5 whys
- Is it possible to test compile-time code in C++?
- Yes, for example, using static_assert.
- What should you use when writing unit tests for code with external dependencies?
- Test doubles such as mocks and fakes.
- What is the role of unit tests in Continuous Integration/Continuous Deployment?
- They are the basis of a gating mechanism and act as an early warning feature.
- Name some tools that allow the testing of infrastructure code.
- Serverspec, Testinfra, Goss.
- Is it a good idea to access the class's private attributes and methods in a unit test?
- You should design classes in such a way that you never have to access their private attributes directly.
Germany
Slovakia
Canada
Brazil
Singapore
Hungary
Philippines
Mexico
Thailand
Ukraine
Luxembourg
Estonia
Lithuania
Norway
Chile
United States
Great Britain
India
Spain
South Korea
Ecuador
Colombia
Taiwan
Switzerland
Indonesia
Cyprus
Denmark
Finland
Poland
Malta
Czechia
New Zealand
Austria
Turkey
France
Sweden
Italy
Egypt
Belgium
Portugal
Slovenia
Ireland
Romania
Greece
Argentina
Malaysia
South Africa
Netherlands
Bulgaria
Latvia
Australia
Japan
Russia