buchspektrum Internet-Buchhandlung

Neuerscheinungen 2010

Stand: 2020-01-07
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Athokpam Raju Singh

The Code Development - A Mature Way


Test Driven Development and Build Automation
2010. 80 S.
Verlag/Jahr: VDM VERLAG DR. MÜLLER 2010
ISBN: 3-639-28826-2 (3639288262)
Neue ISBN: 978-3-639-28826-1 (9783639288261)

Preis und Lieferzeit: Bitte klicken


Having worked as a software engineer for 6 years, I have been developing software for all this time. In this book, I emphasize on the quality of the software. I rather focus on the theoretical part of software testing as well as software quality assurance. After knowing the theories, I tried to emphasize some methodology to be use while programming so that the end quality of the code is definitely better. This topic is undertaken because everyone in this industry writes code to develop application but how much the written code is matured is a questionable thing. Here I tried to emphasize on Test Driven Development as practical exercise. Simply stating forward, TDD means to write test codes before writing production code. Production code is written either to correct code compilation problem or to correct test cases assertion failure. On the software quality area, I touch on system of the technical environment. A developer should be able to tag, build, deploy, restart server etc all automatically. A script is written to automate this process.
I have completed Bachelor of Engineering from NIT Bhopal, India and Master of Science from BITS Pilani, India. I am currently working on Java technology in a banking domain.