Pregunta de entrevista de PwC

1. Basic questions about Selenium (What to scroll down a web browser, Implicit and Explicit wait, test report, API testing).

Respuesta de la entrevista

Anónimo

16 oct 2019

Implicit wait: Sometimes , elements are taking time to be appear on software web application page. Using Implicit wait in webdriver software , we can poll the DOM for certain amount of time when some element or elements are not available immediately on webpage. Explicit wait: Using Explicit wait, you can define to wait for certain condition to occur before proceeding further test code execution.