Sunday, May 3, 2020

Testcafe Tool for Beginner

It is Node-JS based web automation testing supported from command as well as IDE desktop based which is available in paid/free version.

You have prior knowledge about NODEJS and Basic of Javascript.

NodeJS should be installed in your machine to use the TestCafe tool.

For more about introduction read in below URLs:

https://devexpress.github.io/testcafe/documentation/getting-started/

https://testcafe.devexpress.com/Documentation/Getting_Started/Getting_Started_Guide/



Installing TestCafe:

npm install -g testcafe


Running the Test

You can run the test from a command shell by calling a single command where you specify the target browser and file path.
testcafe chrome test1.js



  

No comments:

Post a Comment