Multiple choice technology testing

What are the OpenSource Testing tools among the following?

  1. Selenium

  2. AutoHotkey

  3. Maveryx

  4. Eggplant

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Selenium is a well-known open-source web application testing framework. AutoHotkey is open-source automation scripting software. Maveryx is an open-source test automation tool for Java/GUI applications. Eggplant is a commercial, proprietary testing tool (not open-source). Therefore options A, B, and C are correct while option D is incorrect.

AI explanation

Selenium is a widely used open-source browser automation/testing framework (Apache 2.0 license). AutoHotkey is also open source, a free scripting language primarily for Windows UI automation, useful for driving desktop test scripts. Maveryx is likewise an open-source (GPL) functional test automation framework aimed at reducing test maintenance via object recognition. Eggplant (from TestPlant/Keysight), by contrast, is a commercial, proprietary GUI test automation product requiring paid licensing — it is not open source, which is why it's correctly excluded from the selected answers.