Skip to content

Commit 207cc9f

Browse files
Merge pull request #145 from autonomous-testing/seo/138-meta-descriptions-og-tags
seo: meta descriptions, OG tags, H1 fixes, image optimization (#138)
2 parents 4b155fa + 7e8bd2e commit 207cc9f

File tree

46 files changed

+71
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+71
-44
lines changed

blog/2024-05-06-what-is-automated-web-app-testing-and-how-to-do-it-right/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: automated-web-app-testing-and-how-to-do-it-right
33
title: Automated Web App Testing and How to do it Right?
4+
description: "Learn what automated web app testing is, why it matters, and how to implement it right. A complete guide for QA engineers and development teams."
45
authors: marcel
56
tags: [basics, testing-tools, playwright, selenium, test-automation]
67
image: ./web-app-testing.jpg

blog/2024-05-08-getting-started-w-playwright-visual-testing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: getting-started-with-playwright-visual-testing
33
title: Getting Started with Playwright Visual Testing
4+
description: "Step-by-step guide to getting started with Playwright visual testing. Learn how to catch UI regressions automatically and integrate visual checks into your CI pipeline."
45
authors: marcel
56
tags: [basics, testing-tools, playwright, test-automation, visual-testing]
67
image: ./intro-to-pw-visual-testing.png

blog/2024-05-14-9-benefits-of-automated-web-app-testing/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
slug: 9-benefits-of-automated-web-app-testing
33
title: 9 Benefits of Automated Web App Testing
4+
description: "Discover 9 key benefits of automated web app testing — from faster releases and lower costs to better coverage and fewer regressions. Make the business case for automation."
45
authors: marcel
56
tags: [basics, test-automation]
6-
image: ./web-app-test-automation-benefits.png
7+
image: ./web-app-test-automation-benefits.webp
78
---
89

910
Applications are continually developed and updated to meet market demands at enormous speed. Testing often becomes a bottleneck in the delivery process. In this environment, efficient testing is essential to ensure the timely and reliable release of high-quality software.
1011

1112
<!--truncate-->
1213

13-
![9 Benefits of Automated Web App Testing](./web-app-test-automation-benefits.png)
14+
![9 Benefits of Automated Web App Testing](./web-app-test-automation-benefits.webp)
1415
_Source: Wopee.io powered by Leonardo.ai._
1516

1617
The efficiency of testing becomes critical to ensure the timely and reliable release of high-quality software. Manual testing methods, although reliable, struggle to keep up with the pace of development, leading to delays and potential quality issues. However, test automation offers a promising solution to this challenge, provided it's implemented correctly. In this article, we'll delve into the various benefits of automated web app testing:
232 KB
Loading

blog/2024-05-20-grow-your-business-with-automation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: grow-your-business-with-automation
33
title: Grow Your Business without Scaling Your Resources with Automation
4+
description: "Learn how to grow your business without scaling your QA team. See how test automation helps you ship faster, reduce costs, and maintain quality at scale."
45
authors: marcel
56
tags: [basics, automation, business, efficiency]
67
image: ./grow-your-business-via-automation.jpg

blog/2024-06-05-autopilot-your-sw-testing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: autopilot-your-sw-testing
33
title: Autopilot Your Software Testing
4+
description: "Put your software testing on autopilot. Discover how AI-powered autonomous testing handles test creation, execution, and maintenance so your team can focus on what matters."
45
authors: marcel
56
tags: [basics, automation, business, efficiency]
67
image: ./testing-journey.png

blog/2024-06-12-beyond-test-automation/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: beyond-test-automation
33
title: Beyond Test Automation - The Future of Testing
4+
description: "What comes after test automation? Explore the future of testing — autonomous agents, AI-driven insights, self-healing tests, and zero-maintenance testing pipelines."
45
authors: marcel
56
tags: [basics, automation, future, autonomous]
67
image: ./testing-journey.png
@@ -91,7 +92,7 @@ Dynamic or magic Page Object Model (POM) techniques increase the maintenance eff
9192

9293
Smarter reporting involves classifying test failures into different categories, such as environment issues, flaky tests, or actual bugs. By categorizing failures, teams can prioritize and focus on the most critical issues, improving the efficiency of the debugging process. Smarter reporting also provides better insights into the overall health of the application, helping teams identify recurring issues and trends that need to be addressed.
9394

94-
![Testing Journey - tools](./journey-tools.png)
95+
![Testing Journey - tools](./journey-tools.webp)
9596

9697
_Source: Wopee.io._
9798

262 KB
Loading

blog/2024-07-10-applitools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: applitools
33
title: "Visual Testing: Applitools vs. Wopee.io"
4+
description: "Applitools vs. Wopee.io: a side-by-side comparison of two visual testing platforms. Compare pricing, AI capabilities, ease of integration, and real-world performance."
45
authors: marcel
56
tags: [visual testing, test automation, visual regression testing]
67
image: ./wopee-io-easy.png

blog/2024-07-17-saving-50-percent-in-sw-testing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: saving-50-percent-in-sw-testing
33
title: Cut SW Testing Costs by 50%
4+
description: "Learn how teams cut software testing costs by 50% with AI-powered automation. Practical strategies and real data on reducing QA overhead without sacrificing coverage."
45
authors: marcel
56
tags:
67
[cost-reduction, risk-based-testing, production-testing, ci-cd, test-strategy]

0 commit comments

Comments
 (0)