Sobes.tech

QA / QA Automation

Can you explain what a relational database is and its main features?

Junior — Middle
220

What is the main function of the JUnit testing framework in Java application development?

Junior — Middle
220

What elements does a test scenario consist of?.

Junior — Middle
218

How to access a class attribute from outside — for reading or modification? How to restrict direct access?

218

Can you list the types of collection structures you have encountered?

Junior — Middle
218

Why are selectors used in CSS or component frameworks?

Junior — Middle
215

URL — where does it belong in the structure of an HTTP request?

215

You said that white box is a test design technique. Is that correct?

213

What are the main components of the Selenium tool?

Junior — Middle
212

Can you list the databases used in Moven?

Junior — Middle
204

What annotations from the Allure library do you know and have used in your tests?

Junior — Middle
204

Please tell me about the test design techniques you have worked with and know.

196

""" Copying """ a = [[1, 2], ["str", "str"]] b = a b[0].append(3) # print(a) # print(b) print(b[0] is a[0])

192
/6