About 58,400 results
Open links in new tab
  1. How to Automate web api testing using Selenium - Stack Overflow

    Jun 28, 2016 · -1 I want to automate web api testing, but I am a beginner to automation. I have list of REST API's which I want to automate. Can someone please suggest from where should I …

  2. 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 …

  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. rest - RESTful API Testbed with Swagger - Stack Overflow

    Dredd is another really cool open-source tool that will automate testing your Swagger spec against a live backend. This is also a CLI too, and it works with API Blueprint in addition 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

    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. How to Automate Microsoft authenticator using selenium and java?

    Mar 24, 2023 · How to Automate Microsoft authenticator using selenium and java? Asked 2 years, 8 months ago Modified 2 years, 8 months ago Viewed 8k times

  8. Is there any way I can automate API testing in Postman?

    Dec 27, 2018 · Is there any way such that I can automate API testing in Postman? I have a set of APIs and testing it manually takes a lot of time. It would be great if it is possible to give the …

  9. testing - Bruno OAuth2 config - Stack Overflow

    Oct 1, 2024 · I am trying to automate api testing through Azure DevOps pipelines, and have set up some bruno configuration that does not seem to work. the OAuth2 is set up with an …

  10. Can JMeter do automation testing like Selenium can do?

    Oct 1, 2019 · 0 You can automate the form submission or order placement usin JMeter. You can JMeter for API testing as well by adding assertions. But the main purpose of the JMeter is to …