- 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.
United States
Great Britain
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Singapore
Hungary
Ukraine
Luxembourg
Estonia
Lithuania
South Korea
Turkey
Switzerland
Colombia
Taiwan
Chile
Norway
Ecuador
Indonesia
New Zealand
Cyprus
Denmark
Finland
Poland
Malta
Czechia
Austria
Sweden
Italy
Egypt
Belgium
Portugal
Slovenia
Ireland
Romania
Greece
Argentina
Netherlands
Bulgaria
Latvia
South Africa
Malaysia
Japan
Slovakia
Philippines
Mexico
Thailand