How to Highlight Test object in each and every step

In Feb I worked on my project to include the proposal by @Drunda_Nibel. In my GitHub project, I mad a branch named Drunda_Niebel. The most current code set is accessible at the following URL:

Unfortunately I encountered a blocking problem. Therefore I hesitated announcing this modified version.

What was the blocking problem?

  • git clone https://github.com/kazurayam/HighlightingElementByTestObjectInEachAndEveryStep
  • git checkout Drunda_Nibel
  • start Katalon Studio (version 6.1.1 or under), open the project HighlightingElementByTestObjectInEachAndEveryStep
  • run Test Cases/main/TC2_failing
  • then you will see the following result:

The LogView shows that I got the last step failed. It meaned closeBrowser() failed!. But in fact, invocation of closeBrowser() was just working. The Log was just misleading. This must be a bug in Katalon Studio!


Katalon Studio 6.1.2.rc2 was announced: Katalon Studio version 6.1.2.rc2 with Settings support for custom keyword plugins

This version includes

I tried version 6.1.2 with the above mentioned case. I confirmed that the problem was fixed.

1 Like