About 270,000 results
Open links in new tab
  1. Using BDD in API automation testing is a good aproach?

    Dec 5, 2015 · 3 I'm writing a framework for RESTful API test automation, I already decided to go with REST Assured, I'm not 100% sure about add a layer to allow define tests using a domain …

  2. Playwright: How can I use a token generated by an API to be used …

    Apr 12, 2023 · I have an authentication API endpoint that generates an accessToken. I would this token to be temporarily saved and then used / executed across all my other API tests every …

  3. Automated testing for REST Api - Stack Overflow

    Aug 27, 2012 · JMeter is focused more on load testing, maybe you should check 12 Great Web Service Testing Tools to find the best option. Some of the tools from this list, for example …

  4. Best practice Design Pattern for API Automation Framework

    May 26, 2017 · 2 In our project we need to automate APIs written in Node.js, which uses GraphQL and REST, for that we have to develop an API Automation Framework which have to …

  5. unit testing - What are some ways to automatically test Swagger ...

    Nov 5, 2018 · Building a C# .NET Core API, I want to automatically test the endpoints in the documentation that is generated by Swagger as part of my build. Are there some prebuilt …

  6. java - How to automate Kafka Testing - Stack Overflow

    1 You can go for integration-testing or end-to-end testing by bringing up Kafka in a docker container. If you use Apache kafka-clients:2.1.0, then you don't need to deal with ZooKeeper …

  7. What's difference between UI level testing and API level testing?

    API is an acronym for Application Programming Interface. API enables communication between two separate software systems. A software system implementing an API contains …

  8. rest - What types of dependencies available to do API automation …

    Sep 6, 2022 · Selenium itself isn't typically used for API automation, as it's mainly for web browser automation. However, for API testing in projects where you're also using Selenium, you would …

  9. rest assured - API Automation Testing - Stack Overflow

    Dec 10, 2018 · Perform export to excel Validate API response status and exported excel content. With Postman, I am able to save exported excel in .xlsx format with "Send and Download" …

  10. Integrating Selenium web testing with REST APIs testing

    Oct 23, 2013 · After writing some web tests with Selenium, I need now to test REST APIs. I would like to drive my browser with Selenium and to verify the results displayed in my web browser …