Skip to content

blabno/pwsz-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Software quality and testing exam

  • Git
  • Unit testing with JUnit
  • Static analysis in JavaScript with JSHint
  • Jenkins CI

Git

  • Fork and clone repo https://github.com/blabno/pwsz-exam-git
  • Merge feature branch feature/subtract to master with merge commit and resolve conflict if any
  • Rebase feature branch feature/ping-pong and merge to master using fast-forward
  • Create feature branch from master, add file, commit it and merge it to master
  • npm test must pass

Unit testing with JUnit

  • Prove implementation to be wrong
  • Achieve 100% of code coverage for a given method (mockito)
  • Test legacy code

Static analysis in JavaScript with JSHint

Cleanup static analysis ./node_modules/grunt-cli/bin/grunt jshint

Remember that npm test must pass!

Jenkins CI

  • Create job that checks out code from repo this, runs jshint and tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published