Pergunta de entrevista da empresa KNNX

What is a POM file? What is its use? What is a Plugin?

Resposta da entrevista

Sigiloso

17 de jul. de 2020

Page Object Model (POM). It's used in test automation to make the code more readable, maintainable and reusable. Under Page Object Model, there should be a page class that identify the WebElements for method and a page for testing the method.