Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
154 views
by Contributing Tester (12 points)
What tools / drivers can be used for Automation Testing of React Native apps?

Want to do Test driven development? What is that? How to use TTD in Automation  Testing of React Native app?

1 Answer

0 like 0 dislike
by Master (1.2k points)
React is a JavaScript framework to develop web application.

But, for the browser side, again it will be treated as an HTML page being randered.

So, you can use any tool/framework that supports browser automation like Selenium using Java or Selenium using Python and you can combine it with frameworks like TDD for test driven approach.

 

What is TDD? kindly add it as a new question for a community experts to respond.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...