Issue of reading Excel sheet in Katalon Studio 7.9.1

This looks the same as

Please make a Test Case “whichJar” like the following and execute it:

import org.apache.xerces.dom.NodeImpl
URL u = NodeImpl.class.getResource("/" + NodeImpl.class.getName().replaceAll("\\.", "/") + ".class");
System.out.println(u);

This would print a message in the Console.

On my machine (Mac Book, Katalon Studio v8.2.0beta) I saw this, which is ok:


2021-10-15 13:51:32.773 DEBUG testcase.whichJar                        - 2: out.println(u)
jar:file:/Applications/Katalon%20Studio.app/Contents/Eclipse/plugins/org.codehaus.groovy_2.4.20.v202009301404-e2006-RELEASE/lib/org.apache.xerces.impl_2.11.0.jar!/org/apache/xerces/dom/NodeImpl.class

@gunaapps14

Which path do you find on your machine?
I guess you would find a path of some jar file located in the Drivers folder.