Warning: fopen(/tmp/SghXTngBZPli-TxInDj.tmp): failed to open stream: Disk quota exceeded in /home/executea/public_html/blog/wp-admin/includes/class-wp-filesystem-ftpext.php on line 139
Warning: unlink(/tmp/SghXTngBZPli-TxInDj.tmp): No such file or directory in /home/executea/public_html/blog/wp-admin/includes/class-wp-filesystem-ftpext.php on line 142
In this post, we are going to discuss how we can create custom add-ons in TestProject to extend test cases even further with custom codes which takes a lot of steps to achieve the same operation in TestProject test step but with one Addon step via custom code, which is really cool!
What do you need to work with Addons?
TestProject Java SDK
IntelliJ
Java/Maven installed in the home path
Windows/MacOS
Good understanding of Selenium/Appium
Good understanding of Maven
Few guidelines one should follow while working with Addons
Below are the quick rundown of guidelines one should follow while working with Addons
Let’s create a quick addon
The addon that we are going to create in this article is an addon which “Clicks all menu items from a menubar”
Here is the complete custom code to achieve this operation
https://gist.github.com/executeautomation/66ad268b1e4f35426be8f76e4cd6cb14
Here is the complete video of the above discussion
Once again, thank you very much for reading the article and watching the videos.
Please leave your valuable rating and comments on the video and let me know if I need to add any details in the article.
Thanks,
Karthik KK