Sobes.tech

QA / QA Automation

Is a string in programming a fixed-length data type or can it be changed after creation?

Junior — Middle
268

Can you explain the principles and purpose of continuous integration and deployment processes in software development?

Junior — Middle
267

What types of collection data structures have you used in your experience?

Junior — Middle
266

Implement a class BankAccount Initialize with owner: str, balance: float Methods: -- deposit: Adds funds to the balance -- withdraw: Deducts funds class BankAccount: def __init__(self, owner: str, balance: float): self.owner = owner self.balance = balance def deposit(self, amount: float): self.balance += amount def withdraw(self, amount: float): ...

265

Have you worked exclusively with Selenium or with other frameworks as well?

262

What triggers were used to start the automated tests?

259

What is an application programming interface and what does it stand for?

Junior — Middle
258

Can you list the main types of CSS selectors and explain their purpose?

Junior — Middle
258

Tell the full path of the task: from receipt to merge in git.

254

Can you name key annotations used in JUnit for organizing tests?

Junior — Middle
252

How does a static variable in programming differ, and what are its features?

Junior — Middle
252

Can you explain what the Allure tool is and what it is used for in testing?

Junior — Middle
252

What methods and tools do you use when performing manual testing of a software product?

Junior — Middle
251

Could you explain what the expression 'void 0' means in JavaScript?

245
/6
Questions for QA / QA Automation preparation — Page 3 - sobes.tech