First, I opened the staging environment.
Primeiro, eu abri o ambiente de homologação.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ês | Tradução | Observaçã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:
- `___, I logged in as a new user.`
Resposta: First — abre a sequência.
- `I tried to upload a file. ___, the page showed an error.`
Resposta: After that — conecta o próximo passo.
- `The page froze ___ the upload was running.`
Resposta: while — duas ações simultâneas.
- `___ I closed the ticket, I attached a screenshot.`
Resposta: Before — indica a ação que aconteceu antes.
- `___, I sent the ticket to the support team.`
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
Then, I checked the server logs.
Depois, eu verifiquei os logs do servidor.After that, the dashboard showed an error.
Depois disso, o painel mostrou um erro.Before I restarted the service, I saved the logs.
Antes de reiniciar o serviço, eu salvei os logs.The page froze while the upload was running.
A página travou enquanto o upload rodava.Finally, I closed the ticket and notified the team.
Finalmente, eu fechei o ticket e avisei a equipe.I reproduced the bug in the staging environment.
Eu reproduzi o bug no ambiente de homologação.Write the steps to reproduce in the ticket.
Escreva as etapas para reproduzir no ticket.I created a ticket with the steps to reproduce.
Eu criei um ticket com as etapas para reproduzir.First, open the ticket in the support portal.
Primeiro, abra o ticket no portal de suporte.Finally, I closed the ticket after the fix was deployed.
Finalmente, eu fechei o ticket depois que a correção foi implantada.Then, I logged in as a new user.
Depois, eu entrei no sistema como um novo usuário.First, I opened the staging environment.
Primeiro, eu abri o ambiente de homologação.The error message appeared after the upload.
A mensagem de erro apareceu depois do upload.I attached a screenshot to the ticket.
Eu anexei um print ao ticket.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ês | Traduçã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
- Where did Lucas reproduce the bug?
- How did Lucas log in to reproduce the bug?
- What happened while the file was uploading?
- What appeared on the screen after the browser froze?
- What did Lucas save before closing the test session?
- What did Lucas do after writing the steps to reproduce?
- Who reviewed the ticket before Lucas sent it?
- What did Lucas do at the end of the story?
Prática com a história
- Reescreva usando first: Lucas opened the staging environment. He read the customer's report.
- Combine com while: The file was uploading. The browser froze.
- Complete com before ou after that: Lucas attached the logs. ___ he sent the ticket.
- Reescreva com finally: Lucas sent the ticket. He notified the on-call engineer.
Prática
Exercícios e teste
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.