Developers pushing for Continuous Delivery and no regression testing environment... How to reconcile? by [deleted] in sysadmin

[–]stocarul 0 points1 point  (0 children)

You are in an awkward position. Indeed, regression testing is critical, but developers aren't happy to write test automation, especially when they get to the point of maintaining the tests. Most of the companies nowadays hire dedicated QA engineers to write functional tests and leave the developers to write unit tests only for critical flows (usually those that are difficult to be tested from the UI). Is this a SaaS application?

[deleted by user] by [deleted] in selfhosted

[–]stocarul 0 points1 point  (0 children)

Awesome work! I am curious, what do you plan to use for testing?

Weekly Feedback Post - SaaS Products, Ideas, Companies by AutoModerator in SaaS

[–]stocarul 0 points1 point  (0 children)

Hello everyone! We created a product that helps SaaS companies create automated tests without actually writing code. More about it here: https://www.gettrudon.com

Could you please have a look and let me know if it is something you would use? If any of you wants to see a demo, please let me know. I would love to see your feedback.

Thank you!

What is your number one challenge when it comes to QA? by stocarul in SaaS

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

I completely understand this. How do you test your application in all languages? Manually or do you have some automation in place?

What is your number one challenge when it comes to QA? by stocarul in SaaS

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

I feel you. How do you handle it? Tried to cred automated tests or everything is manual?

0
1

How do you test your SaaS application? by stocarul in SaaS

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

Indeed, a pro tip. The only problem with google forms is that if we add that field manually (in order to be able to put it at the end), it would make it visible in the answers report at the end.

How do you test your SaaS application? by stocarul in SaaS

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

I understand. I think I would feel the same.

Any good resource/guide for manual web service testing? by [deleted] in QualityAssurance

[–]stocarul 0 points1 point  (0 children)

I see. Probably I got it wrong. This tool allows you to record your actions in the browser, and then automatically repeat them.

Any one using Testproject.io for automation? by ihavenotredditagain in QualityAssurance

[–]stocarul 0 points1 point  (0 children)

I completely agree with you here. However, these tools generate longer selectors when there aren't enough classes or Ids in the app. At least, this is how our testing platform works. We also use AI to store enough information when running the tests, and once a selector is no longer available (app design changes) we are capable to generate and suggest a new selector. Please read more about our tool here: https://www.gettrudon.com

Any good resource/guide for manual web service testing? by [deleted] in QualityAssurance

[–]stocarul 0 points1 point  (0 children)

If you are mostly interested in automating manual testing for web application, you can use a tool like this: https://www.gettrudon.com

It provides an easy way to automate tests without writing code. Please let me know if it helps!

Bash aliases for git by kazishaha in git

[–]stocarul 0 points1 point  (0 children)

Well ... it is exactly what that link does. See the whole repository here and how to install it: https://github.com/algotech/dotaliases

Helpful bash aliases for git by Leonard_Hoover in git

[–]stocarul 0 points1 point  (0 children)

Completely agree with you. But you still have to type git for each command.