we have a requirement to test our web application through test automation using Selenium Webdriver
- Validate web application is loaded completely or not
- validate content is rendered or displayed without issues
- Headless mode
My doubt is can we certify that web application is loaded and content rendered without issues?
in headed mode ? yes , but headless mode it browser will invoke without head
Can someone help me to understand and is it right way to do test automation?
currently I have implemented in head mode and certifying to achieve as expected
now the requirement is headless on CI .
Expectation: Is it right approach headless mode to test content render and web application loading?