ISTQB CTAL-TTA Practice Test - Questions Answers, Page 10
List of questions
Related questions
When conducting a data flow analysis of following section of pseudo code:
Declare C, F, Z Decimal
Set Z = 32
Read F
SetC = (F-Z) * 5/9
Free C, F. Z
Print F
Which of the variables utilized above has a potential anomalie?
Consider the following pseudocode segment:
set a = 1
while a < 12
display ''this is loop', a
if a > 10 then
display 'loop is > 10'
set a = 5
else
display ''loop is < 11*
endif
end while
display ''Final value of a is', a
Which of the following issues should be detected in the code review?
Which of the following can be executed by model-based testing tools?
You are testing software that requires you to enter defined order numbers and either add, delete or update the information associated with that order number, which of the following is the minimum set of columns you should see in your keyword-driven input table?
How many independent paths are shown in the control flow diagram below?
Which of the following is a generic risk factor that the Technical Test Analyst must consider?
You have conducted static analysis on several new modules for an existing product. You are now executing test cases and are seeing inconsistent problems including crashes. Intermittent error messages are appearing. Despite all your best efforts, you are not able to find reproducible scenarios to force these errors.
What problem in the code are you likely seeing?
What is the common name for a type of automated testing technique that separates test input data and expected test results from the control script used to execute all of the tests?
You are responsible for planning the non-functional testing for a new product. You will be responsible for the performance testing and you have determined that you will need a simulator to complete your work, Which of the following are considerations when purchasing a simulator?
1. Path testing of the tool
2. Time to test the tool
3. cost of hmng specialists
4. Susceptibility to the 'probe effect'
5. Method and bme to upgrade and retest the tool as the software changes
6. Control flow analysis
Which of the following is a true statement regarding a continuous integration environment?
Question