Questões de Concurso Comentadas por alunos sobre teste de software em engenharia de software

Foram encontradas 1.102 questões

Resolva questões gratuitamente!

Junte-se a mais de 4 milhões de concurseiros!

Q847865 Engenharia de Software

De acordo com o Sommerville na 9ª edição em inglês do seu livro Software Engineering, os passos do TDD são essencialmente os seguintes:


1. You start by identifying the increment of functionality that is required. This should normally be small and implementable in a few lines of code.

2. You write a test for this functionality and implement this as an automated test. This means that the test can be executed and will report whether or not it has passed or failed.

3. You then run the test, along with all other tests that have been implemented. Initially, you have not implemented the functionality so the new test will fail. This is deliberate as it shows that the test adds something to the test set.

4. You then implement the functionality and re-run the test. This may involve refactoring existing code to improve it and add new code to what’s already there.

5. Once all tests run successfully, you move on to implementing the next chunk of functionality.


Sobre eles, é INCORRETO afirmar que

Alternativas
Q847476 Engenharia de Software
A respeito de engenharia de software, assinale a opção correta.
Alternativas
Q847373 Engenharia de Software
Considere um teste de software com a seguinte definição: abordagem de teste de integração usada em tempo de desenvolvimento, como um mecanismo de marca-passo para projetos com prazo crítico, em que a construção é integrada a outras construções e o produto inteiro (em sua forma atual) passa diariamente pelo teste. Essas são características do teste
Alternativas
Q846241 Engenharia de Software
O gerente solicitou a pesquisa de softwares para a automação de testes. No caso atual, existe a necessidade urgente de testar aplicativos Web. A possível escolha seria a ferramenta:
Alternativas
Q845995 Engenharia de Software
Os elementos que fornecem acesso às informações obtidas pelo JMeter durante os testes de carga são denominados tecnicamente de:
Alternativas
Respostas
541: A
542: B
543: C
544: A
545: A