You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data.js
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -21,58 +21,58 @@ const PRODUCTS = [
21
21
videos: [
22
22
{id: "aa-1",title: "1.1 Get Started | Record Your First Test on Low Code Automation",youtubeId: "https://www.youtube.com/watch?v=x0bHlVV2psU&list=PLN1KfW8k2lAk",duration: "05:11",
23
23
description: "Start your Low Code Automation journey by recording a test directly in your browser. The intuitive test recorder turns every click, input, and navigation into an automated step in real time, with no coding or infrastructure setup, so QA testers, developers, and citizen testers can build their first automated test in minutes.",
24
-
docs: [{label: "Create Your First Test",url: "https://www.browserstack.com/docs/low-code-automation/get-started/create-test"}],links: []},
24
+
docs: [{label: "Create Your First Test",url: "https://www.browserstack.com/docs/low-code-automation/get-started/create-test"}],links: [{label: "Contact BrowserStack Support",url: "https://www.browserstack.com/contact?ref=helpdesk-bottom-contact-us-cta"}]},
25
25
{id: "aa-2",title: "1.2 Get Started | Add Validations: Visual, Text Assert, Element Presence",youtubeId: "https://youtu.be/_3k8DXgi8Cs?si=jWaECArBEYmwKCyq",duration: "03:31",
26
26
description: "Add detailed validations to your recorded steps to verify both functionality and visuals. Assert on text, elements, and page state so every critical checkpoint in your end-to-end journey is checked automatically on each run..",
{id: "aa-3",title: "1.3 Get Started | Create Test Suites & Run Cross-Browser Builds",youtubeId: "https://www.youtube.com/watch?v=8ttgxw3dpX4&list=PLN1KfW8k2lAk",duration: "02:08",
29
29
description: "Create your test suite and replay recorded tests on real desktop and mobile browsers in the BrowserStack cloud. Run the same flow across multiple browser and OS combinations to confirm consistent behaviour everywhere, while intelligent wait timeouts automatically reduce flakiness with zero infrastructure to manage.",
{id: "aa-4",title: "1.4 Get Started | Debug Tests with Video, Screenshots & Logs",youtubeId: "https://youtu.be/8ttgxw3dpX4?si=3ujjjI1-8JIpPQ0p",duration: "04:30",
32
32
description: "Diagnose failures fast using rich debugging data. Step through each action with screenshots, video, and logs from the run to understand exactly what happened, and monitor the ongoing health of your tests.",
{id: "aa-5",title: "1.5 Get Started | Test Internal & Staging Environments with BrowserStack Local",youtubeId: "https://www.youtube.com/watch?v=BDrDstNDnv0&list=PLN1KfW8k2lAk",duration: "03:55",
35
35
description: "Test applications that aren't publicly accessible. Use BrowserStack Local to securely run low-code tests against internal, staging, UAT, and pre-production environments hosted behind your firewall or proxy.",
{id: "aa-6",title: "1.6 Get Started | Run Tests in Your CI/CD Pipeline",youtubeId: "https://www.youtube.com/watch?v=8vXaAJlpV40&list=PLN1KfW8k2lAk&index=6",duration: "02:43",
38
38
description: "Shift your low-code tests left by running them automatically in your pipeline. Trigger tests on every build or deployment and pull results back into your CI/CD workflow for continuous, fast feedback.",
{id: "aa-7",title: "2.1 Test faster and broaden Coverage | AI-Powered Testing",youtubeId: "https://www.youtube.com/watch?v=CGXw64t2Nrk&list=PLN1KfW8k2lAk",duration: "05:42",
41
41
description: "Use AI to turn plain natural-language instructions into ready-to-run test steps. Generate test cases and steps from a simple prompt to accelerate authoring, then fine-tune them in the recorder, lowering the learning curve even further.",
{id: "aa-8",title: "2.2 Test faster and broaden Coverage | IP Geolocation Testing",youtubeId: "https://www.youtube.com/watch?v=spToUIJN6lY&list=PLN1KfW8k2lAk",duration: "03:21",
44
44
description: "Verify region-specific behaviour by running tests from different geographic locations. Check localised content, pricing, language, and geo-gated features using IP-based geolocation to ensure a consistent experience for global users.",
description: "Improve reliability by customising how your tests identify elements. Override auto-generated locators with your own selectors to pinpoint hard-to-identify or dynamic elements, working alongside AI self-heal to keep tests passing as your application changes.",
description: "Keep large test suites maintainable by grouping repeated steps, such as login or checkout, into reusable modules. Update a flow once and have the change reflected across every test that uses it, cutting duplication and ongoing maintenance.",
description: "Run the same test across many data combinations using built-in Variables, Secrets, and test datasets. Parameterise inputs, securely store credentials as masked secrets, and validate your application against multiple data sets without rebuilding the test.",
description: "Make your tests handle real-world unpredictability by adding conditional logic. Branch a test based on what actually appears on screen, such as pop-ups, A/B variations, or dynamic states, so a single test adapts to multiple scenarios instead of breaking.",
description: "Go beyond standard steps by adding custom actions and JavaScript snippets. Automate advanced or app-specific use cases such as custom waits, computed values, and DOM interactions, while keeping the rest of your test fully codeless.",
description: "Test workflows that depend on files end to end. Validate uploading documents and images into your app, and downloading files such as invoices or reports, all as part of a single low-code test.",
description: "Combine UI and API checks in one test. Add API validation steps to verify backend responses, status codes, and payloads alongside your front-end flow for fuller end-to-end coverage from a single low-code test.",
description: "Validate email-dependent journeys without leaving your test. Cover sign-up confirmations, OTPs, password resets, and notification emails as an integrated part of your end-to-end flow.",
{id: "aa-17",title: "5.1 Manage & Scale | Test Version History",youtubeId: "https://www.youtube.com/watch?v=lzLjxx6lEwA&list=PLN1KfW8k2lAk",duration: "03:08",
71
71
description: "Track how a test evolves over time. Review its full version history, compare changes between revisions, and roll back to an earlier version when needed, giving teams confidence to collaborate and iterate safely..",
description: "Bridge low-code and full-code automation. Export your recorded tests as automation scripts to give engineering a head start, reuse logic inside existing frameworks, or gradually transition critical flows into code.",
0 commit comments