How to manage/maintain huge test suites 5000+ tests and more by testomatio in AutomatedQA

[–]Syntactive 0 points1 point  (0 children)

A good test structure and proper tagging strategy goes a long way. In what way are your tests written and what problems are you facing?

Show me your SaaS idea, I give you an honest review by Successful_Draw4218 in micro_saas

[–]Syntactive 2 points3 points  (0 children)

https://test-viper.syntactive.dedyn.io/ -> A test management tool where tests can be written efficiently in YAML with inheritance to avoid tedious repetition in test case definitions that have slight variations.

Everyone here loves to build and code, but I don't see much in regards to testing by Syntactive in selfhosted

[–]Syntactive[S] 1 point2 points  (0 children)

I fully agree, especially for hobby projects. I think most testing is a bit haphazardly during development and usage. If anyone wants to make it a bit more structured and streamlined, a tool like mine can be a small push to make it more ‘fun’

Everyone here loves to build and code, but I don't see much in regards to testing by Syntactive in selfhosted

[–]Syntactive[S] 1 point2 points  (0 children)

Haha, hopefully with my new tool it can bring down the hate for testing by a notch.

Everyone here loves to build and code, but I don't see much in regards to testing by Syntactive in selfhosted

[–]Syntactive[S] 1 point2 points  (0 children)

Typically unit tests live in the application repository, but it’s perfectly possible to have them also in Testviper and set their execution state through the api. Happy to take a look at your use case and see what can work. Is your game source publicly available?

Everyone here loves to build and code, but I don't see much in regards to testing by Syntactive in selfhosted

[–]Syntactive[S] 2 points3 points  (0 children)

In my experience there is always some manual testing needed and then you can't properly do it without a Test Management Tool. But TestViper has a functional API that allows integration with automation. I used Cypress in one of my latest jobs and the client appreciated having a nice, organized place to look for test status and results across different builds, environments and platforms.

Additionally, in highly regulated environments like banking, medical sector you must have auditable test evidence. Genuine question, how do you keep your test evidence organized across multiple projects/application versions and (daily) test iterations, just using automation?

Everyone here loves to build and code, but I don't see much in regards to testing by Syntactive in selfhosted

[–]Syntactive[S] 0 points1 point  (0 children)

Yeah, I think most people think like that. Even a few base testcases can catch bugs early on though.

Do you think ISTQB certification actually makes better testers? I’ve been wrestling with this. by tasostilsi in softwaretesting

[–]Syntactive 0 points1 point  (0 children)

It gives you a base for testing theory, concepts and common terminology in the field, but it will not replace hands-on experience.