QAComet

@qacomet
3 Followers
34 Following
9 Posts
QAComet is the only fractional QA service designed for startups. Check out https://qacomet.com today!

Are LLM hallucinations legally binding? See what's brewing in the courts.

https://qacomet.com/blog/is-your-llm-hallucinating-legally-binding-offers/

Is your LLM hallucinating legally binding offers?

Remember when a hacker convinced a dealership's chatbot to sell a Chevy for only a $1? Well, your LLM could be hallucinating legally binding offers.

QAComet

Are workflows breaking in your #SaaS #Startup's product whenever you make code changes? Learn about how you can manage these kinds of software regressions in our article:

https://qacomet.com/blog/what-are-software-regressions

#SoftwareQA #SoftwareDevelopment #QualityAssurance

What are software regressions?

Ensuring new changes or updates aren't breaking your project is essential for any successful software project. See how you can reduce the number of regressions.

QAComet
QAComet | QA for early stage startups | Medium

Practical QA advice for early-stage startups. If you want to improve your product's usability, this guide is a must for any founder.

Medium
See how Shift-Left QA can help accelerate your product development pipeline https://qacomet.com/blog/shifting-left-the-agile-qa-methodology/ #SoftwareDevelopment
#QA #Agile #SaaS #ProductManagement
"Shift-Left" QA: accelerate your SaaS product development

Discover how "Shift-Left" QA helps SaaS startups improve product development velocity, reduce costs, and gain a competitive edge.

QAComet
Check out our case study with Automatisch:
https://qacomet.com/case-studies/automatisch
Automatisch - A QAComet Case Study

E2E tests, integration testing, quality reviews, and more. Make unlimited requests 24/7 and receive work back within 3 business days.

QAComet

Code in morning light,
Tests run deep into the night,
Bugs flee from the sight.

#playwright #qa #qualityassurance #softwaredevelopment #softwaretesting #haiku

@mikestreety Yeah, no problem! For that case, you can run playwright tests without importing a page. E.g. just write `test("test my CLI", async () => { /* your test code */ });`. The test runner will run without loading up a browser. Only thing to make sure is a browser is still in the projects list of `playwright.config.ts`, otherwise it won't load any tests.

@mikestreety Oh, you may be able to get away with just using Playwright, I think it can work well for most testing use cases. If you need to render react/vue/etc. components, try out the test components, https://playwright.dev/docs/test-components, feature. Or, if you really need jest support, checkout Jest-Playwright, https://github.com/playwright-community/jest-playwright, which is a compatibility layer between the two.

I'm curious about your use case, feel free to DM me :)

Components (experimental) | Playwright

Introduction

This surprised me too, when you look further down there's almost always multiple layers of abstractions, each of which defines it's own margin, padding, display, conditions/wrappers.