Software Testing Fundamentals v6.0 (98-379)

Page:    1 / 17   
Total 248 questions

You are developing a plan to test an application.
The test must run weekly and consists of step-by-step walkthroughs of major functionality.
Which testing technique should you use?

  • A. Automated
  • B. Ad hoc
  • C. Regression
  • D. Unit


Answer : A

Match each test with its definition. To answer, drag the appropriate test from the column on the left to its definition on the right. Each test may be used once, more than once, or not at all. Each correct match is worth one point.




Answer :

Explanation:
C:\Users\Kamran\Desktop\image.jpg

This question requires that you evaluate the underlined text to determine if it is correct.
The participants of a project that uses agile methodology write a test plan once during the entire project.
Select the correct answer if the underlined text does not make the statement correct. Select
"No change is needed" if the underlined text makes the statement correct.

  • A. No change is needed
  • B. Extreme programming (XP)
  • C. Spiral
  • D. Waterfall


Answer : D

Your team uses the agile methodology. At the end of the sprint, your team looks for ways to improve.
This process is called:

  • A. Fail-fast
  • B. Refactoring
  • C. Retrospective
  • D. Backlog


Answer : C

You are using Microsoft Visual Studio Unit Test Framework.
What are the two minimum requirements for a test class? (Choose two.)

  • A. One of the methods must have the TestCategory attribute.
  • B. The class must have the Testlnitialize attribute.
  • C. The class must have the TestClass attribute.
  • D. One of the methods must have the TestMethod attribute.


Answer : A,B

You are identifying the approach and techniques to use when testing a system. Each build of the system will require retesting over 5000 test cases.
A new build of the system is performed every two days.
You must fully retest all 5000 test cases before the next build is complete.
Which two testing techniques should you use? (Choose two.)

  • A. Stress testing
  • B. Manual testing
  • C. Regression testing
  • D. Automated testing


Answer : A,B

This question requires that you evaluate the underlined text to determine if it is correct.
The weekly testing status report is part of the project charter.
Select the correct answer if the underlined text does not make the statement correct. Select
"No change is needed" if the underlined text makes the statement correct.

  • A. No change is needed
  • B. Backlog
  • C. Project communication plan
  • D. Sprint documents


Answer : C

Match each type of test to its description. To answer, drag the appropriate type from the column on the left to its description on the right. Each type may be used once, more than once, or not at all. Each correct match is worth one point.




Answer :

Explanation:
C:\Users\Kamran\Desktop\image.jpg

You see the following charts in the weekly testing status report:


Use the drop-down menus to complete each statement. Each correct selection is worth one point.




Answer :

Explanation:
C:\Users\Kamran\Desktop\image.jpg

For each of the following statements, select Yes if the statement is true. Otherwise, select
No. Each correct selection is worth one point.




Answer :

Explanation:


C:\Users\Kamran\Desktop\image.jpg

A system has the following requirements:
-> If the order total is equal to or more than $50 and less than or equal to $100, then a 2 percent discount is applied.
-> If the order total is more than $100 and less than or equal to $200, then a 5 percent discount is applied.
-> If the order total is $200 or more, then a 10 percent discount is applied.
How many partitions must you test?

  • A. 0
  • B. 3
  • C. 4
  • D. 5


Answer : B

For each of the following statements, select Yes if the statement is true. Otherwise, select
No. Each correct selection is worth one point.




Answer :

Explanation:


C:\Users\Kamran\Desktop\image.jpg

Match each status to its test step. To answer, drag the appropriate status from the column on the left to its test step on the right. Each status may be used once, more than once, or not at all. Each correct match is worth one point.




Answer :

Explanation:
C:\Users\Kamran\Desktop\image.jpg

You create code that calculates the speed of a vehicle by using the following formula:

Speed = Miles / Hours -
When the code runs, the application throws a divide by zero exception.
Which type of error is thrown by the application?

  • A. Compile error
  • B. Logic error
  • C. Run-time error
  • D. Syntax error


Answer : C

Which two types of logging are supported by the UI Automation Test Library? (Choose two.)

  • A. XML
  • B. HTML
  • C. XPS
  • D. Console


Answer : A,B

Page:    1 / 17   
Total 248 questions