Sorry, I don’t get your question. Selenium is a library, so why do you need another library?
If you’re looking for an IDE for coding, there are some candidates:
For Java language, TestNG with Eclipse is the first come for me.
For C#, NUnit or MSTest on Visual Studio is the best one.
For Python, RobotFramework is what you need.
For Ruby, I’m not sure because I don’t know Ruby much, but I can suggest Cucumber (base on my knowledge).
Beside of Selenium, in terms of GUI testing, you can check out QTP, TestComplete, TestArchitect tools. They all have powerful GUI automation framework either on Desktop, Web or Mobile platform.
Sorry, I don’t get your question. Selenium is a library, so why do you need another library?
If you’re looking for an IDE for coding, there are some candidates:
For Java language, TestNG with Eclipse is the first come for me.
For C#, NUnit or MSTest on Visual Studio is the best one.
For Python, RobotFramework is what you need.
For Ruby, I’m not sure because I don’t know Ruby much, but I can suggest Cucumber (base on my knowledge).
Hi Michael,
Beside of Selenium, in terms of GUI testing, you can check out QTP, TestComplete, TestArchitect tools. They all have powerful GUI automation framework either on Desktop, Web or Mobile platform.
Is this what you’re asking for?
-Thanh