II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--api-testing
api-testing overview
API Test Automation Suite - Comprehensive API test automation covering REST/GraphQL endpoints, contract testing, schema validation, performance testing, security testing, and integration with CI/CD pipelines following industry best practices for API quality assurance.
Attributes
displayName
api-testing
description
API Test Automation Suite - Comprehensive API test automation covering REST/GraphQL endpoints,
contract testing, schema validation, performance testing, security testing, and integration with CI/CD pipelines
following industry best practices for API quality assurance.
libraryPath
library/specializations/qa-testing-automation/api-testing.js
specialization
qa-testing-automation
references
- - REST API Testing: https://restfulapi.net/rest-api-testing/ - Contract Testing: https://docs.pact.io/ - API Security: https://owasp.org/www-project-api-security/ - Postman Testing: https://learning.postman.com/docs/writing-scripts/test-scripts/ - Supertest: https://github.com/ladjs/supertest - Swagger/OpenAPI: https://swagger.io/specification/
example
const result = await orchestrate('specializations/qa-testing-automation/api-testing', {
projectName: 'E-Commerce API',
apiBaseUrl: 'https://api.example.com/v1',
apiType: 'REST',
endpoints: [
{ path: '/users', methods: ['GET', 'POST'] },
{ path: '/products', methods: ['GET', 'POST', 'PUT', 'DELETE'] },
{ path: '/orders', methods: ['GET', 'POST'] }
],
authType: 'Bearer',
testScope: ['functional', 'contract', 'performance', 'security'],
performanceCriteria: { maxResponseTime: 200, throughput: 1000 },
securityScans: ['authentication', 'authorization', 'injection', 'rate-limiting']
});
usesAgents
- api-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:backend-engineer·RoleBackend Engineer
lib_requires_skill_area2
- skill-area:api-contract-testing·SkillAreaAPI Contract Testing
- skill-area:integration-testing·SkillAreaIntegration Testing
uses_agent1
- lib-agent:qa-testing-automation--api-testing-expert·LibraryAgentAPI Testing Expert
Incoming edges
None.