Skip to content

Espresso Test Recorder

Devrath edited this page May 17, 2021 · 3 revisions

About the Espresso Test Recorder tool

Espresso test recorder tool is a good mechanism to record the UI actions and generate the test class at once

How to run the tool

  • Select the test class -> click run in menu -> use Record espresso test.
  • perform the required actions in IDE.
  • Then the test class will be generated.
Clone this wiki locally