Performance Testing - up1/training-courses GitHub Wiki
Course :: Performance Testing
Outline
- กระบวนการและขั้นตอนของการพัฒนา ตรวจสอบ ทดสอบ เพื่อส่งมอบซอฟต์แวร์
- ปัญหาพื้นฐานที่ส่งผลกระทบกับประสิทธิภาพของการให้บริการ และการใช้งานซอฟต์แวร์
- การทดสอบ Performance Testing คืออะไร และสำคัญอย่างไร
- รูปแบบของการทดสอบ Performance Testing
- Load Testing
- Stress Testing
- Endurance Testing
- Spike Testing
- Volume Testing
- Scalability Testing
- การกำหนดตัววัดผลของการทดสอบ Performance Testing
- Concurrent users
- Response size
- Response time
- Transaction per second
- Statistic
- Mean
- Median
- Mode
- Standard deviation
- Percentile
- ขั้นตอนของการทดสอบ Performance Testing
- Identify your testing environment
- Identify the performance acceptance criteria
- Plan & design performance tests
- Configuring the test environment
- Implement test design
- Run the tests
- Analyze, tune and re-test
- Workshop
- Design and execute with tools
- Distributed testing
- Report and monitoring system
- Find problems and bottlneck
- Tuning system