What is duck typing?
QA / QA Automation
What is the difference between a list and a tuple?
What is the shift-left approach?
Can you describe any authorization mechanism?
What does the Content-Type header do?
What data types do you know in Python?
In what order will fixtures from conftest and the test file run when the scope is the same, i.e., function?
Where should you close the browser when you take it out into a fixture?
What is transmitted in the request header during authorization?
What are fixtures in Pytest?
Have you used a traceability matrix?
Will you log a bug on the front end for a 403 error?
List standard HTTP methods.
When testing user registration with valid data, nothing happens. What should you do first?
Which HTTP methods are safe and which are idempotent?
What are cookies and who creates them?
What is the difference between 'is' and '==' in Python?
Imagine a situation where a test task is given, but the requirements are incomplete. What would you do?
What types of non-functional testing do you know?
A 403 error occurred. How would you report a bug?