Created
June 22, 2016 08:29
-
-
Save pepicrft/7bfe2c9bc71298cb2bb02989111b6afd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Szimpla | |
| ///// RECORDING THE SNAPSHOT WITH THE REQUESTS /////// | |
| Szimpla.instance.start() // Starts recording | |
| // Do all your UI tests steps | |
| Szimpla.instance.record(name: "user_share_tracking") // Saves the recorded requests | |
| ///// MATCHING THE SNAPSHOT WITH THE REQUESTS /////// | |
| // Navigate to the point where you would like to start testing. | |
| Szimpla.instance.start() // Starts recording | |
| // Do all your UI tests steps | |
| Szimpla.instance.validate(name: "user_share_tracking") // Saves the recorded requests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment