What is the difference between dynamic testing and static testing?
QA / QA Automation
Tell about the pairwise testing technique.
def func2(n): return n[0] + func1(n); def func1(n): a = n[0]; for v in n: if a < v and v > 0: a = v; return a;
What is the essence of the equivalence class analysis technique?
Tell me about the testing pyramid: levels and why is it called a pyramid?
What is a retest?
How to determine which side has the error (client or server) if the button is not displayed on the page?
Tell us about functional and non-functional testing, what subtypes do you know?
What is the difference between the priority and severity of a bug?
Which should be performed first: smoke testing or regression testing?
What happens after entering [link] into the browser's address bar?
Tell us about the Page Object pattern and what problem it solves?
What HTTP methods do you know? How do PUT and PATCH differ?
What is the difference between smoke testing and regression testing?
Not all reviews are loaded Description Not all reviews are displayed on some listings.