II.
LibraryProcess JSON
Structured · livelib-process:qa-testing-automation--exploratory-testing
exploratory-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:qa-testing-automation--exploratory-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "exploratory-testing",
"description": "Exploratory Testing Session Framework - Establish structured exploratory testing with session-based testing,\ncharter 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/\n- Exploratory Testing Explained: https://www.ministryoftesting.com/dojo/lessons/exploratory-testing-explained\n- SFDPOT Heuristic: https://developsense.com/blog/2012/07/few-hiccupps-and-sfdpot/\n- Testing Tours: https://www.satisfice.com/blog/archives/1220\n- Heuristic Test Strategy Model: https://www.satisfice.com/tools/htsm.pdf"
],
"example": "const result = await orchestrate('specializations/qa-testing-automation/exploratory-testing', {\n applicationFeatures: ['User Management', 'Payment Processing', 'Search', 'Dashboard'],\n teamMembers: [\n { name: 'Alice', role: 'QA Engineer', experience: 'senior' },\n { name: 'Bob', role: 'Developer', experience: 'mid' }\n ],\n sessionDuration: 90,\n testingTechniques: ['SFDPOT', 'tours', 'heuristics'],\n bugTrackingSystem: 'Jira',\n qualityTargets: { minSessionsPerFeature: 2, criticalFindingsExpected: 5 }\n});",
"usesAgents": [
"exploratory-testing-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:qa-testing-automation--exploratory-testing",
"to": "skill-area:acceptance-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--exploratory-testing",
"to": "skill-area:functional-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--exploratory-testing",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--exploratory-testing",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--exploratory-testing",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--exploratory-testing",
"to": "workflow:bug-triage",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--exploratory-testing",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--exploratory-testing",
"to": "lib-agent:qa-testing-automation--exploratory-testing-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}