Hi Community members!
Let us take a look back at some of the most active topic within February 2023. Although theyâve generated quite a bit of discussions, most (if not all) of them still havenât been resolved with suitable solutions .
If you happen to know the answer to any of the topics below, feel free to leave your comments within them to help the original poster (OP). Youâll also gain quite a bit of Kudos by doing so! Cheers!
App was not responding , below are the steps i did.
-Added an API project
-Added requests and added Test case
-added manual step in Test case, when click on keyword app got hanged and did not respond. I waiting for approx 10 mins and then killed the process.
[2023-02-02 15_11_06_katalonIssue]
I need to execute a script when a test case fails.
The script is this:
import org.openqa.selenium.WebDriver
import org.openqa.selenium.logging.LogEntries
import org.openqa.selenium.logging.LogEntry
LogEntries logs = driver.manage().logs().get(âbrowserâ)
for (LogEntry entry : logs) {
println entry.getMessage()
}
According to this topic: Can I log browser console errors? - #3 by Edita_Markauskaite
I have a test script which creates a forum topic with a unique name.
Then in another test case, I would like to call that topic test case and creat a post that belong to that topic. In order to do that I need to know the topic name, but I dont have access to it.
My question is how do I save the local varible topicName into a global variable so that i can use it in my other test case. I will share the code snippet for my topic-create script.
Thanks in advance for your help.
//Call the test caâŚ
Hi. I want to get a report ONLY on errors, not all the steps, how can I do this?
Has anyone found a fix for this [error] Cannot find element ?
I have gone through the common issues on this article (Katalon Recorder FAQ and Troubleshooting Instructions | Katalon Docs ) but still donât find a way for the replay to execute image upload correctly. Please advise.
[info] Executing: | selectFrame | index=10 | |
[info] Expand variable âindex=10â into âindex=10â
[info] Executing: | type | id=file-upload | /Users/gc/Downloads/1.png |
[info] Wait until the element is found
[infâŚ
Happy testing!