I was unable to find an explicit suggestion for this, but…
While this is helpful:
https://docs.katalon.com/katalon-studio/tutorials/import_java_library.html
much more helpful would be a built-in dependency management tool, or even a plugin (thinking specifically Maven here). Perhaps it could live in the project settings menu, similar to how Desired Capabilities are handled?
Thank you!
1 Like
Thank you for the suggestion.
Also see @kazurayam ’s article:
I have made a demo project in GitHub.
https://github.com/kazurayam/UsingAwsSdkInKatalonStudio
Problems to solve
(1) I want to use Amazon S3 in my test cases
My Visual Testing in Katalon Studio project enabled me to do visual regression testing. It compares 2 URLs of my AUT (production & development) visually in a time-slicing manner.
Now I have a plan to develop new way of visual regression testing. It would be a chronological approach. The new project will compare screen shots of the cu…
I will update the docs to reflect this.
1 Like
ze2
May 10, 2019, 6:33pm
#4
@devalex88 @kazurayam Fantastic work! Up and running! You guys are real troopers for the community!
Thanks again!