Does TestCafe support sections in page objects (like Nightwatch does) ? If not, how can we achieve this in TestCafe?
Asked 07 September, 2021
Viewed 1K times
  • 64
Votes

We have rich UI with lot of web elements & multi levels of elements on UI segregated into sections. As part of evaluation for a new test automation framework, I am looking to see if we can use TESTCAFE. Currently we are using Nightwatch (Java Script) framework which support Sections in Page Objects. Now we are moving to TestCafe (Java Script) framework. Could anyone give me an example on how we can maintain SECTIONS in PageObjects using TestCafe ?? If TestCafe doesn't support, how do we achieve same in TestCafe.
NighWatch Page Object with Sections Example: Multiple level of sections in page_objects in nightwatch.js

1 Answer