0

testing Online Quiz - 142

Description: testing Online Quiz - 142
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0
  1. The one who finds the most bugs.

  2. The one who embarrasses the most programmers.

  3. The one who gets the most bugs fixed.

  4. a & c


Correct Option: C

Which of the following is an example of static testing:

  1. Black box testing

  2. Structural testing

  3. Path testing

  4. None of the above


Correct Option: D

Which of the following is NOT part of system testing?

  1. Business process-based testing.

  2. Performance, load and stress testing.

  3. Usability testing.

  4. Top-down integration testing.


Correct Option: D
  1. Appraisal

  2. Walkthrough

  3. Assessment

  4. Gap Analysis


Correct Option: B

The main purpose of _________ is to make decisions, evaluate alternatives, find defects, solve technical problems and check conformance to specifications and standards

  1. Inspections

  2. Walkthroughs

  3. Reviews

  4. None of the above


Correct Option: C
  1. The system shall be user friendly.

  2. The safety-critical parts of the system shall contain 0 faults.

  3. The response time shall be less than one second for the specified design load.

  4. The system shall be built to be portable.


Correct Option: C

Integration testing

  1. involves testers look for various types of bugs in the entire system, fully integrated.

  2. involves testers looking for bugs in the relationships and interfaces between pairs and components of groups of components in the system under test.

  3. Occurs often in a staged fashion.

  4. B & C.


Correct Option: D

Structural testing is not

  1. Glass box testing.

  2. Proper selection of program or subprogram paths.

  3. Feeding the component input and examining the output.

  4. Exercised during the battery of tests.


Correct Option: C
  1. Metrics from previous similar projects.

  2. Discussions with the development team

  3. Time allocated for regression testing.

  4. a&b.


Correct Option: D

If an order is stuck in Billing with ERROR_BILLING_SELL_PACKAGE, how can it be debugged ourselves?

  1. Complete the order in ReTracer

  2. Check the ILM_TOM_GENERIC log for missing tags

  3. Check the tibin logs in Billing server

  4. Check the tibout logs for error messages in Billing server


Correct Option: C

What should be the status of the order in ERP before it is published to PSFT?

  1. Entered

  2. Publish Ready

  3. Closed

  4. Booked


Correct Option: C

Creating an account and modifications to the account are sent through this scheduled process

  1. CR_ADC_ACC

  2. CR_ACC_MOD

  3. ILM_ADC_ONEOFFCHARGES

  4. ADC_ACC_MOD


Correct Option: A,B
  1. The Charge code sent is not registered in Billing

  2. The Amount configured for Charge code is different in PSFT and Billing

  3. There is a negative amount sent to Billing as a OneOffCharge

  4. Only Amount is sent and no Chargecode is sent.

  5. Billing is down


Correct Option: A,E

What are adjustments?

  1. Partial credits to the customer

  2. Full credit on one MSISDN

  3. Negative one off charge

  4. Recurring partial credits


Correct Option: C
  1. Postpaid Voice

  2. Prepaid Voice

  3. Postpaid Data

  4. Prepaid Data

  5. Fixed Numbers


Correct Option: A,B,E
  1. TOM is down and unable to pick the order

  2. Some tags are sent to TOM which TOM has not configured

  3. PSFT doesnt acknowledge the response

  4. Usually a timeout Issue and resubmitting order will work


Correct Option: B

In invoices, the prices of products are always without VAT for Business and with VAT for Consumers

  1. True

  2. False


Correct Option: A

Junit is a (Choose Two)

  1. a.)Open Source Framework

  2. b.)Regression-Testing Framework

  3. c.)Java Application Development Framework

  4. d.)Web Application Framework


Correct Option: A,B
  1. a.) Test a single unit of code

  2. b.)Test a one module of the application

  3. c.)Test a whole application

  4. d.)Test the data, stored in database.


Correct Option: A
- Hide questions