.
Software testers do the development in TDD
The code/implemented and then tests are written.
The Tests are normally written before the Code
TDD does not require unit tests to be written
JUnitTest
UnitTest
JUnitCase
TestCase
@Before, @After, @Test
@BeforeTest, @AfterTest
@TestTest, @TestThis
@TestClass, @TestMethod
True
False
Software Tester
Designer
Developer
Client
When you start coding
In Parallel with your coding
Only when needed
At the end when your application is ready
Constants and Variables
Class
Method and functions
Package
Wait!
Here's an interesting quiz for you.