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