I mentioned in previous post that once you have db on server, you can easily test your app using Selenium. Here is proof for that:
What it does?
- Download following sample project https://bitbucket.org/pradnik/gradledominosample
- Adjust server names in build.gradle files (for sake of simplicity I just had it there)
- run gradle buildToServer test
What it does?
- Creates local nsf from on disk project
- Copies nsf to server
- Runs Selenium test using TestNG on this app
Comments
Post a Comment