Hello all,
Does Ranorex supports API testing? If so can anyone please share the referral information.
thanks in advance.
API Testing
Re: API Testing
Hi,
Ranorex is primarily a UI test automation tool. So I'm afraid, there is not any special support for API testing in Ranorex. On the other hand, Ranorex is built on .Net and allows you to write C#/VB .Net code, which means you can do almost anything you want with it, including API testing. You just have to put together some code to test your API. But you can still use Ranorex reporting, and Test Suite goodies, which means you can organize your API test (code) modules in projects and test suites. Hope this helps?
Ranorex is primarily a UI test automation tool. So I'm afraid, there is not any special support for API testing in Ranorex. On the other hand, Ranorex is built on .Net and allows you to write C#/VB .Net code, which means you can do almost anything you want with it, including API testing. You just have to put together some code to test your API. But you can still use Ranorex reporting, and Test Suite goodies, which means you can organize your API test (code) modules in projects and test suites. Hope this helps?
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
-
- Posts: 42
- Joined: Tue Jan 30, 2018 12:56 pm
Re: API Testing
thanks the suggestion
i will use C# coding.

i will use C# coding.