GUI automation testing
ReportQuestion
Hi all,
I'm looking for a framework/library to do GUI Automation testing (maybe base on Selenium).
Anyone knows a candidate?
in progress
1
Automation
5 years
2 Answer
1518 views
0
Answers ( 2 )
Please briefly explain why you feel this answer should be reported .
Report CancelIf 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).
Please briefly explain why you feel this answer should be reported .
Report CancelBeside 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