Sobes.tech

QA / QA Automation

What other bottlenecks might exist in a solution with image transfer via Kafka besides overhead?

156

How do you decide whether to cover a task or test with automation?

154

Provide an example of a situation where the decision to automate a test was not obvious.

153

What will change if the list is modified using the extend method?

151

How to implement a database connector in Python? How is the connection passed to tests via fixtures? Will teardown be executed if the test fails? What will be the test status if the database connection fails?

151

How to justify designing with a margin for future load and avoid premature optimization?

150

Tell us how you developed a testing strategy for a microservices architecture.

149

How to run five different environment preparation jobs in GitLab CI in parallel, and run the pytest job only after all first-stage jobs are completed?

148

There are 2 lists a = [1, 2, 3] b = [6, 5, 4] It is required to assemble a final list containing all elements of the first, the symbol "a" and all elements of the second in reverse order.

145

Explain the difference between Dockerfile, Docker image, and Docker container.

145

Does working with Postman and collections cause difficulties in writing collections?

141

What command do you use to run a container with Ubuntu 18 to test a Bash script?

141

In GitLab CI pipeline consists of two stages: the first runs tests and uploads XML results, the second reads XML and publishes an HTML report. Why does the report stop publishing when tests fail?

139

What will change if you remove return and leave print(final)?

137

If a fixture performs SELECT * and the test database has grown to hundreds of millions of users, causing data to no longer fit into RAM, how to fix the problem by only changing the fixture and not rewriting all tests?

137
/5