API Testing 10 - Jenkins Integration


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/videos/katalon-jenkins-integration.html

For API test,the response message includes Chinese, these words are messy code. Details as following:

hello,guys. I had the same problem.Recently I have found a solution to this problem
So, you can try the following solution:
1.Add Windows system environment variables
name:JAVA_TOOL_OPTIONS
path:-Dfile.encoding=UTF-8
2.save it
3.restart your Katalon Studio,

testclass
testclass.png839x219 4.85 KB

If the above steps are not detailed enough, you can visit my blogtestclass.I wrote the detailed instructions, but I used Chinese to write.
Before configuration modification:

testclass2
testclass2.png455x857 32 KB

After configuration modification:

testclass3
testclass3.png506x847 32.8 KB

u see it works :grinning: