LSLínguas Sem BenaventeInglês para brasileiros

Aula

Sequenciadores para narrar problemas

Nível: A2

Objetivo

Usar sequenciadores em inglês (first, then, after that, before, while, finally) para narrar a reprodução de um bug, descrever a ordem das ações executadas e organizar as etapas em um ticket.

Explicação

Em relatórios de bug e mensagens de suporte, sequenciadores organizam a narrativa no tempo. O bloco mais comum é:

  • First (primeiro) — abre a sequência: `First, I opened the ticket.`
  • Then (depois, em seguida) — próximo passo: `Then, I checked the logs.`
  • After that (depois disso) — passo intermediário com mais ênfase: `After that, I ran the command again.`
  • Before (antes) — indica o que aconteceu antes de algo: `Before I restarted the service, I saved the logs.`
  • While (enquanto) — duas ações acontecendo ao mesmo tempo: `The page froze while the upload was running.`
  • Finally (finalmente) — fecha a sequência: `Finally, I closed the ticket.`

Esses advérbios vêm normalmente no início da frase ou da cláusula, seguidos de vírgula quando iniciam a frase. Em uma reprodução de bug, esse encadeamento mostra exatamente a ordem das ações e ajuda quem vai investigar a repetir o problema.

Em um ticket, a seção Steps to reproduce quase sempre começa com `First` e termina com `Finally`. Frases intermediárias com `then`, `after that` e `before` deixam a sequência clara sem confundir o leitor.

Use `while` para falar do que estava acontecendo quando o erro apareceu, e `before` quando precisar dizer o que fez antes de chegar ao bug. Isso evita ambiguidade entre causa, contexto e ação.

Exemplos

InglêsTraduçãoObservação
First, I opened the staging environment.Primeiro, eu abri o ambiente de homologação.First abre a sequência; vírgula após o advérbio.
Then I tried to log in as a new user.Depois eu tentei entrar como um novo usuário.Then introduz o próximo passo.
After that, the dashboard showed an error.Depois disso, o painel mostrou um erro.After that conecta duas ações em sequência.
Before I restarted the service, I saved the logs.Antes de reiniciar o serviço, eu salvei os logs.Before + verbo ... , ação principal.
The page froze while the upload was running.A página travou enquanto o upload rodava.While liga duas ações simultâneas.
Finally, I closed the ticket and notified the team.Finalmente, eu fechei o ticket e avisei a equipe.Finally encerra a sequência.

Erros comuns

  • Colocar o verbo antes de first/then/finally: `I first opened` está correto, mas a forma mais natural em tickets é `First, I opened`.
  • Esquecer a vírgula depois do advérbio no início da frase: escreva `Then, I checked` e não `Then I checked` é errado — a vírgula é recomendada depois de Then também.
  • Trocar while por during: `while the upload was running` é diferente de `during the upload` (este é um sintagma nominal, não uma cláusula).
  • Usar after sem that quando se quer uma frase completa: `After I logged in` ou `After that, I logged in` — evite `After I logged in, then I clicked` (then duplica a ideia).
  • Confundir before com ago: `Before I restarted the service, I saved the logs` indica ordem; `I restarted the service two hours ago` indica tempo decorrido.

Prática guiada

Complete a reprodução de bug abaixo com o sequificador que melhor organiza a narrativa:

  1. `___, I logged in as a new user.`
  2. Resposta: First — abre a sequência.

  1. `I tried to upload a file. ___, the page showed an error.`
  2. Resposta: After that — conecta o próximo passo.

  1. `The page froze ___ the upload was running.`
  2. Resposta: while — duas ações simultâneas.

  1. `___ I closed the ticket, I attached a screenshot.`
  2. Resposta: Before — indica a ação que aconteceu antes.

  1. `___, I sent the ticket to the support team.`
  2. Resposta: Finally — encerra a sequência.

Resumo

Use first para abrir, then/after that para dar sequência, before para uma ação anterior, while para ações simultâneas e finally para encerrar. Em tickets, esse encadeamento deixa a reprodução do bug clara e fácil de seguir.

Vocabulário

Palavras principais

16 itens
firstprimeiro

First, I opened the staging environment.

Primeiro, eu abri o ambiente de homologação.
thenem seguida, depois

Then, I checked the server logs.

Depois, eu verifiquei os logs do servidor.
after thatdepois disso

After that, the dashboard showed an error.

Depois disso, o painel mostrou um erro.
beforeantes

Before I restarted the service, I saved the logs.

Antes de reiniciar o serviço, eu salvei os logs.
whileenquanto

The page froze while the upload was running.

A página travou enquanto o upload rodava.
finallyfinalmente

Finally, I closed the ticket and notified the team.

Finalmente, eu fechei o ticket e avisei a equipe.
reproducereproduzir

I reproduced the bug in the staging environment.

Eu reproduzi o bug no ambiente de homologação.
steps to reproduceetapas para reproduzir

Write the steps to reproduce in the ticket.

Escreva as etapas para reproduzir no ticket.
ticketticket, chamado

I created a ticket with the steps to reproduce.

Eu criei um ticket com as etapas para reproduzir.
open the ticketabrir o ticket

First, open the ticket in the support portal.

Primeiro, abra o ticket no portal de suporte.
close the ticketfechar o ticket

Finally, I closed the ticket after the fix was deployed.

Finalmente, eu fechei o ticket depois que a correção foi implantada.
log inentrar (no sistema)

Then, I logged in as a new user.

Depois, eu entrei no sistema como um novo usuário.
staging environmentambiente de homologação

First, I opened the staging environment.

Primeiro, eu abri o ambiente de homologação.
error messagemensagem de erro

The error message appeared after the upload.

A mensagem de erro apareceu depois do upload.
attachanexar

I attached a screenshot to the ticket.

Eu anexei um print ao ticket.
screenshotcaptura de tela

Before I closed the ticket, I attached a screenshot.

Antes de fechar o ticket, eu anexei um print.

História

História: Sequenciadores para narrar problemas

Nível: A2

História em inglês

Reproducing the upload bug

Last Friday, Lucas opened a ticket in the support portal. First, he read the customer's report and checked the attached screenshot. Then, Lucas opened the staging environment to reproduce the bug. After that, he logged in as a new user, the same way the customer did. He clicked the upload button and waited for the file to load. The browser froze while the file was uploading. After that, a red error message appeared on the screen.

Writing the ticket

Before he closed the test session, Lucas saved the logs from the browser. Then, he wrote the steps to reproduce in the ticket description. After that, he attached the logs and a new screenshot to the ticket. He asked a teammate to review the ticket before he sent it to the support team. Finally, Lucas sent the ticket and notified the on-call engineer. The on-call engineer thanked him and said, "I will investigate the bug first thing in the morning."

Tradução linha por linha

InglêsTradução
Last Friday, Lucas opened a ticket in the support portal.Sexta-feira passada, Lucas abriu um ticket no portal de suporte.
First, he read the customer's report and checked the attached screenshot.Primeiro, ele leu o relato do cliente e conferiu o print anexado.
Then, Lucas opened the staging environment to reproduce the bug.Em seguida, Lucas abriu o ambiente de homologação para reproduzir o bug.
After that, he logged in as a new user, the same way the customer did.Depois disso, ele entrou no sistema como um novo usuário, da mesma forma que o cliente.
He clicked the upload button and waited for the file to load.Ele clicou no botão de upload e esperou o arquivo carregar.
The browser froze while the file was uploading.O navegador travou enquanto o arquivo estava sendo enviado.
After that, a red error message appeared on the screen.Depois disso, uma mensagem de erro vermelha apareceu na tela.
Before he closed the test session, Lucas saved the logs from the browser.Antes de fechar a sessão de teste, Lucas salvou os logs do navegador.
Then, he wrote the steps to reproduce in the ticket description.Em seguida, ele escreveu as etapas para reproduzir na descrição do ticket.
After that, he attached the logs and a new screenshot to the ticket.Depois disso, ele anexou os logs e um novo print ao ticket.
He asked a teammate to review the ticket before he sent it to the support team.Ele pediu a um colega para revisar o ticket antes de enviá-lo para a equipe de suporte.
Finally, Lucas sent the ticket and notified the on-call engineer.Finalmente, Lucas enviou o ticket e avisou o engenheiro de plantão.
The on-call engineer thanked him and said, "I will investigate the bug first thing in the morning."O engenheiro de plantão agradeceu e disse: “Vou investigar o bug amanhã cedo.”

Notas de vocabulário

  • First, he read the customer's report = first abre a sequência de passos
  • Then, Lucas opened the staging environment = then indica o próximo passo
  • After that, he logged in as a new user = after that liga o passo anterior ao seguinte
  • The browser froze while the file was uploading = while mostra duas ações simultâneas; uploading é verbo regular em -ing
  • Before he closed the test session = before + sujeito + verbo ... , ação principal
  • Finally, Lucas sent the ticket = finally encerra a sequência

Perguntas de compreensão

  1. Where did Lucas reproduce the bug?
  2. How did Lucas log in to reproduce the bug?
  3. What happened while the file was uploading?
  4. What appeared on the screen after the browser froze?
  5. What did Lucas save before closing the test session?
  6. What did Lucas do after writing the steps to reproduce?
  7. Who reviewed the ticket before Lucas sent it?
  8. What did Lucas do at the end of the story?

Prática com a história

  1. Reescreva usando first: Lucas opened the staging environment. He read the customer's report.
  2. Combine com while: The file was uploading. The browser froze.
  3. Complete com before ou after that: Lucas attached the logs. ___ he sent the ticket.
  4. Reescreva com finally: Lucas sent the ticket. He notified the on-call engineer.

Prática

Exercícios e teste

Próxima etapa
6blocos de exercícios disponíveis neste tema
10questões de teste para revisar depois da aula

A próxima melhoria é transformar esses arquivos em perguntas com resposta no navegador. Por enquanto, esta página já organiza o estudo e permite seguir a aula inteira sem abrir os arquivos manualmente.