Does Katalon Studio support react.js applications

Everything you guys need to test your react-based application(s) is contained in Kazurayam’s last paragraph:

Developing a test for it requires enough knowledge about HTML DOM,
Browser’s DevTool, XPath, CSS Selectors. I think Katalon’s Recorder and
Spy does not help much.

I would add this: The Spy tool/Recorder is not your friend (most certainly not with a react-type page). Learn some CSS or learn some XPATH and build your own Test Object(s) to keep a clean and manageable Object Repository.

If the IDs are moving targets, simply don’t use them. Target something else using CSS/Xpath and the “fixed” structure of the DOM.

1 Like