II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--exploratory-testing
exploratory-testing overview
Exploratory Testing Session Framework - Establish structured exploratory testing with session-based testing, charter definition, note-taking templates, findings management, and coverage tracking using heuristics and testing tours.
Attributes
displayName
exploratory-testing
description
Exploratory Testing Session Framework - Establish structured exploratory testing with session-based testing,
charter definition, note-taking templates, findings management, and coverage tracking using heuristics and testing tours.
libraryPath
library/specializations/qa-testing-automation/exploratory-testing.js
specialization
qa-testing-automation
references
- - Session-Based Test Management: http://www.satisfice.com/sbtm/ - Exploratory Testing Explained: https://www.ministryoftesting.com/dojo/lessons/exploratory-testing-explained - SFDPOT Heuristic: https://developsense.com/blog/2012/07/few-hiccupps-and-sfdpot/ - Testing Tours: https://www.satisfice.com/blog/archives/1220 - Heuristic Test Strategy Model: https://www.satisfice.com/tools/htsm.pdf
example
const result = await orchestrate('specializations/qa-testing-automation/exploratory-testing', {
applicationFeatures: ['User Management', 'Payment Processing', 'Search', 'Dashboard'],
teamMembers: [
{ name: 'Alice', role: 'QA Engineer', experience: 'senior' },
{ name: 'Bob', role: 'Developer', experience: 'mid' }
],
sessionDuration: 90,
testingTechniques: ['SFDPOT', 'tours', 'heuristics'],
bugTrackingSystem: 'Jira',
qualityTargets: { minSessionsPerFeature: 2, criticalFindingsExpected: 5 }
});
usesAgents
- exploratory-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:bug-triage·Workflow
lib_involves_role1
- role:qa-engineer·RoleQA Engineer
lib_requires_skill_area2
- skill-area:acceptance-testing·SkillAreaAcceptance Testing
- skill-area:functional-testing·SkillAreaFunctional Testing
uses_agent1
- lib-agent:qa-testing-automation--exploratory-testing-expert·LibraryAgentExploratory Testing Expert
Incoming edges
None.