EmberJS- Testing Components



Testing Components

The below table shows some of the testing components in the Ember −

S.N.Testing Components & Description
1

Setup

To test your Ember application, you need to add testing application by using div tag in the html file.

2

Interacting With Components

Components are used to create the interactive cutom HTML elements.

3

Validating Components

Components uses 'sendAction' to interact with the Ember application.

Advertisements