home.social

#uitesting — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #uitesting, aggregated by home.social.

fetched live
  1. Agentic testing is an AI-driven approach to end-to-end test automation introduced by Slack.

    AI agents execute workflows based on intent, adapting to UI and system changes at runtime instead of relying on fixed scripts.

    The goal is to improve test resilience in distributed systems while complementing deterministic unit, integration, and E2E testing.

    🔗 Learn more: bit.ly/4fyyW7S

    #TestAutomation #AIAgents #UITesting #SoftwareArchitecture #InfoQ

  2. Agentic testing is an AI-driven approach to end-to-end test automation introduced by Slack.

    AI agents execute workflows based on intent, adapting to UI and system changes at runtime instead of relying on fixed scripts.

    The goal is to improve test resilience in distributed systems while complementing deterministic unit, integration, and E2E testing.

    🔗 Learn more: bit.ly/4fyyW7S

  3. @amber I used Sauce Labs in a previous shop and it's pretty comparable. I saw someone at NCDevCon a long time ago that made their own with a bunch of phones inside of 1u server chassis and that felt like a lot of expense. It won't help with phone and tablet testing but there has to be something that you could rig up with Selenium. I'm not sure that I would have the time and interest to do that, though.

    #Selenium #UITesting

  4. @amber I used Sauce Labs in a previous shop and it's pretty comparable. I saw someone at NCDevCon a long time ago that made their own with a bunch of phones inside of 1u server chassis and that felt like a lot of expense. It won't help with phone and tablet testing but there has to be something that you could rig up with Selenium. I'm not sure that I would have the time and interest to do that, though.

    #Selenium #UITesting

  5. The new Claude Code Chrome extension runs a full test suite on every UI tweak, turning browser automation into a live UX guardrail. Open‑source devs can see how AI‑driven testing keeps the interface smooth and reliable. Dive into the workflow details! #ClaudeCode #ChromeExtension #AIAutomation #UITesting

    🔗 aidailypost.com/news/claude-co

  6. #Storybook v9 is out!

    This release brings improvements to testing through a collaboration with Vitest, and introduces a flatter dependency structure for better #Performance and an improved #DeveloperExperience.

    🔗 Discover what's new: bit.ly/44M7yNg

    #InfoQ #WebDevelopment #UItesting

  7. v9 is out!

    This release brings improvements to testing through a collaboration with Vitest, and introduces a flatter dependency structure for better and an improved .

    🔗 Discover what's new: bit.ly/44M7yNg

  8. TIL: Du lernst erst dann, vernünftiges und gut strukturiertes #HTML zu schreiben, wenn du #UI #Tests schreiben musst.

    Also: Schreib mehr UI Tests, damit dein HTML sauber ist 😉

    #testing #uitesting #test

  9. TIL: Du lernst erst dann, vernünftiges und gut strukturiertes #HTML zu schreiben, wenn du #UI #Tests schreiben musst.

    Also: Schreib mehr UI Tests, damit dein HTML sauber ist 😉

    #testing #uitesting #test

  10. Join Amalie Shi at to discover how automation tools like Pytest and PyAutoGUI are transforming UI testing in medical imaging software. Learn how to accelerate workflows and ensure software consistency.
    Get your tickets: seleniumconf.com/register/

  11. 🚀 Dive into the future of Android testing with John Rodriguez! Explore how Paparazzi can streamline your app development process. Watch now: youtu.be/ydY8InpmnuU #AndroidDev #UITesting

  12. 🚀 Dive into the future of Android testing with John Rodriguez! Explore how Paparazzi can streamline your app development process. Watch now: youtu.be/ydY8InpmnuU #AndroidDev #UITesting

  13. Latest little hobby rabbit hole: automated iOS UI testing. It's always difficult for me to wrap my head around UI testing tools and frameworks, but I'm getting there! The least useful manual test cases for my app Playway are now automated. More useful ones to follow, hopefully. A good side effect is that I took the time to make sure all (OK, most) views have good accessibility settings.

    #ios #testing #UITesting #XCTest #accessibility #a11y

  14. I open sourced a new Swift Package.

    𝗫𝗖𝗨𝗜𝗧𝗲𝘀𝘁𝗛𝗲𝗹𝗽𝗲𝗿
    𝚇𝙲𝚄𝙸𝚃𝚎𝚜𝚝𝙷𝚎𝚕𝚙𝚎𝚛 𝚑𝚎𝚕𝚙𝚜 𝚢𝚘𝚞 𝚠𝚛𝚒𝚝𝚒𝚗𝚐 𝚄𝙸 𝚝𝚎𝚜𝚝𝚜 𝚠𝚒𝚝𝚑𝚒𝚗 𝚂𝚠𝚒𝚏𝚝𝚄𝙸. 𝙸𝚝 𝚙𝚛𝚘𝚟𝚒𝚍𝚎𝚜 𝚊 𝚜𝚎𝚝 𝚘𝚏 𝚞𝚜𝚎𝚏𝚞𝚕 𝚎𝚡𝚝𝚎𝚗𝚜𝚒𝚘𝚗𝚜 𝚘𝚗 𝚇𝙲𝚄𝙸𝙰𝚙𝚙𝚕𝚒𝚌𝚊𝚝𝚒𝚘𝚗, 𝚇𝙲𝚄𝙸𝙴𝚕𝚎𝚖𝚎𝚗𝚝 𝚊𝚗𝚍 𝚇𝙲𝚄𝙸𝙴𝚕𝚎𝚖𝚎𝚗𝚝𝚀𝚞𝚎𝚛𝚢 𝚝𝚘 𝚖𝚊𝚔𝚎 𝚢𝚘𝚞𝚛 𝚝𝚎𝚜𝚝𝚜 𝚖𝚘𝚛𝚎 𝚛𝚎𝚊𝚍𝚊𝚋𝚕𝚎 𝚊𝚗𝚍 𝚎𝚊𝚜𝚒𝚎𝚛 𝚝𝚘 𝚖𝚊𝚒𝚗𝚝𝚊𝚒𝚗.

    github.com/0xWDG/XCUITestHelpe

    #Swiftlang #XCTest #UITesting #Xcode #XCTestCase #SwiftUI #iOS #macOS #oss

  15. I open sourced a new Swift Package.

    𝗫𝗖𝗨𝗜𝗧𝗲𝘀𝘁𝗛𝗲𝗹𝗽𝗲𝗿
    𝚇𝙲𝚄𝙸𝚃𝚎𝚜𝚝𝙷𝚎𝚕𝚙𝚎𝚛 𝚑𝚎𝚕𝚙𝚜 𝚢𝚘𝚞 𝚠𝚛𝚒𝚝𝚒𝚗𝚐 𝚄𝙸 𝚝𝚎𝚜𝚝𝚜 𝚠𝚒𝚝𝚑𝚒𝚗 𝚂𝚠𝚒𝚏𝚝𝚄𝙸. 𝙸𝚝 𝚙𝚛𝚘𝚟𝚒𝚍𝚎𝚜 𝚊 𝚜𝚎𝚝 𝚘𝚏 𝚞𝚜𝚎𝚏𝚞𝚕 𝚎𝚡𝚝𝚎𝚗𝚜𝚒𝚘𝚗𝚜 𝚘𝚗 𝚇𝙲𝚄𝙸𝙰𝚙𝚙𝚕𝚒𝚌𝚊𝚝𝚒𝚘𝚗, 𝚇𝙲𝚄𝙸𝙴𝚕𝚎𝚖𝚎𝚗𝚝 𝚊𝚗𝚍 𝚇𝙲𝚄𝙸𝙴𝚕𝚎𝚖𝚎𝚗𝚝𝚀𝚞𝚎𝚛𝚢 𝚝𝚘 𝚖𝚊𝚔𝚎 𝚢𝚘𝚞𝚛 𝚝𝚎𝚜𝚝𝚜 𝚖𝚘𝚛𝚎 𝚛𝚎𝚊𝚍𝚊𝚋𝚕𝚎 𝚊𝚗𝚍 𝚎𝚊𝚜𝚒𝚎𝚛 𝚝𝚘 𝚖𝚊𝚒𝚗𝚝𝚊𝚒𝚗.

    github.com/0xWDG/XCUITestHelpe

    #Swiftlang #XCTest #UITesting #Xcode #XCTestCase #SwiftUI #iOS #macOS #oss

  16. Just published a new preview of my UI test project templates for .NET MAUI apps!

    A couple of minor things, but together with my blog post about it, this should help you get started with UI tests for your apps and I'm curious to hear your thought!

    nuget.org/packages/Template.Ma

    #dotnet #dotnetmaui #uitesting

  17. Just published a new preview of my UI test project templates for .NET MAUI apps!

    A couple of minor things, but together with my blog post about it, this should help you get started with UI tests for your apps and I'm curious to hear your thought!

    nuget.org/packages/Template.Ma

    #dotnet #dotnetmaui #uitesting

  18. Does someone know if it’s possible to implement UI tests for a #SwiftUI application into a #Swift package?

    // @swiftui @swift #UITesting

  19. Does someone know if it’s possible to implement UI tests for a #SwiftUI application into a #Swift package?

    // @swiftui @swift #UITesting

  20. 🚀 #MSTest 3.4 is out now!

    Key updates include improvements to MSTest.Analyzers, MSTest.Sdk, and MSTest.Runner. Plus, added support for WinUI applications!

    Find out all the details on #InfoQ 👉 bit.ly/3yWE9DH

    #dotnet #UITesting #AutomatedTesting #Microsoft

  21. 🚀 3.4 is out now!

    Key updates include improvements to MSTest.Analyzers, MSTest.Sdk, and MSTest.Runner. Plus, added support for WinUI applications!

    Find out all the details on 👉 bit.ly/3yWE9DH

  22. Want to learn all about how to get started with UI testing with .NET MAUI and Appium?

    Then stop what you’re doing and read this!

    devblogs.microsoft.com/dotnet/

    #dotnet #dotnetmaui #uitesting #testing #appium

  23. Want to learn all about how to get started with UI testing with .NET MAUI and Appium?

    Then stop what you’re doing and read this!

    devblogs.microsoft.com/dotnet/

    #dotnet #dotnetmaui #uitesting #testing #appium

  24. GPT vs Copilot: кто лучший помощник в написании UI-тестов для iOS?

    Мы выпускаем обновления приложений Lamoda минимум 4 раза в месяц. С каждым обновлением идут серьезные изменения: новые продукты, внедрение ML-моделей и так далее. У нас налажен процесс тестирования нового кода, но есть нюанс: проверять перед релизом нужно не только новую функциональность, но и базовые возможности приложения, чтобы убедиться, что они работают корректно и ничего не сломалось. На проверку базового функционала уходит куча времени QA. Поэтому мы создали автоматические UI-тесты. Они автономно проверяют базовые функции и помогают снизить нагрузку на тестировщиков. Но приложение постоянно растет, а с ним должно расти и тестовое покрытие. Главная сложность здесь — количество тестов, которое приходится писать. Когда у меня появилась задача написать очередную партию тестов, я сразу подумал о том, что мне нужна помощь. Меня зовут Марк, я iOS-разработчик из Lamoda Tech. В этой статье я расскажу, как использовал LLM для написания UI-тестов, и сравню результаты ChatGPT и Copilot.

    habr.com/ru/companies/lamoda/a

    #ios_разработка #swift #uiтесты #uitesting #copilot #ai #gpt4o #qa #chatgptconsulting #automatization

  25. Do you want to add UI tests to your .NET MAUI project?

    I am putting together some templates to make that easier for you! Using MSTest, NUnit or xUnit, you can now easily add UI test projects for each platform.

    Try it out and let me know what you think!

    github.com/jfversluis/Template

    #dotnet #dotnetmaui #uitesting

  26. Do you want to add UI tests to your .NET MAUI project?

    I am putting together some templates to make that easier for you! Using MSTest, NUnit or xUnit, you can now easily add UI test projects for each platform.

    Try it out and let me know what you think!

    github.com/jfversluis/Template

    #dotnet #dotnetmaui #uitesting

  27. Only took me 124 commits to figure out all the quirks of running UI tests with Appium on my .NET MAUI app with stock GitHub Action runners so you won't have to 😅

    Expect some content around this soon!

    #dotnet #dotnetmaui #uitesting #appium

  28. Only took me 124 commits to figure out all the quirks of running UI tests with Appium on my .NET MAUI app with stock GitHub Action runners so you won't have to 😅

    Expect some content around this soon!

    #dotnet #dotnetmaui #uitesting #appium

  29. Put together a sample that shows how to use Appium for your .NET MAUI UI tests!

    This leverages NUnit, Appium and .NET MAUI and lets you run UI tests both on shared code as well as platform-specific functionality.

    learn.microsoft.com/samples/do

    #dotnet #dotnetmaui #uitesting #appium #nunit

  30. Put together a sample that shows how to use Appium for your .NET MAUI UI tests!

    This leverages NUnit, Appium and .NET MAUI and lets you run UI tests both on shared code as well as platform-specific functionality.

    learn.microsoft.com/samples/do

    #dotnet #dotnetmaui #uitesting #appium #nunit

  31. 🎥 New video alert! 🎥

    Watch me and @zhanibek discuss our experience with Maestro, the simplest and most effective mobile UI testing framework for Android.

    #Maestro #UITesting #Android #AndroidDev #ADT #AndroidDeveliperTips

    youtu.be/4hRdXBAgeaA

  32. 🎥 New video alert! 🎥

    Watch me and @zhanibek discuss our experience with Maestro, the simplest and most effective mobile UI testing framework for Android.

    #Maestro #UITesting #Android #AndroidDev #ADT #AndroidDeveliperTips

    youtu.be/4hRdXBAgeaA

  33. Anyone knows how to in iOS UI tests access text field present in navigation bar?

    I have editable title set using View.navigationTitle(_:) function and want to write UI test for it. But I don't see anything useful in the hierarchy when it is visible…

    #XCTest #UITesting #iOSDev #SwiftUI

  34. Anyone knows how to in iOS UI tests access text field present in navigation bar?

    I have editable title set using View.navigationTitle(_:) function and want to write UI test for it. But I don't see anything useful in the hierarchy when it is visible…

    #XCTest #UITesting #iOSDev #SwiftUI

  35. Cool trick I learned for UI tests in Xcode. You can set "TZ" launch environment value to force the app to use provided time zone. Useful when testing layout that displays formatted dates.

    developer.apple.com/forums/thr

    #iOSDev #XCTest #UITesting #Swift

  36. Cool trick I learned for UI tests in Xcode. You can set "TZ" launch environment value to force the app to use provided time zone. Useful when testing layout that displays formatted dates.

    developer.apple.com/forums/thr

    #iOSDev #XCTest #UITesting #Swift

  37. I think I need some advice/suggestions on a certain aspect of automatic software testing;

    Are there tools or approaches that works with testing email-with-link flows? E.g. reset password - you start by clicking "Forgot password", then enter your email, you receive an email, and when clicking the provided link you get to the page where you can set a new password and then perhaps also continue to test that the password was in fact changed.

    #uitesting #integrationtest #softwaretesting

  38. It is astonishing at how difficult it is to convince people to automate testing.

  39. *Shameless Self-Promo*

    Want to get started using #vuejs #vite and #Playwright ?

    I made a short #video #tutorial that shows how easy it is to get a sample application up and running using these technologies, showing how to quickly get #UITesting using Chromium Safari and Firefox

    youtu.be/-6poECSJkqs