MultipleChoice
A program is used to control a manufacturing line (turn machines on and off. start and stop conveyor belts, add raw materials to the flow, etc.)
Not all actions are possible at all times For example, there are certain manufacturing stages that cannot be stopped - unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests. Which coverage metric will provide the needed information for this analysis?
OptionsMultipleChoice
Which of the following lists represents the correct sequence of the main activities of the fundamental test process (leaving out the activity of control which should take place in parallel to all the other activities)?
OptionsMultipleChoice
The four test levels used in ISTQB syllabus are:
Component (unit) testing
2 Integration testing
3. System testing
4 Acceptance testing
An organization wants to do away with integration testing but otherwise follow V-model.
Which option best statements is correct?
OptionsMultipleChoice
After a record of poor quality software releases (incorrect menu selection options, new features that do not work, users allowed to change security levels without administrator rights), you have been asked to review the test capability in your company.
You have limited time to do the review before the next project, which type of testing would be MOST appropriate to review first?
OptionsMultipleChoice
Integration testing has following characteristics.
I . It can be done in incremental manner
II . It is always done after system testing
III . It includes functional tests
IV It includes non-functional tests
OptionsMultipleChoice
Which of the following test types are non-functional tests?
I) Acceptance test
II) Regression test
III) Stress test
IV) Component test
V) Reliability test
OptionsMultipleChoice
Which of the following are correct tasks during 'Test analysis and design'?
I . Designing and prioritizing test cases
II Identifying any required infrastructure and tools
III . Reviewing the test basis
IV Creating test data and preparing test harnesses
V . Writing automated test scripts
OptionsMultipleChoice
Which of the following BEST matches the attributes with a level of testing?
I . Stubs and drivers are often used
II The test environment should correspond to the production environment
III . Finding defects is not the main focus
IV Testing can be based on use cases
V . Testing is normally performed by testers
VI . Testing for functional and non-functional characteristics
OptionsMultipleChoice
Which of the following statements are 'testing general principles''?
I . Exhaustive testing is impossible
II . The defects found during the pre-release tests, or the operational failures, are uniformly distributed across the system's software modules
III . Testing can show the presence of defects, but cannot demonstrate their absence
IV. Testing is context-independent
OptionsMultipleChoice
Which of the following statements describes regression testing?
I . Retesting of a fixed defect
II Testing of an already tested program
III . Testing of new functionality in a program
IV. Regression testing applies only to functional testing
V Tests that do not have to be repeatable. because they are only used once
Options