0

I'm looking to write a few gadgets that I will be running in WSO2 gadget server. Before I start, I would like to understand how I can test the gadgets using an automated test framework.

Can standard web browser automation tests (e.g. selenium) be used for gadgets? If not, is there any documentation or wiki pages showing how automated gadget testing can be done?

Chris Snow
  • 23,813
  • 35
  • 144
  • 309

1 Answers1

0

Selenium is the best option to do a test automation for gadgets. because it will test from the UI level.

ChamaraS
  • 389
  • 4
  • 12
  • does anything special need to be done with selenium to test gadgets? – Chris Snow Nov 02 '12 at 14:48
  • 1
    You can look at sample codes available here, these are few tests written for GS using selenium. https://svn.wso2.org/repos/wso2/trunk/commons/qa/web-test-framework/gs/ – Thilini Ishaka Nov 02 '12 at 15:30