I am in the process of testing a modal dialog using Katalon Studio. When i recode or spy mobile, katalon can detect all object on modal. But when replay, they can’t.
Test Cases/0_Chat/3. Chat_Unlock chat_Has only one chatroom FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Failed to tap on element ‘Object Repository/0_Chat/Locked chat room/android.widget.TextView5 - Mo chat ngay’
at com.kms.katalon.core.keyword.internal.KeywordMain.stepFailed(KeywordMain.groovy:48)
at com.kms.katalon.core.mobile.keyword.internal.MobileKeywordMain.stepFailed(MobileKeywordMain.groovy:40)
at
Hi a @duyluong ,
I updated to KS v6.1.2 and here is Event log and console when i execute test again.
(Our app used react native modalbox.) console_katalon6.1.2.txt (87.4 KB)
Please open Include/config/log.properties and enable the line logging.level.com.kms=TRACE and run again. The Console will show the debug to help you can debug better.