Yusuf Şahin
Blog myBlog= new Blog("Daima Öğrenci");


Software Testing için okunulası

Ekim 25, 2008 13:36 by Yusuf Sahin

Okunulası kitaplar.Faydalı olacaktır... 

  • Optimize Quality For Business Outcomes A Practical Approach to Software Testing (Paperback)
    by Golze (Author), Li (Author), Prince (Author)
  • Lessons Learned in Software Testing
    by  CEM KANER,James Bach
  • Test Process Improvement: A step-by-step guide to structured testing (ACM Press) (Hardcover)
    by Tim Koomen (Author), Martin Pol (Author)

Becoming a Software Testing Expert

Eylül 14, 2008 00:55 by Yusuf Sahin

Google TechTalks June 13, 2006 James Bach

http://video.google.com/videoplay?docid=6852841264192883219

JUnit - Basit bir örnek

Haziran 18, 2008 22:29 by Yusuf Sahin

http://www.ic.sunysb.edu/stu/yosong/cse219/junit.html

import org.junit.*;

public class ExampleTest {

    /**
     * methods annotated with @BeforeClass are
     * called once before the test methods run
     */
    @BeforeClass
    public static void setUpBeforeClass() {
        ;
    }
   
    /**
     * methods annotated with @AfterClass are
     * called once after all test methods run
     */
    @AfterClass
    public static void tearDownAfterClass() {
        ;
    }
   
    /**
     * methods annotated with @Before are
     * called before every test case method
     */
    @Before
    public void setUp() {
;
    }

    /**
     * methods annotated with @After are
     * called after every test case method
     */
    @After
    public void tearDown() {
;
    }
   
    /**
     * methods annotated with @Test are
     * your actual Unit Test methods
     * test using:
     *    Assert.assertEquals
     *    Assert.assertTrue
     *    Assert.assertFalse
     *    Assert.assertNotNull
     *    Assert.assertNull
     *    etc.
     */
    @Test
    public void firstTest() {
;
    }
   
    @Test
    public void secondTest() {
;
    }

    @Test(expected=Exception.class)
    public void checkExceptionTest() {
;
    }
}

Automated Testing Patterns and Smells

Mayıs 19, 2008 13:42 by Yusuf Sahin

ABSTRACT

The extensive use of automated testing has been a breakthrough practice in improving the quality of software produced by developers. By now, many companies ha...

ISTQB Dökümanları

Mart 27, 2008 14:01 by Yusuf Sahin

Uzun zaman önce linki verilmeliydi belki ama yeni aklıma geldi.
Aşağıdaki linklerden International Software Testing Qualifications Board(ISTQB)
syllabuslarına ulabilirsiniz.

Foundation Level : ISTQB Syllabus Foundation Level V2007, 12th April 2007
Advanced Level : Syllabus Advanced Level 2007 (official release)

ISTQB Standard Glossary of Terms used in Software Testing V.2.0, Dec, 2nd 2007

Internatinal Link : www.istqb.org
ABD : http://www.astqb.org/
Turkiyede bu misyonu üstlenen : www.turkishtestingboard.org