Electron applications are cross-platform applications created with web technologies (for instance, JavaScript, HTML, CSS). This tutorial explains how to test Electron applications with TestComplete. It assumes that you are familiar with general principles of automated testing and have minimal knowledge of the TestComplete IDE.
If you are a novice user, we recommend that you first go through the Getting Started tutorial to get familiar with the tool: |
In this tutorial, we are going to prepare an Electron application for testing, run it from TestComplete to get access to its internals, create and run a simple test and view the test results. The test will simulate a click in the application window and verify the text the application window shows.
See Also
Testing Electron Applications - Tutorial
About Testing Electron Applications
Testing Web Applications - Tutorial