You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2012/02/28 00:18:25 UTC

[Cordova Wiki] Trivial Update of "RunningTests" by FilMaj

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "RunningTests" page has been changed by FilMaj:
http://wiki.apache.org/cordova/RunningTests?action=diff&rev1=5&rev2=6

  
  There are two parts to the Mobile Spec:
  
- 1. a QUnit suite of tests that assert things about the Cordova JavaScript API. When you load mobile-spec up on your device, hit the "Automatic Tests" button and that test suite should start executing.
+  1. a QUnit suite of tests that assert things about the Cordova JavaScript API. When you load mobile-spec up on your device, hit the "Automatic Tests" button and that test suite should start executing.
- 2. a series of "manual" tests. These are all linked from the project's root page. You should run through each one to make sure baseline functionality works as expected.
+  2. a series of "manual" tests. These are all linked from the project's root page. You should run through each one to make sure baseline functionality works as expected.
  
  == Testing Cordova on Android (Post Cordova View) ==