Você está na página 1de 17

Question

NOTE: Only one answer per question

1 When what is visible to end-users is a deviation from the specific or expected behavior, this is
called:
Quando o que está visível para os usuários finais é um desvio para a especificação ou do
comportamento esperado, isto é chamado:

a) an error | um erro
b) a fault | uma falha
c) a failure | uma falha
d) a defect | um defeito
e) a mistake | um engano

2 Regression testing should be performed:


Testes de regressão devem ser realizados:
v) every week | Semanalmente
w) after the software has changed | após a mudança do software
x) as often as possible | com a maior freqüência possível
y) when the environment has changed | quando houver mudança de ambiente
z) when the project manager says | quando o gerente do plano mandar

a) v & w are true, x – z are false |


b) w, x & y are true, v & z are false
c) w & y are true, v, x & z are false
d) w is true, v, x y and z are false
e) all of the above are true

3 IEEE 829 test plan documentation standard contains all of the following except:
Padrão IEEE 829, documentação do plano de teste contém todas as seguintes exceto:
a) test items | testar itens
b) test deliverables | testar entregas
c) test tasks | testar tarefas
d) test environment | testar ambiente
e) test specification | testar especificação
Question
NOTE: Only one answer per question

4 Testing should be stopped when:


Testes devem ser parados quando:
a) all the planned tests have been run | Todos os planos de testes sejam verficados
b) time has run out | Tempo acabar
c) all faults have been fixed correctly | todas as falhas forem corrigidas corretamente
d) both a) and c) | Corretas a ) e c)
e) it depends on the risks for the system being tested | depende dos riscos para o sistema a ser
testado

5 Order numbers on a stock control system can range between 10000 and 99999 inclusive. Which of
the following inputs might be a result of designing tests for only valid equivalence classes and valid
boundaries:
Números de ordem em um sistema de controle acionário podem variar entre 10000 e 99999,
inclusive. Qual dos seguintes fatores pode ser o resultado de projetar testes apenas para
classes de equivalência válidas e limites válidos:
a) 1000, 5000, 99999
b) 9999, 50000, 100000
c) 10000, 50000, 9999
d) 10000, 99999
e) 9999, 10000, 50000, 99999, 10000

6 Consider the following statements about early test design:


Considere as seguintes afirmações sobre o início do plano de teste:
i. early test design can prevent fault multiplication
No inicio do plano de teste pode impedir múltiplas falhas
ii. faults found during early test design are more expensive to fix
Defeitos encontrados durante o início do plano de teste são mais caros para
consertar
iii. early test design can find faults
No inicio (concepção) do plano de teste pode encontrar falhas.
iv. early test design can cause changes to the requirements
No inicio (concepção) do plano de teste pode causar mudanças nos requisitos
v. early test design takes more effort
No inicio (concepção) do plano de teste exige mais esforço

a) i, iii & iv are true. Ii & v are false


b) iii is true, I, ii, iv & v are false
c) iii & iv are true. i, ii & v are false
d) i, iii, iv & v are true, ii us false
e) i & iii are true, ii, iv & v are false
Question
NOTE: Only one answer per question

7 Non-functional system testing includes:


Sistemas de testes não funcional incluem:
a) testing to see where the system does not function properly
Teste para observar se as propriedades funcionais do sistema irão funcionar
corretamente.
b) testing quality attributes of the system including performance and usability
Testar atributos de qualidade do sistema inclui desempenho e usabilidade.
c) testing a system feature using only the software required for that action
Testar um recurso do sistema usando somente um software especifico para aquela ação.
d) testing a system feature using only the software required for that function
Testar um recurso do sistema usando somente um software especifico para aquela
função.
e) testing for functions that should not exist
Testar funções não existentes.
8 Which of the following is NOT part of configuration management:
Qual das seguintes afirmações NÂO é parte da gerencia de configuração:
a) status accounting of configuration items
Verificação da contabilização da configuração itens
b) auditing conformance to ISO9001
Auditoria conforme a ISO9001
c) identification of test versions
Identificação de versões de testes
d) record of changes to documentation over time
Registro de alterações na documentação ao longo do tempo
e) controlled library access
Controle acesso as bibliotecas.
9 Which of the following is the main purpose of the integration strategy for integration testing in the
small?
Qual das seguintes afirmações é a principal finalidade da integração estratégia para
testes de integração pequenos?
a) to ensure that all of the small modules are tested adequately
Para assegurar que todos os módulos menores serão testados adequadamente
b) to ensure that the system interfaces to other systems and networks
Para garantir que a interface do sistema com outros sistemas e redes
c) to specify which modules to combine when and how many at once
Para especificar quais módulos irão combinar, quando e como, com muitos de uma
única vez
d) to ensure that the integration testing can be performed by a small team
Assegurar que a integração teste pode ser feito por uma equipe pequena
e) to specify how the software should be divided into modules
Para especificar a forma como o software deve ser dividido em módulos
Question
NOTE: Only one answer per question

10 What is the purpose of test completion criteria in a test plan:


Qual é a finalidade do teste nos critérios de saída do plano de teste:
a) to know when a specific test has finished its execution
Para saber quando uma especificação de teste terá a sua execução
b) to ensure that the test case specification is complete
Para garantir que a especificação do caso teste está completa
c) to set the criteria used in generating test inputs
Para definir os critérios utilizados na saída de criação de teste
d) to know when test planning is complete
Para saber quando o plano de teste está completo.
e) to plan when to stop testing
Para planejar quando parar os testes
11 Consider the following statements
Considere as seguintes afirmações:
i. an incident may be closed without being fixed
Um incidente pode ser encerrado sem ser corrigido
ii. incidents may not be raised against documentation
Incidentes não podem ser levados em contra na documentação
iii. the final stage of incident tracking is fixing
A fase final do monitoramento do incidente é fixa
iv. the incident record does not include information on test environments
O registro do incidente não inclui informações sobre o ambiente de teste.
v. incidents should be raised when someone other than the author of the software
performs the test
Incidentes devem ser levantados quando alguém, que não seja o autor do
software, realiza o teste.

a) ii and v are true, I, iii and iv are false


b) i and v are true, ii, iii and iv are false
c) i, iv and v are true, ii and iii are false
d) i and ii are true, iii, iv and v are false
e) i is true, ii, iii, iv and v are false
Question
NOTE: Only one answer per question

12 Given the following code, which is true about the minimum number of test cases required for full
statement and branch coverage:
Dado o seguinte código, o que é verdade sobre o número mínimo de casos de testes
necessários para a cobertura completa statement and
branch coverage:
Read P
Read Q
IF P+Q > 100 THEN
Print “Large”
ENDIF
If P > 50 THEN
Print “P Large”
ENDIF

a) 1 test for statement coverage, 3 for branch coverage


b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage, 1 for branch coverage
d) 2 tests for statement coverage, 3 for branch coverage
e) 2 tests for statement coverage, 2 for branch coverage

13 Given the following:


Dado o seguinte:
Switch PC on
Start “outlook”
IF outlook appears THEN
Send an email
Close outlook

a) 1 test for statement coverage, 1 for branch coverage


b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage. 3 for branch coverage
d) 2 tests for statement coverage, 2 for branch coverage
e) 2 tests for statement coverage, 3 for branch coverage
Question
NOTE: Only one answer per question

14 Given the following code, which is true:


Dado o seguinte código, o que é verdadeiro:
IF A > B THEN
C=A–B
ELSE
C=A+B
ENDIF
Read D
IF C = D Then
Print “Error”
ENDIF

a) 1 test for statement coverage, 3 for branch coverage


b) 2 tests for statement coverage, 2 for branch coverage
c) 2 tests for statement coverage. 3 for branch coverage
d) 3 tests for statement coverage, 3 for branch coverage
e) 3 tests for statement coverage, 2 for branch coverage
Question
NOTE: Only one answer per question

15 Consider the following:


Considere o seguinte:
Pick up and read the newspaper
Pick up e leitura do jornal
Look at what is on television
Observe o que está passando na televisão
If there is a program that you are interested in watching then switch the the television on and watch
the program
If existe um programa que você está interessado em prestar atenção
Switch passar a assistir o programa na televisão
Otherwise
If else
Continue reading the newspaper
Continue lendo o jornal
If there is a crossword in the newspaper then try and complete the crossword
If tiver palavras cruzadas no jornal
Then tente completar as palavras cruzadas.
a) SC = 1 and DC = 1
b) SC = 1 and DC = 2
c) SC = 1 and DC = 3
d) SC = 2 and DC = 2
e) SC = 2 and DC = 3

16 The place to start if you want a (new) test tool is:


O ponto de partida se você quiser um (novo) teste de ferramenta é:
a) Attend a tool exhibition
Observar uma ferramenta em exibição
b) Invite a vendor to give a demo
Convidar um vendedor para dar uma demonstração
c) Analyse your needs and requirements
Analisar as suas necessidades e exigências
d) Find out what your budget would be for the tool
Descubra qual seria o seu orçamento para a ferramenta
e) Search the internet
Pesquisar na internet.
Question
NOTE: Only one answer per question

17 When a new testing tool is purchased, it should be used first by:


Quando um novo teste ferramenta é adquirido, ele deve ser usado primeiro por:
a) A small team to establish the best way to use the tool
Uma equipe pequena para estabelecer a melhor forma de utilizar a ferramenta
b) Everyone who may eventually have some use for the tool
Todos os que podem, eventualmente, ter alguma utilização para a ferramenta.
c) The independent testing team
As equipes de testes independentes
d) The managers to see what projects it should be used in
Os gerentes para verificar em quais planos poderão ser usados
e) The vendor contractor to write the initial scripts
O vendedor contratante para escrever o script inicial
18 What can static analysis NOT find?
O que a análise estática NÃO pode encontrar?
a) The use of a variable before it has been defined
A utilização de uma variável antes que ela tenha sido definida.
b) Unreachable (“dead”) code
Código não alcançável (“morto”)
c) Whether the value stored in a variable is correct
Se o valor armazenado em uma variável está correto
d) The re-definition of a variable before it has been used
As re - definição de uma variável antes que ela tenha sido usada
e) Array bound violations
Violações vinculadas a Array
19 Which of the following is NOT a black box technique:
Qual dos seguintes NÃO é uma técnica de caixa preta:
a) Equivalence partitioning
Partição de equivalência
b) State transition testing
Estado da transação de teste
c) LCSAJ
LCSAJ
d) Syntax testing
Teste de sintaxe
e) Boundary value analysis
Análise do valor Boundary
Question
NOTE: Only one answer per question

20 Beta testing is:


Teste Beta é:
a) Performed by customers at their own site
Realizado pelos clientes no próprio ambiente
b) Performed by customers at their software developer’s site
Realizado pelos clientes no software do ambiente do desenvolvedor
c) Performed by an independent test team
Realizado por uma equipe independente de teste
d) Useful to test bespoke software
Útil para testar quando se trata de softwares
e) Performed as early as possible in the lifecycle
Realizado tão logo inicie o ciclo de vida
21 Given the following types of tool, which tools would typically be used by developers and which by an
independent test team:
Dado os seguintes tipos de ferramenta, que normalmente podem ser ferramentas que seriam
utilizadas por desenvolvedores e por uma equipe de teste independente:
i. static analysis | análise estática
ii. performance testing | teste de desempenho
iii. test management | teste de gerenciamento
iv. dynamic analysis | análise dinâmica
v. test running | Execução de teste
vi. test data preparation | Preparação de dados de testes

a) developers would typically use i, iv and vi; test team ii, iii and v
Desenvolvedores devem usar i, iv e vi; equipe teste ii, iii e v
b) developers would typically use i and iv; test team ii, iii, v and vi
c) developers would typically use i, ii, iii and iv; test team v and vi
d) developers would typically use ii, iv and vi; test team I, ii and v
e) developers would typically use i, iii, iv and v; test team ii and vi

22 The main focus of acceptance testing is:


O foco principal do teste de aceitação é:
a) finding faults in the system | encontrar falhas no sistema
b) ensuring that the system is acceptable to all users
Assegurar que o sistema seja aceitável para todos os usuários
c) testing the system with other systems | Testar o sistema com outros sistemas
d) testing for a business perspective | Perspectivas de testes para os negócios
e) testing by an independent test team | Testes realizada por equipe de teste independente.
Question
NOTE: Only one answer per question

23 Which of the following statements about the component testing standard is false:
Qual das seguintes declarações sobre o padrão de teste componente é falso:
a) black box design techniques all have an associated measurement technique
Todas as técnicas associados a testes de caixa preta têm uma técnica medição
b) white box design techniques all have an associated measurement technique
Todas as técnicas associados a testes de caixa branca têm uma técnica medição
c) cyclomatic complexity is not a test measurement technique
Complexidade do ciclo não é uma técnica de medição
d) black box measurement techniques all have an associated test design technique
Todas as técnicas associados a testes de caixa preta são medidas na concepção dos
testes
e) white box measurement techniques all have an associated test design technique
Todas as técnicas associados a testes de caixa branca são medidas na concepção dos
testes
24 Which of the following statements is NOT true:
Qual das seguintes afirmações NÃO é verdade:
a) inspection is the most formal review process
Inspeção são processos formais de revisão
b) inspections should be led by a trained leader
Inspeções devem ser realizadas por um líder treinado
c) managers can perform inspections on management documents
Gerentes podem realizar inspeções no gerenciamento dos documentos
d) inspection is appropriate even when there are no written documents
Inspeção é adequada, mesmo quando não existem documentos escritos.
e) inspection compares documents with predecessor (source) documents
Inspeção compara com documentos anteriores e documentos (fonte).
25 A typical commercial test execution tool would be able to perform all of the following EXCEPT:
Um típico teste de execução de uma ferramenta comercial seria capaz de executar todas as
seguintes EXCETO:
a) generating expected outputs | gerar saídas (resultados) esperadas
b) replaying inputs according to a programmed script
Realizar entradas de acordo com a programação do script
c) comparison of expected outcomes with actual outcomes
Comparação dos resultados esperados com os resultados verificados
d) recording test inputs | Gravar saídas de testes
e) reading test values from a data file | testar valores de leitura de um arquivo de dados
Question
NOTE: Only one answer per question

26 The difference between re-testing and regression testing is


A diferença entre re-testar e testes regressão é:
a) re-testing is running a test again; regression testing looks for unexpected side effects
re-testar está executando um teste novamente; testes regressão olha para efeitos
secundários inesperados
b) re-testing looks for unexpected side effects; regression testing is repeating those tests
re-testar olha para efeitos secundários inesperados; testes regressão é repetir estes
testes
c) re-testing is done after faults are fixed; regression testing is done earlier
re-testar é realizado após consertar falhas; testes regressão é feito mais cedo
d) re-testing uses different environments, regression testing uses the same environment
re-testar utiliza diversos ambientes/ testes regressão utiliza o mesmo ambiente
e) re-testing is done by developers, regression testing is done by independent testers
re-testar é realizado pelos desenvolvedores; testes regressão é realizado pelos
testadores independentes
27 Expected results are:
Resultados esperados são:
a) only important in system testing | importantes somente em testes de sistema
b) only used in component testing | usados somente em testes de componente
c) never specified in advance | nunca especificados antecipadamente
d) most useful when specified in advance | útil quando especificado antecipadamente
e) derived from the code | derivado do código
28 Test managers should not:
Gerentes de teste não devem:
a) report on deviations from the project plan
Enviar relatórios sobre desvios no planejamento do plano
b) sign the system off for release | assinar para libertar o sistema desligado
c) re-allocate resource to meet original plans | Re-alocar recursos para atender planos
originais
d) raise incidents on faults that they have found |
Levantar incidentes sobre defeitos que tenham encontrado
e) provide information for risk analysis and quality improvement
Fornecer informações para a análise de risco e melhoria qualidade
Question
NOTE: Only one answer per question

29 Unreachable code would best be found using:


Quando código inacessível, a melhor forma de ser encontrado é usando:
a) code reviews | revisão de código
b) code inspections | inspeção de código
c) a coverage tool | uma ferramenta de cobertura
d) a test management tool | uma ferramenta gerenciamento de teste
e) a static analysis tool | uma ferramenta de análise estática

30 A tool that supports traceability, recording of incidents or scheduling of tests is called:


Uma ferramenta que suporta rastreabilidade, registro de incidentes ou programação de
testes é chamado:
a) a dynamic analysis tool | ferramentas de análise dinâmica
b) a test execution tool | ferramentas de execução de testes
c) a debugging tool | ferramentas de debugar ( depurar)
d) a test management tool | ferramentas de gerenciamento de teste
e) a configuration management tool | ferramentas de configuração de teste
31 What information need not be included in a test incident report:
Quais as informações que não precisam ser incluídas num relatório de teste incidente:
a) how to fix the fault | como corrigir a falha
b) how to reproduce the fault | como reproduzir a falha
c) test environment details | detalhes do ambiente de teste
d) severity, priority | gravidade, prioridade
e) the actual and expected outcomes | os resultados esperados e reais
Question
NOTE: Only one answer per question

32 Which expression best matches the following characteristics or review processes:


Expressão que melhor combina com as seguintes características ou revisão processos:
1. led by author | Chefiada pelo autor
2. undocumented | Não documentada
3. no management participation | não participação do gerente
4. led by a trained moderator or leader | dirigido por um testador moderador ou
dirigente
5. uses entry exit criteria | Utiliza critérios de entrada e saída

s) inspection | inspeção
t) peer review | pontos de revisão
u) informal review | revisão informal
v) walkthrough |

a) s = 4, t = 3, u = 2 and 5, v = 1
b) s = 4 and 5, t = 3, u = 2, v = 1
c) s = 1 and 5, t = 3, u = 2, v = 4
d) s = 5, t = 4, u = 3, v = 1 and 2
e) s = 4 and 5, t = 1, u = 2, v = 3

33 Which of the following is NOT part of system testing:


Qual dos seguintes NÃO é parte do sistema de teste:
a) business process-based testing | testes empresariais baseados em processos
b) performance, load and stress testing | realização de testes de carga e stress
c) requirements-based testing | testes baseados em requisitos
d) usability testing | testes de usabilidade
e) top-down integration testing | testes de integração top-down
34 What statement about expected outcomes is FALSE:
Qual declaração sobre os resultados esperados é FALSA:
a) expected outcomes are defined by the software’s behaviour
Resultados esperados são definidos pelo comportamento do software
b) expected outcomes are derived from a specification, not from the code
Resultados esperados são derivados de uma especificação, não a partir do código
c) expected outcomes include outputs to a screen and changes to files and databases
Resultados esperados incluem saídas para uma tela e mudanças de arquivos e bases de
dados
d) expected outcomes should be predicted before a test is run
Resultados esperados devem ser previstos antes de um teste ser executado
e) expected outcomes may include timing constraints such as response times
Resultados esperados podem incluir prazos curtos, como tempos de resposta
Question
NOTE: Only one answer per question

35 The standard that gives definitions of testing terms is:


A norma que define os termos de testes é:
a) ISO/IEC 12207
b) BS7925-1
c) BS7925-2
d) ANSI/IEEE 829
e) ANSI/IEEE 729

36 The cost of fixing a fault:


O custo de consertar uma falha:
a) Is not important
Não é importante
b) Increases as we move the product towards live use
Aumentam à medida que avançamos no ciclo de vida do produto.
c) Decreases as we move the product towards live use
Diminuem à medida que avançamos no ciclo de vida do produto.
d) Is more expensive if found in requirements than functional design
É mais caro de quando se verificou no inicio dos requisitos funcionais.
e) Can never be determined
Nunca serão determinados

37 Which of the following is NOT included in the Test Plan document of the Test Documentation
Standard:
Qual dos seguintes NÃO é incluído no plano de Teste do documento Test Documentation
Standard:
a) Test items (i.e. software versions) | testes de itens (i.e versão de software)
b) What is not to be tested | O que não será testado
c) Test environments | teste de ambiente
d) Quality plans | planos de qualidade
e) Schedules and deadlines | Horários e prazos
Question
NOTE: Only one answer per question

38 Could reviews or inspections be considered part of testing:


Comentários ou inspeções poderiam ser considerados parte do teste:
a) No, because they apply to development documentation
Não, porque se aplica ao desenvolvimento documentação.
b) No, because they are normally applied before testing
Não, porque eles são normalmente aplicados antes de testar.
c) No, because they do not apply to the test documentation
Não, porque eles não se aplicam à documentação do teste.
d) Yes, because both help detect faults and improve quality
Sim, porque ambas ajudam a detectar falhas e melhorar a qualidade.
e) Yes, because testing includes all non-constructive activities
Sim, porque inclui todos os testes de atividades não - construtiva

39 Which of the following is not part of performance testing:


Qual dos seguintes NÃO faz parte de testes de desempenho:
a) Measuring response time | Medir tempo de resposta
b) Measuring transaction rates | Medir taxas de transações
c) Recovery testing | Testes de recuperação
d) Simulating many users | Simulação de muitos usuários
e) Generating many transactions | Gerar muitas transações

40 Error guessing is best used


Descobrindo erro é melhor usado:
a) As the first approach to deriving test cases
Na primeira abordagem decorrente de casos de teste
b) After more formal techniques have been applied
Depois de mais técnicas formais foram aplicadas
c) By inexperienced testers
Por testadores inexperientes
d) After the system has gone live
Depois que o sistema tenha finalizado
e) Only by end users
Só por usuários finais
Question Correct
number answer
1 C
2 C
3 E
4 E
5 C
6 A
7 B
8 B
9 C
10 E
11 B
12 B
13 B
14 B
15 E
16 C
17 B
18 C
19 C
20 A
21 B
22 D
23 A
24 D
25 A
26 A
27 D
28 C
29 A
30 E
31 A/E
32 B
33 E
34 A
35 B
36 B
37 D
38 D
39 C
40 B

Você também pode gostar