Friday, April 24, 2020

Becoming an Automated Tester Using TypeScript, Selenium, NodeJS, and Mocha

Overview

In order to be an automated tester you must be able to:

  • Develop in JavaScript
  • Develop in the TypeScript language which is a super set of the JavaScript language.
  • Understand NodeJs which is a JavaScript runtime
  • Use yarn which downloads packages that other people have built in TypeScript or JavaScript.
  • Work with Selenium which is a library that interacts with the Web Browser.
  • Work with Mocha which is a testing framework.
  • Use regular expressions for matching text on a web page.


The path to being an automated tester


Learn JavaScript





Learn TypeScript


Learn NodeJS



Learn Yarn



Learn Selenium 


Learn Mocha

  • https://testautomationu.applitools.com/mocha-javascript-tests/


Learn Regular Expressions