Micro Focus QTP (UFT) Forums

Full Version: API Testing Automation Using QTP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Guys,

We have a Java Swing application which calls API(for Java) and through TOPLINK it updates the records in Database.

My Manager is planning to bypass the GUI(as it is very unstable for automation) and to call API somehow to update the DB and to validate it further.

So I wanted to know can we Automate these kind of API testing?

Can we call API (having Functions and Classes written in Java) from QTP or from VB code?

If yes , will it be a correct alternative to get rid of the unstable GUI?