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 of the following statements refers to good testing practice to be applied regardless of the chosen software development model?
Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?A . Tests should be written in executable format before the code is written and should act as executable specifications that drive codingB . Test levels should be defined such that...
Who of the following has the best knowledge to decide what tests in a test project should be automated?
Who of the following has the best knowledge to decide what tests in a test project should be automated?A . The developerB . The customerC . The development managerD . The test leaderView AnswerAnswer: D Explanation: The test leader is the person who is responsible for planning, monitoring, and controlling...
Which of the following statements about static testing and dynamic testing is true?
Which of the following statements about static testing and dynamic testing is true?A . Unlike dynamic testing, which can be also performed manually, static testing cannot be performed without specialized toolsB . Static testing is usually much less cost-effective than dynamic testingC . Unlike dynamic testing, which focuses on detecting...
Which of the following statements is true?
Which of the following statements is true?A . Experience-based test techniques rely on the experience of testers to identify the root causes of defects found by black-box test techniquesB . Some of the most common test basis used by white-box test techniques include user stories, use cases and business processesC...
Which of the following is a test task that usually occurs during test implementation?
Which of the following is a test task that usually occurs during test implementation?A . Make sure the planned test environment is ready to be deliveredB . Find, analyze, and remove the causes of the failures highlighted by the testsC . Archive the testware for use in future test projectsD...
Which of the following statements is true?
Which of the following statements is true?A . Functional testing focuses on what the system should do while non-functional testing on the internal structure of the systemB . Non-functional testing includes testing of both technical and non-technical quality characteristicsC . Testers who perform functional tests are generally expected to have...
Which of the following statements about exploratory testing is true?
Which of the following statements about exploratory testing is true?A . Exploratory testing is an experience-based test technique in which testers explore the requirements specification to detect non testable requirementsB . When exploratory testing is conducted following a session-based approach, the issues detected by the testers can be documented in...
Which of the following statements about the shift-left approach is true?
Which of the following statements about the shift-left approach is true?A . Shift-left in testing can be implemented only in Agile/DevOps frameworks, as it relies completely on automated testing activities performed within a continuous integration processB . Performance testing performed during component testing, is a form of shift-left in testing...
The acceptance criteria associated with a user story:
The acceptance criteria associated with a user story:A . are often written in a rule-oriented format using the template referred to as "Given/When/Then"B . are often documented following in rule-oriented format using the following template: "As a [role], I want [feature], so that I can [benefit]"C . can be written...