Question tips - https://forum.katalon.com/discussion/9337/tip-my-test-is-broken-nothing-works-please-help-me. Looking for solution: https://stackoverflow.com/search?q=%23katalon-studio Register a bug: https://github.com/katalon-studio/katalon-studio/issues
Is there a possibility to use global variable inside other global variable
i.e. my URL is changing with different servers so first part of it is global variable + static part + ID which is changing again.
Can I have this as global variable in which I can define parts of URL as per my other global variables and static text
i.e. GlobalVariable.URL which contains --> GlobalVariable.1 + static text + GlobalVariable.2
GlobalVariable.URL = GlobalVariable.1 + static text + GlobalVariable.2
2020-11-17 21:31:58.256 INFO com.kms.katalon.core.util.KeywordUtil - This is a Multipart
2020-11-17 21:31:58.257 INFO com.kms.katalon.core.util.KeywordUtil - ---------------------------
2020-11-17 21:31:58.336 INFO k.k.c.m.CustomKeywordDelegatingMetaClass - com.testwithhari.katalon.plugins.Gmail.readLatestEMailBodyContent is PASSED
2020-11-17 21:31:58.337 DEBUG 06_Verify Received Recover Password Link - 5: println(emailc)
javax.mail.internet.MimeMultipart@4e1ce44
any idea on how to resolve the multipart issue while reading gmail inbox
groovy.lang.MissingMethodException: No signature of method: static com.kms.katalon.core.mobile.keyword.MobileBuiltInKeywords.setText() is applicable for argument types: (com.kms.katalon.core.testobject.TestObject, java.lang.String) values: [TestObject - 'Object Repository/android.widget.EditText0 - username', ...]
Anyone help me resolve this issue? Using waitforElementPresent does not seem to help.
Hello everyone,
I was trying to create an automated test case for clicking on a Register button by using Katalon Studio’s recording functionality, but when I run my testcase the testcase passes while nothing seems to have happened (which means that the button wasn’t clicked according to my knowledge). The application can be seen on the right of the screenshot below (I am trying to simply make the automated test case click the bottom button).