Question - What are the different test types that Selenium supports?
Answer -
Functional - This is a type of black-box testing in which the test cases are based on the software specification.
Regression - This testing helps to find new errors, regressions, etc. in different functional and non-functional areas of code after the alteration.
Load Testing - This testing seeks to monitor the response of a device after putting a load on it. It is carried out to study the behavior of the system under certain conditions.