Robot framework vs React

Hello, can I run automation tests using robot framework on applications built with React

Hi Emmanuel,

Sure, Using Libraries like SikuliLibrary and ImageHorizonLibrary you can test any app regardless of what the development framework is.

But as React appears to be a javascript framework, perhaps Browser Library or SeleniumLibrary might be better choices?

As with any application find out what the core technologies are and then find a relevant library for the core technology of your application

Dave.

Thanks a lot Dave. Your response is much appreciated and very helpful.

1 Like