[2023年05月27日]Fast2test CTAL-ATT試験練習テスト問題(更新された42問あります)
合格させるISQI CTAL-ATT試験情報と無料練習テスト
質問 # 13
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 the following
1) a name of up to 30 characters should be accepted
2) standard error processing should be in place to limit user errors
The developers are using TDD and you have asked to see their tests. This is what they gave you
When yourun your manual tests you are finding that when you use the following inputs you get the associated results:
From these results what can you conclude about the TDD process?
- A. The tests are insufficient and need to include more options
- B. The tests cannot be passing
- C. The story needs to be enhanced to include the capabilities that are causing errors
- D. The developers are not running the tests prior to releasing the code
正解:A
質問 # 14
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 was implemented on one set of hardware and was successful.
Which of the following actions is a good next step?
- A. Enable different test configurations in the CI process to test different configurations that are deployed in the market
- B. Reduce the number of tests in the CI test suite, to improve the benefit of the CI approach
- C. Implement code to dynamically select CI tests, executing only test cases affected by changes
- D. Speed up test execution by decreasing the amount of User Interface (UI) testing to get faster feedback from the CI tests
正解:A
質問 # 15
What level of automation testing should be included in the production deployment process when continuous deployment is used?
- A. Automated unit testing is sufficient
- B. UAT and other acceptance testing
- C. Regression testing is sufficient
- D. Integration and system testing
正解:B
質問 # 16
When using a process-compliant approach to testing a safety-critical project what is an important aspect of test automation?
- A. It must provide traceability back to the requirements and results documentation
- B. It must provide exhaustive regression testing
- C. It must incorporate model-based testing
- D. It must implement automated checklists
正解:A
質問 # 17
Which of the following best describes when the test automation suite should be updated in order to keep up with the development of new/changed software?
- A. At the end of each release during regression testing
- B. At the start of each iteration during planning
- C. During each iteration as the code is received
- D. At the end of each iteration after the completion of manual testing
正解:C
質問 # 18
You have been working to defineacceptance tests for a story.You think this will help tailor your testing.You have asked the productowner to be involved as well.You are currently looking at this story:
As a pet owner
I want to purchase food online
So that it can be delivered to my house when I need it
Which of the following is the preferred way to solicit information from the product owner to better understand what will be "acceptable?
- A. Propose the following acceptance criteria
Purchase below the limit for free delivery
Purchase above the limit for free delivery
Request store pickup - B. Work with the product owner to elicit examples of how they would use the software Combine their examples with testing techniques to flesh out the set of acceptance criteria
- C. Create the following acceptance criteria and review them with the product owner Login Verify password reset Verify account details Update account details Browse and select food Add to cart Remove from cart Add more items to cart Select delivery Remove items from can until delivery is no longer free Checkout and verify the deliver charge is added Browse again and select food Select delivery and verify it is free Checkout and verify no delivery charge is added
- D. Explain boundary value analysis to the product owner and have them indicate the appropriate boundaries to test
正解:B
質問 # 19
Whose perspective should be used when a user story is created?
- A. User acceptance tester
- B. End user
- C. Stakeholder paying for the project
- D. Automated user software
正解:B
質問 # 20
An increased proportion of automated test coverage often leads to a greater degree of manual testing that follows reactive strategies, because:
- A. Many of the tests that can be prepared upfront, will be automated which enables the testers to spend more time for execution of manual tests
- B. An increase of the proportion of automated test increases test coverage, and the uncovered areas are to be tested reactively
- C. Reactive strategies consider the current context and status of the project and the system under test. To be able to adopt to this status most flexible a greater degree of manual testing is necessary
- D. If the proportion of automated tests increases, manual tests focus on the riskiest areas which are identified reactively
正解:A
質問 # 21
You are working for an organization that has implemented CI and is struggling to get the automated tests to run on each build because of time limitation. On average, there are three ad hoc builds per day one scheduled build overnight one scheduled build on Friday nights and one build that is conducted on the Thursday night before the end of the sprint on the second Friday. There are four sets of tests high priority medium priority low priority, nonfunctional. The non-functional tests must be run in the integrated stage environment whereas the other tests can be run in any of the test environments In addition to just the execution time of the tests it has also been noted that reviewing the results of the tests take about two hours per set of tests Given this information which of the following is the most efficient and effective approach to test automation execution?
- A. Run the high priority tests on each build the medium priority tests every night the low priority tests every week and the non-functional tests on the Thursday night before sprint end
- B. Run all the high priority tests for every build low priority tests at night and the medium priority tests at the end of the sprint
- C. Run all four test sets on every build
- D. Run all four test sets every night
正解:A
質問 # 22
What is the primary purpose of the debriefing meeting when exploratory testing is used in an Agile setting?
- A. To identify defects
- B. To review the actions of the tester and determine if there were any errors made during the testing
- C. To provide a status of the progress and coverage of the session
- D. To define the charier for the test
正解:C
質問 # 23
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 tor 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 delivered to my house.
The story you are currently working on is
As a customer I want to be told how many items I need to purchase, so I can receive free shipping Which of the following is an appropriate test charter for this story?
- A. As a supplier verify that when a customer purchases the correct number of goods the system doesn't add any delivery fees at checkout
- B. Login as a customer buy an item verify message tells you how many are needed for free delivery add items to your cart until you qualify checkout verify delivery is free
- C. Login as a customer buy various goods request free delivery add more items to your cart checkout, verify that your delivery is free
- D. Buy 12 of one item and see if you are advised that you get free shipping
正解:B
質問 # 24
Which of the following is an expected problem that often occurs with automation test suites?
- A. The time it takes to create new tests increases exponentially as new features are added to the code
- B. The defects become prohibitive when trying to execute the suite
- C. The test suite continues to grow making source control difficult to manage
- D. The test execution time becomes longer making it difficult to get all the tests run as often as desired
正解:D
質問 # 25
Which of the following statements about performing exploratory testing with test charters is correct?
- A. Exploratory testing and black-box testing use the same metrics for measuring test coverage
- B. In contrast to black-box testing, the expected result is documented after a defect is found and not as part of test design
- C. Test charters are a useful tool to be used for testing when a detailed specification for the system under test is available
- D. The result of performing exploratory testing by using test charters is finding defects and specification defects
正解:B
質問 # 26
Summarize the characteristics of test automation in relation to development projects.
- A. Test automation supports the goals of an iteration directly, e.g., by reducing the regression risk associated with stability of the system
- B. Test automation can play an important role in test environment configuration and test release acquisition
- C. Supportive test automation effort must be done in the teams of the iteration teams themselves
- D. In large projects, there is usually one best solution that fits all needs, and so. on dedicated test automation strategies fits best
正解:B
質問 # 27
BDD and ATDD are most commonly used with which test approach?
- A. Analytical
- B. Process-compliant
- C. Reactive
- D. Model-based
正解:A
質問 # 28
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 delivered to my house.
The story you are currently working on is:
As a customer I want to be told when my items will be delivered, so I can plan to be home.
You have been given the following charter that was proposed by another tester for testing this story Login as a customer, buy enough of each item to qualify for free shipping for each item checkout and verify that no shipping fee has been added.
What is the main flaw in this charter?
- A. It does not cover the mam functionality of the user story
- B. The expected results are not defined
- C. The actions of the user are not clearly stated in the charter
- D. It focuses on the delivery company instead of the activities of the user
正解:A
質問 # 29
......
あなたを合格させるISQI試験にはCTAL-ATT試験問題集:https://jp.fast2test.com/CTAL-ATT-premium-file.html
CTAL-ATT試験問題集PDF更新された問題集にはFast2test試験合格保証付き:https://drive.google.com/open?id=1tz6_0A39ykFATmPVtEkn_pP7DLnD4B0S