Um lugar para ensinar, inspirar e conectar QAs

1
import { test, expect } from '@playwright/test'
2
3
test('homepage has target text', async ({ page }) => {
4
5
    await page.goto('https://qaxperience.com')
6
    await expect(page).toHaveTitle(/QA/)
7
8
    const element = page.locator('css=h2')
9
    await expect(element).toHaveText('QA')
10
11
})

Cursos, eventos e workshops em testes de softwares.

Comece agora mesmo
science

Comece a automatizar testes do zero

Você vai encontrar aulas que vão te ajudar e desbloquear o medo de programar, automatizar testes e muito mais.
1
describe('My First Test', () => {
2
  it('Gets, types and asserts', () => {
3
    cy.visit('https://example.cypress.io')
4
5
    cy.contains('type').click()
6
7
    cy.url().should('include', '/commands/actions')
8
    cy.get()
9
      .type('fake@email.com')
10
      .should('have.value', 'fake@email.com')
11
  })
12
})
1
import { test, expect } from "@playwright/test"
2
3
describe("navigation", () => {
4
  beforeEach(async ({ page }) => {
5
    await page.goto("https://playwright.dev/")
6
  })
7
8
  test("main navigation", async ({ page }) => {
9
    // Assertions use the expect API.
10
    await expect(page).toHaveTitle(/Playwright/)
11
  })
12
})
1
*** Settings ***
2
Documentation A test suite for valid login.
3
4
Resource keywords.resource
5
Default Tags positive
6
7
*** Test Cases ***
9
Login User with Password
9
    Connect to Server
10
    Login User     ironman     1234567890
11
    Verify Valid Login     Tony Stark
12
[Teardown]         Close Server Connection

“O que começou como um evento de testes de software. Agora, é uma plataforma que acelera a carreira de QAs através do compartilhamento de experiências.”

Fernando Papito
Founder e Instrutor
· EVENTO PRESENCIAL
hub

QAx em
São Paulo.

Uma seleção de especialistas em Qualidade de Software no Brasil e do mundo em uma oportunidade única para você.

50+

Palestrantes já compartilharam experiências

450+

QAs presencialmente na última edição em São Paulo