II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--performance-testing
performance-testing overview
Performance Testing Implementation - Comprehensive performance testing strategy covering load testing, stress testing, spike testing, soak testing, and scalability testing with workload modeling, performance benchmarking, bottleneck identification, and optimization recommendations.
Attributes
displayName
performance-testing
description
Performance Testing Implementation - Comprehensive performance testing strategy covering load testing,
stress testing, spike testing, soak testing, and scalability testing with workload modeling, performance benchmarking,
bottleneck identification, and optimization recommendations.
libraryPath
library/specializations/qa-testing-automation/performance-testing.js
specialization
qa-testing-automation
references
- - k6 Documentation: https://k6.io/docs/ - Performance Testing Patterns: https://martinfowler.com/articles/practical-test-pyramid.html - Load Testing Best Practices: https://www.nginx.com/blog/load-testing-best-practices/ - Apache JMeter: https://jmeter.apache.org/ - Gatling Documentation: https://gatling.io/docs/ - Performance Engineering: https://www.infoq.com/articles/performance-engineering/
example
const result = await orchestrate('specializations/qa-testing-automation/performance-testing', {
projectName: 'E-commerce API',
applicationUrl: 'https://api.staging.example.com',
performanceGoals: {
responseTime: { p95: 500, p99: 1000 },
throughput: { rps: 1000 },
errorRate: { max: 0.1 },
concurrentUsers: 5000
},
testScenarios: ['User Login', 'Product Search', 'Checkout', 'Order History'],
expectedLoad: { dailyUsers: 100000, peakHourMultiplier: 3 }
});
usesAgents
- performance-testing-expert
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:qa-testing-automation·Specialization
lib_covers_topic1
- topic:test-driven-development·TopicTest-Driven Development
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:qa-engineer·RoleQA Engineer
- role:sre·Role
lib_requires_skill_area2
- skill-area:performance-testing·SkillAreaPerformance Testing
- skill-area:load-testing·SkillAreaLoad Testing
uses_agent1
- lib-agent:qa-testing-automation--performance-testing-expert·LibraryAgentPerformance Testing Expert
Incoming edges
None.