automationleg
automationleg

Reputation: 323

Can I do REST API testing in LeanFT and have test results updated in HP ALM?

I found that API testing is supported by UFT. What about LeanFT. I know I could do the testing with help of some Java libraries, but I am not sure if test results can be updated in HP ALM. What is the trick here? Can I or cannot do the API testing with LeanFT?

Upvotes: 1

Views: 672

Answers (1)

Adelin
Adelin

Reputation: 8209

LeanFT is relying on an SDK (Java, C#, JavaScript, etc.)

Any of those SDK already have plenty of ways to do REST API tests, so LeanFT didn't implement a way to do that. (It would mean to reinvent the wheel).

Your question really is: can you report results to ALM through LeanFT? And you can do that, of course. Here's one example, out of many others.

Upvotes: 2

Related Questions