oasp-forge / oasp4js-rev

The Open Application Standard Platform for JavaScript
http://oasp.github.io/
0 stars 2 forks source link

Start testing docs & guidelines #10

Open maybeec opened 8 years ago

maybeec commented 8 years ago

We should start the testing docs soon covering at least

jhcore commented 8 years ago

I'm working on this here https://github.com/jhcore/oasp4js-rev/wiki/guide-testing maybe you can check it

MarcoRose commented 8 years ago

Please be aware that there is a team working on a server side test concept using spring test + reference solution in OASP. Please ask Jonas Molina-Ramirez

cbeldacap commented 8 years ago

I'm getting into jasmine testing of the sample-app components and services. I'll create some tests for:

-- .service.ts -- .component.ts without injected services -- *.component.ts with injected services

I'm following this (posts, articles, webinars...), although I'll port more links and info:

cbeldacap commented 8 years ago

With the release of Angular 2.0.0, all guides in www.angular.io have been updated. The testing one offers the chance to create test where services, routers and so on are injected.

Still getting into it. The most part of the components of the sample-app meet so many of the testing criteria.

https://angular.io/docs/ts/latest/guide/testing.html