Skip to content

How do I submit a test case on GMD?

Mark Kevin Baldemor edited this page Aug 15, 2017 · 9 revisions

Introduction (Ongoing)

Creating Test Cases are very important to GMD Projects to ensure the quality of our Material Design widget's API, not only it's behavioral aspect but also the layout / structure of it. We used the default GWT Test which is the integration of JUnit Testing Framework and it's an Open Source project.

On the other hand, we are using BrowserStack Automate to easily create a StoryBoard of your GMD Application for Testing on different Browser / Platform - using Selenium Test.

Click here for more information on GWT Testing.

Widget Testing Guide (JUnit Framework)

On this guide, you will learn how to contribute a simple test case of each Widget API. Let's focus first on how you will create new Test Case for existing Widget. Also take note that we created already each individual Material Widget initial tests.

Result

  • Step 5 - If the test you've updated / created are successfull you can now submit a Pull Request for your contribution. Please see the Contribution Guidelines.

App Test (Selenium Framework)

Clone this wiki locally