Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (47.6k points)

How do I do API testing in Selenium WebDriver using Eclipse?

1 Answer

0 votes
by (106k points)

It is not recommended to use Selenium for testing APIs.

Reasons are as follows:-

  1. Selenium is used to automate browsers, so it operates on the user interface level of an application.

  2. The actions performed on a user interface might invoke API calls. Selenium is completely oblivious to this API interaction, however.

  3. Also, Selenium is not a performance test tool.

  4. There is no way to have Selenium interact with APIs directly.

If you want to make your career in automation testing you must take up the following Selenium Training Course. If you like reading you must read the following Selenium tutorial. You should also watch the below-mentioned video tutorial to learn the basic concepts of Selenium.

.

Browse Categories

...