TestComplete 14 with Internet Explorer 9
I am using Testcomplet 14 trail version for Finacle10 Automation in IE9.
I am facing some mapping issues I couldn’t able to highlight the mapped objects. But I can able to rum the Test Execution but couldn’t able to highlight those objects.
I have a doubt whether Testcomplete 14 will perfectly support to IE9.
Or do I need to add any plugins in Testcomplete to automate Finacle10.
Swagger UI only allows to try / execute, can't have proper test(s) / assertions.
Swagger UI is a viewer for the API definitions utilizing OpenAPI standard. OpenAPI specification was formerly known as Swagger, that's where a lot of confusion comes from.
And yes, if you have an access to Swagger UI, you can get an underlying OpenAPI definition and import it into ReadyAPI.
An example, with the BankGround API.
If you visit https://bankground.apimate.eu/ you will be able to see the API presented in Swagger UI (a brief description in the introduction, API operations are bellow).
In the top left corner, there is a link to the OpenAPI definition:
Either copy this link or click it and download the JSON file -- this is OpenAPI definition. Import the OpenAPI definition into ReadyAPI.
That's all!