Which of the following is not an example of a typical generic skill required for testing?
Which of the following is not an example of a typical generic skill required for testing?A . Be able to apply test-driven developmentB . Be able to use test management tools and defect tracking toolsC . Be able to communicate defects and failures to developers as objectively as possibleD ....
Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length?
An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet. Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied...
Which of the following is NOT a valid object of this pilot project?
A company runs a pilot project for evaluation of a test automation tool. Which of the following is NOT a valid object of this pilot project?A . Get familiar with the functionality and options of the toolB . Check haw the tool fits to the existing test processesC . Train...
Which coverage metric will provide the needed information for this analysis?
A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer 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...
Which of the following is a task the Author is responsible for, as part of a typical formal review?
Which of the following is a task the Author is responsible for, as part of a typical formal review?A . Determining the people who will be involved in the reviewB . Recording the anomalies found during the review meetingC . Identifying potential anomalies in the work product under reviewD ....
Which of the following issues cannot be identified by static analysis tools?
Which of the following issues cannot be identified by static analysis tools?A . Very low MTBF (Mean Time Between failure)B . Potentially endless loopsC . Referencing a variable with an undefined valueD . Security vulnerabilitiesView AnswerAnswer: A Explanation: Static analysis tools are software tools that examine the source code of...
The tests at the bottom layer of the test pyramid:
The tests at the bottom layer of the test pyramid:A . run faster than the tests at the top layer of the pyramidB . cover larger pieces of functionalities than the tests at the top layer of the pyramidC . are defined as 'Ul Tests' or 'End-To-End tests' in the...
Based only on the given information, which of the following recommendation would you follow?
A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests...
Which of the following statements about how different types of test tools support testers is true?
Which of the following statements about how different types of test tools support testers is true?A . The support offered by a test data preparation tool is often leveraged by testers to run automated regression test suitesB . The support offered by a performance testing tool is often leveraged by...
Which of the following s the most correct statement about state testing techniques?
Which of the following s the most correct statement about state testing techniques?A . Static techniques can be used before all code is ready for executionB . Static techniques find more detects then dynamic techniques.C . Static techniques can be used by inexperienced users.D . Static techniques are always cheaper...