Domain
A Domain represents your main website or application root. Use domains when tests need to start from the homepage and then navigate across multiple pages.
Web Link
A Web Link refers to any specific page or URL within your application. Use web links when tests focus on particular pages or features without requiring homepage navigation.
Choosing Between Domain and Web Link
Use Domain when:
- Tests need to start from the homepage
- You’re testing navigation flows
- Tests span multiple sections of your site
- You want flexibility to navigate anywhere from the root
Use Web Link when:
- Tests focus on a specific page or feature
- You need to test deep-linked pages directly
- Starting from a particular URL saves time
- Testing isolated page functionality
Environment Configuration
Within each environment, you can configure multiple domains and web links to cover all testing scenarios. This allows you to maintain separate URLs for staging and production while keeping test logic consistent.
