Benutzer:MovGP0/Programmierung

Dies ist eine alte Version dieser Seite, zuletzt bearbeitet am 6. September 2016 um 13:41 Uhr durch MovGP0 (Diskussion | Beiträge) (Continious Integration). Sie kann sich erheblich von der aktuellen Version unterscheiden.
   MovGP0        Über mich        Hilfen        Artikel        Weblinks        Literatur        Zitate        Notizen        Programmierung        MSCert        Physik      


Testing-Begriffe

Dummy object
is passed around but never actually used. Usually they are just used to fill parameter lists.
Fake object
actually have working implementations, but usually take some shortcut which makes them not suitable for production (an in memory database is a good example).
Stub
provide canned answers to calls made during the test, usually not responding at all to anything outside what's programmed in for the test. Stubs may also record information about calls, such as an email gateway stub that remembers the messages it 'sent', or maybe only how many messages it 'sent'.
Mock
objects pre-programmed with expectations which form a specification of the calls they are expected to receive.

Tools

Issure Tracker

  • YouTrack. Jetbrains, abgerufen am 14. Februar 2014.
  • JIRA. Atlassian, abgerufen am 14. Februar 2014.
  • Planbox. Abgerufen am 14. Februar 2014.
  • Kanban Tool. Abgerufen am 14. Februar 2014.

Continious Integration

  • Teamcity. Jetbrains, abgerufen am 14. Februar 2014.
  • Hudson. Abgerufen am 14. Februar 2014.
  • Octopus Deploy. Abgerufen am 6. September 2016 (englisch).
    • Octostache. In: GitHub. Abgerufen am 6. September 2016 (englisch, Helper zum Testen von Octobus Deploy Scripts).

IE-Testing

  • My Debugbar. Abgerufen am 28. August 2014 (englisch, Testen von Webseiten mit alten Versionen vom IE).

Visual Studio Project Type GUIDs