About Simple Dynamic Buttons
Click all 4 dynamic buttons.
Functionality
All the buttons are added to the page dynamically using JavaScript.
- 1) Click the
Start
button to reveal buttonOne
. - 2) Click the
One
button to reveal buttonTwo
. - 3) Click the
Two
button to reveal buttonThree
- 4) Click the
Three
button to end the challenge. - 5) When the challenge is complete the text
All Buttons Clicked
will be displayed.
Each button is on an increasing delay so you have to synchronize on the button becoming available.
Testing
This set of buttons is also suitable as an Exploratory Testing Challenge.