In the last article, I wrote about the easy setup of TestProject and what the platform offers to you. If you are interested in using it as well in your project, I took some time and collected a bunch of really useful resources. The resources might help you to kickstart your TestProject workspace and to start testing your Android and iOS app with a single test automation tool.
General TestProject Documentation
- TestProject blog: https://blog.testproject.io/category/testproject/
- Detailed Platform documentation: https://docs.testproject.io/
- Forum for discussing test automation and TestProject with the entire community: https://forum.testproject.io/
- TestProject API documentation: https://docs.testproject.io/api/v2/
- TestProject GitHub: https://github.com/testproject-io
TestProject Videos
- TestProject YouTube: https://www.youtube.com/channel/UCEAPPxNvHT74Xj6Ixt28mNw
- Getting Started with TestProject with 5-mins videos: https://www.youtube.com/playlist?list=PL5qXkPB0T6VeyY1nGBf7hU8G2Zx3LrDwg
- Online TestProject course: https://www.youtube.com/playlist?list=PL6tu16kXT9PrUJ842VaGcSNqIN7THFUlN
Tutorials for Using and Developing Addons
- A short video demonstrating the usage of addons within your recorded tests: https://www.youtube.com/watch?time_continue=1&v=ue8WTOTZwns
- A tutorial for using the most popular addons: RESTful API Clients Addon, that provides actions to send HTTP/s requests using GET, POST, PUT and DELETE methods: https://blog.testproject.io/2018/11/28/rest-api-testing-testproject/
- A tutorial for developing addons using Java:
- Part 1: https://www.petrikainulainen.net/programming/testing/writing-addons-with-testproject/
- Part 2: https://www.petrikainulainen.net/programming/testing/adding-input-and-output-parameters-to-testproject-actions/
- Part 3: https://www.petrikainulainen.net/programming/testing/using-testproject-actions-in-our-test-classes/
Tutorials for Creating Coded Tests Using TestProject’s SDK
- Develop tests using Java: https://blog.testproject.io/2018/07/31/page-object-model-appium-java-android/
- Develop test using .NET Core: https://blog.testproject.io/2018/12/18/net-core-test-automation-selenium-page-object-page-factory/
- Detailed tutorial for developing Web tests and Addons using Java: https://www.petrikainulainen.net/testproject-tutorial/
- Our website tutorial for both Java and C#, and for all platforms: https://testproject.io/powerful-sdk/
I hope you enjoyed my little series about TestProject. If you notice a new testing tool on the market that is worth mentioning or writing about, don’t hesitate to contact me.
#HappyTesting