CTFL-Foundation Exam Question 31

Consider the following code:
int premium=2500;
if (age<30)
{
Premium = premium + 1500;
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
  • CTFL-Foundation Exam Question 32

    What is the value of static code analysis?
  • CTFL-Foundation Exam Question 33

    An Incident Management tool implements the following defect state: Open, Assigned, Solved, Closed.
    Consider the following defect report:
    Id: T000561
    Test Object: "Warehouse Management" application
    Tester name: John Bishop
    th
    Date: 10 , April 2010
    Test Case: MRT5561
    Status: Serious
    Priority:
    Problem: After inputting the Total Quantity item = 450 in the SV034 screen, the system shows an unexpected error message = 47 Correction:
    Developer name:
    Closing date:
    Which of the following is a valid criticism of this report?
  • CTFL-Foundation Exam Question 34

    What content would be in an incident report if that incident report was based on the IEEE 829 Standard for SoftwareTest Documentation?
    (i)Identification of configuration items of the software or system.
    (ii)Software or system lifecycle process in which the incident was observed.
    (iii)Description of the anomaly to enable reproduction of the incident.
    (iv)Number of occurrences of the incident.
    (v)Classification of the cause of the incident for metrics and for reporting purposes.
    Number of correct answers: 1
  • CTFL-Foundation Exam Question 35

    Consider the following excerpt from a test report: "We tested the module AX45T and we got only 1 failure.
    To recreate the failure, we used test file PR624_DR78_TCB0022.pkr, available under the PR624_DR78 repository in the CK01 server". Which incident report objective does this excerpt satisfy?