II.
LibraryProcess overview
Reference · livelib-process:qa-testing-automation--cross-browser-testing
cross-browser-testing overview
Cross-Browser/Device Testing - Comprehensive cross-browser and cross-device testing to ensure application compatibility across different browsers, operating systems, devices, and viewport sizes with cloud testing platforms, parallel execution, and compatibility issue tracking.
Attributes
displayName
cross-browser-testing
description
Cross-Browser/Device Testing - Comprehensive cross-browser and cross-device testing to ensure
application compatibility across different browsers, operating systems, devices, and viewport sizes with
cloud testing platforms, parallel execution, and compatibility issue tracking.
libraryPath
library/specializations/qa-testing-automation/cross-browser-testing.js
specialization
qa-testing-automation
references
- - BrowserStack: https://www.browserstack.com/docs - Sauce Labs: https://docs.saucelabs.com/ - Playwright Cross-Browser: https://playwright.dev/docs/browsers - Responsive Testing: https://web.dev/responsive-web-design-basics/ - Browser Compatibility: https://caniuse.com/ - Cross-Browser Testing Guide: https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing
example
const result = await orchestrate('specializations/qa-testing-automation/cross-browser-testing', {
projectName: 'E-Commerce Platform',
applicationUrl: 'https://staging.example.com',
browserMatrix: [
{ browser: 'Chrome', version: 'latest', os: 'Windows 10' },
{ browser: 'Firefox', version: 'latest', os: 'macOS' },
{ browser: 'Safari', version: 'latest', os: 'macOS' },
{ browser: 'Edge', version: 'latest', os: 'Windows 11' }
],
cloudPlatform: 'BrowserStack',
testFramework: 'playwright',
priorityCombinations: ['Chrome-Windows', 'Safari-macOS', 'Mobile-iOS'],
acceptanceCriteria: { coverage: 90, criticalBugs: 0, executionTime: 60 }
});
usesAgents
- e2e-automation-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_workflow2
- workflow:feature-development·Workflow
- workflow:cross-platform-testing·WorkflowCross-Platform Testing
lib_involves_role2
- role:qa-engineer·RoleQA Engineer
- role:frontend-engineer·RoleFrontend Engineer
lib_requires_skill_area2
- skill-area:cross-browser-testing·SkillAreaCross-browser Testing
- skill-area:e2e-testing·SkillAreaEnd-to-End Testing
uses_agent1
- lib-agent:qa-testing-automation--e2e-automation-expert·LibraryAgentE2E Automation Expert
Incoming edges
None.