XBO-Text

欢迎参加本次测试
1.Which TWO of the following statements are true on agile projects? Select TWO options.
Testers should work closely with developers while retaining an objective outlook
Test managers do not existin organizations doing agile development.
There is no differencebetween what testers and developers do on agile projects.
Developers should rely ontesters to create the automated regression tests.
A selection of users may perform beta testing on the product after the completion of a series of iterations.
2.Given the following User Story: “As a bank teller, I would like to be able to view all of my customer’s bank transactions on the screen, so I can answer his/her questions”. Which of the following can be considered as relevant acceptance test cases? 
 i. Login as a bank teller, get the customer’s account balance for all open accounts.
 ii. Login as a bank teller, enter a customer account ID, get his transactions history on the screen 
 iii. Login as a bank teller, request customer account ID by using name abbreviations, and get his transaction history on the screen.
 iv. Login as a bank teller, enter a customer IBAN (international bank account number), get his transaction history on the screen .
 v. Login as a Bank Teller, enter a customer Account ID, get the Transactions history in less than 3 seconds on screen.
i, ii, iv
i, iii, iv
ii, iv, v
ii, iii, iv
3.Your manager would like to introduce exploratory testing to your agile team. He has received the following suggestions on how to proceed from previous colleagues: 
 i. User stories are assigned to testers who are completely new to the user story. There is allotted 120 minutes allocated to complete exploratory testing on the user story. Testers do not need to document tests, or test results, but do need to log defects if any are encountered. 
 ii. User stories are assigned to testers who have already completed risk based testing on the same areas. There is allotted 120 minutes allocated to complete exploratory testing for this user story. The team expects at the end of the 120 minutes to have a list of test ideas, including data and actors, results and issues encountered, and list of defects to be logged in the defect management tool
iii. A user story is assigned to business representative. The business representative is told to use the system like the customer would on a day-to-day basis. If issues are encountered, the business representative is told to inform the tester, so that they can prioritize and log the defect.
iv. A user story is assigned to a tester for exploratory testing. Tester is told to learn the functionality of the user story, to make sure the functionality is correct and to include negative testing. There is no set deadline for this exploratory testing to be complete; it depends on what is found by the tester. Documentation is not necessary, but defects need to be logged in defect tracking tool. 
    Your manager presents you with his conclusions about how best to introduce exploratory testing to an agile team. Which one of your manager's conclusions is correct?
A Scenario i IS NOT the bestway because: In exploratory testing, test design and test execution happen atthe same time but are guided by a documented test charter that includes actors,test conditions, test data, etc. Test results are also documented and willguide the next test.
B Scenario ii IS the best way because: In this case, the testers have knowledge of the user story already, which will help them come up with test conditions and ideas. The team is using timeboxed exploratory test sessions. The team is expected to document test conditions, data, and user information, and to log results of the test. Issues are logged in a defect tracking tool just like any other test technique.
C Scenario iii IS NOT the best way because: This could be describing system acceptance testing, but not exploratory testing.
D Scenario iv IS NOT the best way because: Documentation is necessary for exploratory testing, and testers must log test ideas and results of testing. The results of testing are used to guide future exploratory testing.
4.Which alternative is the BEST description of when to stop testing (release criteria) in an agile project?
A All test cases have beenexecuted.
B The probability ofremaining faults has been reduced to a level that can be accepted by thecustomer
C The achieved test coverage is considered enough. The coverage limit is justified by the complexity of the included functionality, its implementation, and the risks involved.
D The iteration/sprint is finished
5.Which TWO of the following are examples of testable acceptance criteria for test related activities? Select TWO options.
A Structure based testing: White box testing in addition to black box testing is used.
B System testing: At least80% of functional regression tests are automated.
C Security testing: A threat risk analysis scan is completed with no faults identified.
D Performance testing: The application is responding in a reasonable amount of time with 5000 users.
E Compatibility testing: The application is working on all major browsers.
6.Given the following user story: “An online application charges customers to ship purchased items, based on the following criteria:
 • Standard shipping costs for under 6 items 
 • Shipping is $5 for 6-10 items. 
 • Shipping is free for more than 10 items.
 Which of the following is the best black box test design technique for the user story?
A State Transition testing: Test the following states – browsing, logged in, selecting, purchasing, confirming, and exiting
B Decision tables: Test the following conditions – User logged in; At least 1 item in cart; Purchase confirmed; Funding approved; with the resulting action of – Ship Item.
CBoundary Value Analysis:Test the following inputs – 0,5,6,10,11,max
D Use Case Testing: Actor=customer; Prerequisites=customer logs in, selects and purchases items; Postconditions= items are shipped.
7.An agile team is assigned to a project to update an existing medical device to newer technologies. Since the last release of the existing medical device, a new version of the medical device standard has been released. User access to the device is changing and will be documented in user stories.
Based on this information, and in addition to the user stories, which of the following would best provide relevant information to support your testing activities? 
 i. Updated version of standards document for medical system. 
 ii. Existing defects or typical defect areas in existing system. 
 iii. Obsolete user access test cases and results for existing application.
 iv. Performance metrics for existing application. 
 v. Defects logged during other similar conversion projects for medical devices
A i, ii, iii, iv
B ii, iv, v
Ci, ii, v
D All of the above
8.Which of the following activities would a tester do during release planning?
Produce a list ofacceptance tests for user stories
Help break down userstories into smaller and more detailed tasks.
Estimate testing tasksgenerated by new features planned for this iteration.
Support the clarificationof the user stories and ensure that they are testable

8题 | 被引用0次

模板修改
使用此模板创建