Import the plugin to Katalon Studio and start debugging
Import your plugin and take the necessary steps to ensure that the breakpoint you set is achieved.
After a successful import, you can debug the platform plugin project as a normal java project.
Disconnect and stop debugging
Press the Red icon, and your session will get disconnected and stop debugging.
Frequently Asked Questions
What is XPath in Katalon?
One of the HTML selectors used in test automation is called XPath.
Which protocol is used by the RESTful Web services?
RESTful web services use the HTTP protocol as a communication channel between the server and client.
Which WebDriver API is the fastest?
The fastest and cheapest headless browser implementation for WebDriver is HTMLUnitDriver.
Which language is best for SaaS?
Ruby is a language that is for SaaS. It is a flexible, portable language primarily used to create desktop SaaS applications.
What is a GUI testing tool?
A proper GUI (graphical user interface) is always helpful in capturing the user's attention. Hence, GUI testing tools test the application's user interface.
Conclusion
This blog has extensively discussed Debugging the platform plugin using Eclipse IDE. This article helped enhance your knowledge about Importing platform plugins to Eclipse IDE as a Maven project, Configuring the Java Remote Application Debugger Importing plugin to Katalon Studio, and starting debugging.