Nineth. Testing under the Agile development model
1, the characteristics of agile development: customer-dependent participation, test-driven, and a compact iterative development cycle.
2, agile testing is essentially a coordination test. Everyone is required to participate in the design, implementation, and execution of the test plan.
3. Extreme Programming and testing
3.1 Extreme Programming, Attention:
A) achieve a simple design
b) Communication and collaboration between developers and customers
c) continuously test the code base
d) refactoring to accommodate changes in specification
e) Seek feedback from users
The 3.2 XP development model is driven by 12 core practices:
A) Planning and demand analysis
b) Small-scale, incrementally released
c) System metaphor
d) Brief design
e) Continuous Testing
f) Refactoring
g) Pair programming
h) Collective ownership of the code
i) Continuous integration
j) Work 40 hours a week
k) Customer on-site
L) coded by standard
3.3 Limit test, emphasizing continuous testing, mainly consists of unit test and acceptance test.
Tenth Internet Application test
11th Mobile Application Testing
A summary of the art of software testing (bottom)