Which of the following actions is a good next step?

CORRECT TEXT You are working in a project that developed a product that has reached a stable state and is deployed on different HW configurations all over Europe. You management decided to use your project as Proof of Concept for adopting CI as a new way of working. The POC...

November 3, 2022 No Comments READ MORE +

From these results what can you conclude about the TDD process?

You are testing a new feature in the current iteration. The feature is supposed to take the input of a name and return the number of characters in the name. This information is used by another feature that will determine the size needed on a form. The acceptance criteria state...

October 31, 2022 No Comments READ MORE +

What is the main flaw in this charter?

You are testing a large e-commerce system for household goods that is being implemented using Agile methodologies You are currently working on deriving tests for stories that are implementing the following epic. As a customer I want to use the e-commerce system, so that I can have my purchased goods...

October 30, 2022 No Comments READ MORE +

BDD and ATDD are most commonly used with which test approach?

BDD and ATDD are most commonly used with which test approach?A . Analytical B. Model-based C. Process-compliant D. ReactiveView AnswerAnswer: A

October 27, 2022 No Comments READ MORE +

Which of the following columns should appear in your data file to support the automated testing of this story?

You have been asked to supply the data file for a data-driven test automation script that will be used to test the following story: As a customer I want to be told how many items I need to purchase, so I can receive free shipping You have been told the...

October 25, 2022 No Comments READ MORE +

Which of the following statements about the refactoring of test cases is correct?

CORRECT TEXT Refactoring of test cases is needed in agile projects for many reasons. Which of the following statements about the refactoring of test cases is correct?A . Refactoring of test cases is done to match and evolve the test cases due to changing functionality. The main benefits include improving...

October 24, 2022 No Comments READ MORE +

Which is the correctly described one?

CORRECT TEXT The challenges described below are of test automation in agile settings or agile projects. Which is the correctly described one?A . Resource’s availability is a challenge in automating tests in agile settings, as they are needed to create, maintain, and execute the test suite B. Unit testing automation...

October 24, 2022 No Comments READ MORE +

Which of the following is an expected problem that often occurs with automation test suites?

Which of the following is an expected problem that often occurs with automation test suites?A . The defects become prohibitive when trying to execute the suite B. The test execution time becomes longer making it difficult to get all the tests run as often as desired C. The test suite...

October 23, 2022 No Comments READ MORE +

You are developing a test automation suite for an agile project and want to include as much coverage as possible Unfortunately one of the critical web services (e-commerce checkout) is not scheduled for completion until the later iterations Which of the following would be a good option to allow you to progress with your end-to-end test automation without creating too much extra work?

You are developing a test automation suite for an agile project and want to include as much coverage as possible Unfortunately one of the critical web services (e-commerce checkout) is not scheduled for completion until the later iterations Which of the following would be a good option to allow you...

October 20, 2022 No Comments READ MORE +

When using a process-compliant approach to testing a safety-critical project what is an important aspect of test automation?

When using a process-compliant approach to testing a safety-critical project what is an important aspect of test automation?A . It must provide exhaustive regression testing B. It must provide traceability back to the requirements and results documentation C. It must implement automated checklists D. It must incorporate model-based testingView AnswerAnswer:...

October 20, 2022 No Comments READ MORE +