Category: Tests

  • Criando testes com variáveis anônimas através do AutoFixture

    Criando testes com variáveis anônimas através do AutoFixture

    Testes unitários são a barreira inicial para verificar se uma unidade funciona da maneira em que ela foi projetada dentro de um sistema de software. Muitas vezes ao testar tal componente, a primeira ideia é criar dados predefinidos e usá-los dentro das funções de teste. No entanto, essa prática pode induzir o programador a pensar…

  • Creating tests with anonymous variables using AutoFixture

    Creating tests with anonymous variables using AutoFixture

    Unit tests are the initial barrier to verify whether a unit functions as it was designed within a software system. Often, when testing such a component, the first idea is to create predefined data and use it within the test functions. However, this practice can lead the programmer to believe that the test – if…

  • Test-Driven Development: What it is, honest thoughts and experiences

    Test-Driven Development: What it is, honest thoughts and experiences

    There are many things to be considered when it comes to software quality. Surely it needs to be well written (remember, “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” Martin Fowler) so that it’s more easily maintainable, but it will be of no use if…

  • Test-Driven Development: O que é, opiniões e experiências

    Test-Driven Development: O que é, opiniões e experiências

    Há muitas coisas a serem consideradas quando se trata de qualidade de software. Certamente ele precisa ser bem escrito (lembre-se: “Qualquer tolo pode escrever um código que um computador possa entender. Bons programadores escrevem códigos que os humanos podem entender.” Martin Fowler) para facilitar a manutenção, mas de nada servirá se não atender aos requisitos…

  • Qual framework devo escolher para criar meus testes E2E? Cypress ou Playwright?

    Qual framework devo escolher para criar meus testes E2E? Cypress ou Playwright?

    Com a constante evolução da tecnologia, o profissional de TI precisa se atualizar com as ferramentas ao seu dispor, com o intuito de melhorar a qualidade do seu código, do produto e da experiência do usuário. O Quality Analyst “de respeito” preza pela melhoria contínua do software que está sendo criado, e quando falamos em…

  • Which framework should I choose to create my E2E tests? Cypress or Playwright?

    Which framework should I choose to create my E2E tests? Cypress or Playwright?

    With the constant technology evolution, IT professionals need to update themselves with the tools at their disposal, in order to improve the quality of their code, product and user experience. The “respectful” Quality Analyst values the continuous improvement of the software that is being created, and when we talk about quality, the first word that…