0 votes
in SOAPUI by
SOAP UI Vs Selenium:

1 Answer

0 votes
by

Let's compare SoapUI with Selenium

SOAP UI

Selenium

SOAP UI is NOT used for User Interface Testing. It is only used for WebAPI or WebService TestingSelenium is used for User Interface Testing.
Capability to test the data sent and received between the web browser and a web server. Can test the protocols/technologies such as REST, SOAP.Selenium cannot test protocols, but they can test the UI behavior.
Able to perform functional, load and Security Testing of the above-mentioned technologies.Selenium can perform only Functional TestingPerformance Testing to some extent because we can track execution time with regards to the performance but cannot test multi user and multi tenancy. Selenium certainly cannot be used for security testing.
It is PROTOCOL Dependent and NOT browser dependent.Selenium depends on the browser capabilities.

Related questions

0 votes
asked Dec 2, 2019 in SOAPUI by Sinaya
0 votes
asked Nov 25, 2019 in SOAPUI by rajeshsharma
0 votes
asked Dec 2, 2019 in SOAPUI by Sinaya
...