The screenshot placed showing folder named :test.
My issue is , not able to create folders more than 10 folders similar to test with different names.
For example , i have created test1, test2… test10. When i have to copy the test11 from other code , it is not getting loaded in katalon.
Even i believe, there is no limitation. But when more than 10 folders, 11 th folder which i got from other code is not loaded.I have tried closing and opening the KS, it did not load. When i have deleted one folder, then it got loaded.
You can define the custom keyword u, which you defined in a different project, by right-clicking on the KEYWORDS folder and using Import > Folder or Go.
So far, I have 14 customKeywords and from 15th one KS doesn’t list it on the keywords suggestions (Manual View).
Tried “File/Clean up” and ''deleting /bin, /Libs and .classpath", but still can’t reach new custom keywords recently created.
I also have tried to use/call that 15th customKeyword directly via Script View, other test case steps passed successfuly till reach last step (which calls that customKeyword), at that point it gives the following error:
... FAILED.
Reason:
org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: agrupVar.preNatal.preNatal() is applicable for argument types: () values: []
Possible solutions: println(), println(java.io.PrintWriter), print(java.io.PrintWriter), print(java.lang.Object), println(java.lang.Object), printf(java.lang.String, java.lang.Object)
If I copy the customKeyword code block and paste it inside a preexistent customKeyword class as a new @Keyword, its steps are executed with success, meaning that error is not bad syntax wrote on the keyword.
@Russ_Thomas, that issue was identified in other developer machine. I’ve pulled the code and was able to create a lot of extras custom keywords whose were loaded successfully.
Then I asked to that colegue to move the project to an upper directory level (c:), delete bin/Libs/.classpath, to open it again and new extras custom keywords worked!
Not so sure if it were the exact solution but anyone who encounters that issue should give it a try that.