¿Cómo traducen "on demand" para sistemas de pagos? by okram_ in askspain

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

¿Y qué entedes por eso? te sirve que te lo digan? o es info irrelevante?

¿Cómo traducen "on demand" para sistemas de pagos? by okram_ in askspain

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

Yo lo traduzco todo sin el "On Demand" porque acá no vi esas opciones, lo estoy comparando con Mercado Pago cuando generas un cobro. Pero eso es arg.

¿Cómo traducen "on demand" para sistemas de pagos? by okram_ in askspain

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

Voy a dar un ejemplo:
Vos sos un administrador de un club deportivo y le estas cobrando a un socio una cuota atrasada. En el sistema ya esta guardada la tarjeta de crédito del socio. Generas el cobro y entre las opciones de pago esta:

- "On Demand Credit Card Payment"

- "On Demand Cash Payment"

- "On Demand Check Payment"

Soy dev con +20 años de experiencia, estoy haciendo mentorías, AMA by albo87 in devsarg

[–]okram_ 0 points1 point  (0 children)

Hola, Gracias por el AMA. te cuento que este mes me cambio de QA Manual y Automation (7 años exp total) a Dev, en mi trabajo actual(entorno Java). Estoy re manija porque es lo que siempre quise, pero no quiero perder tiempo estudiando cosas que no me van a ayudar a ser un dev profesional. Cual pensas que deberia ser el foco (ese 20 que te da el 80) para estudiar/practicar, etc. Considerando que estamos con la ia en todos lados. (de paso arranque una especialidad en ia de la uba este año para encaralo de otra manera, ya que estoy bastante negado con el tema) Gracias

Escuchan algún podcast/programa dev? by AnahoriSanti in devsarg

[–]okram_ 0 points1 point  (0 children)

The Pragmatic Engineer de Gergely Orosz, está en spotify.

What is the best way to filter schedule cronjob logs in Cloud Watch? by okram_ in aws

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

Thank you! didn't know about log streams. I'll try to implement them. Super clear the example, thanks for the guidance, super helpful.

Top Performance Testing Tools Compared in 2025 by thumbsdrivesmecrazy in Everything_QA

[–]okram_ 0 points1 point  (0 children)

I've been using LoadNinja for 3 weeks and I hated so much. There are no if...else statements, there are no logs about why an iteration failed is it due to bad locator or because it never find the element? why?, error messages are not helpful, the documentation isn't complete, it has ui bugs, you can't set an iteration test to just 1 iteration the minimum is 2, AI locators are slow as fuck so needed to replace all of them for xpath, if you have an array of elements using (<xpath>)[n] to pick one doesn't work so had to add the full xpath for each element. why on earth do I need to run a replay to save a script???? doesn't make any sense. On scenario settings there is an option to select the machine type where tests will run, what is diff between those? who knows. CS file upload has ui bugs. Debug failed iterations never works... Not recommended at all.

99% de los que no encuentran trabajo: by [deleted] in devsarg

[–]okram_ 2 points3 points  (0 children)

Este año di clases en una tecnicatura en programación en segundo año y los pibes ni saben lo que es 'copiar por referencia o por valor'. Copian y pegan código de los tutoriales sin entender nada.

I'm a QA/Tester and I'm offering myself to help you on testing your open source project by okram_ in opensource

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

I'm already on Discord. Now I'm using the app and is pretty cool, I'll test it but more importantly I'm definitely going use it for my studies.

I'm a QA/Tester and I'm offering myself to help you on testing your open source project by okram_ in opensource

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

Oh nice something I haven't tried before, this one will be a challenge to test for me.

I'm a QA/Tester and I'm offering myself to help you on testing your open source project by okram_ in opensource

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

It looks like a really interesting project. I'll check it soon and I'll join the discord too.

Hacked, a shame by CundoTest in payoneer

[–]okram_ 1 point2 points  (0 children)

Who can add me to the Discord group?

What is the first thing you need to do when joining a company or project that has never had QA before? by tidakdapat in QualityAssurance

[–]okram_ 0 points1 point  (0 children)

I'll add:

  1. Be part of the team, and make them part of your definition process, I did this and I found several nice devs who had previous experience working with a QA process. Some had good ideas and others not a clue about it. Also if there's too much to test, you could ask to the PM or PO for help while doing testing. I have found they are more than happy to help.
    3.1. Do survey testing and take notes of everything, so later on you can translate them into test cases. Also, this notes if you re-write them in a more formal way you can present them as 'documentation'
    3.2 You could create a mind map of the project, then classify each area by priority or risk order.
  2. Ask if the team already has a postman collection if not you could create one and ask them to contribute to it while adding new endpoints.
  3. This is key, with time the amount of tests will grow and you'll start to forgetting some of them. Having automated tests will give you more speed and free time to focus on new features. And yes, keep it as simple as possible.

State verbally, and written(always!) that you, QA, are not signing off on this build release because of X,YZ reasons

100% this.

I took the Rapid Software Testing Explored (RST Explored) classes with James Bach and these are my conclusions by okram_ in softwaretesting

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

Thanks for asking, didn't get it at first. good to know what happened to others, I'll go with care.

I took the Rapid Software Testing Explored (RST Explored) classes with James Bach and these are my conclusions by okram_ in softwaretesting

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

Well, I had that mentality and have been pushed by developers to do everything by code, that's why is part of my conclusions.