Bug triage meeting are project meetings in which open bugs are divided into categories
Which of following are not key task for defect tracking
a. Retest defects and repair open defects
b. Analyze defect data
c. Add defect and Review New defects
d. None
Which of the following is broken down individual task such as processes, decisions,& then connected
a. Activity diagram
b. Use case
c. Requirement
d. none
checking if communication is proper b/w web server- Application server and Application server – database server and vice versa
a. Server interface,
b. internal interface,
c. External interface
d. all
What comes just before test execution---
Test Development
Test Execution
Select valid defect types
a. Functional
b. Integration
c. Developmental
d. Rational
e. Network
Which is not COQ
a. Testing
b. Production
c. Prevention
d. Appraisal
Frequent code check-in pushes developer to create modular, less complex code (T/F)--
When annotation in Junit4 replaces the setup method in Junit3 (eLearning)—
Before Class
After Class
While designing test case very common mistakes we do
a. Perform a through clean up
b. Incomplete , incorrect or incoherent set up
c. Write too short test cases
d. Unclear about test result
e. miss a step
.”Action verb” used in Test scenario(check box)
a. Verify
b. Validate
c. Evaluate
Priority is criticality of test case
Project repository is automaticaly created wen v create a project to store document
Version control system is feasible for ____________
a. Test plan and business modeling
b. Test resource
d. All listed
Cannot generate various defect reports from QC defect tab
Key task for running test (radio)
a. Create test sets
b. schedule runs
c. run test and analyze test results
Who will generate defect report?
a. PM
b. TL
c. TM
d. Developer
e. tester
Is data validation & Verification distinct and how
Validation check is used to check the errors such as Wrong type of data(entrnum instead of text Data values that are too bog or too small)
Verification check is used to check Data accuracy
Tools of Automation (check box)
a. Load runner
b. Rational robot
c. silk test
d. QTP
What is the need of Exit criteria??? Defines when the test case level is complete
Defines when the test case level is complete
Defines when the test case is completed
What s d benefits of release modules(Release and cycle management) in QC?
a. Manage projects and assests against release and cycles
b. Track release progress
c. Gain visibility into release readiness and release quality
d. Compare releases and cycles for conti process impro
What are the tools used for defect tracking??
a. Excel
b. QC
c. QTP
What does MCDC stand for?
Modified Condition Decision Coverage
Main Condition Decision Coverage
Abusive language should be used for Effective Defect logging
What can be done if requirements are changing continuously?
The RCA need to be known.
The extent of deviation need to be analysed.
Accordingly the technical requirements need to be reviwed.
Metrics porting b/w Prolite& C20 occurs
a. Once in month
b. Every 24 hour
c. Every hour
Purpose of Use case modeling
a. identify capsules to encapsulate data
b. actor system interaction
c. to identify prototype test cases
How to create bug reports
a. Single bug in multiple reports
b. Multiple “ in single “
c. single “ in single “
d. All above
C20 has provision to add Custom Metrics
Forcing error conditions in System is
a. Exception
b. Negative
c. Exception or negative
It is important that defects encountered during test execution are created through test lab
Benefits of requirement management
Manage history of change, record argument behind changes and define requirements baselines
View and define requirements attributes and provide permissions to team members to change attributes
Define and track links between requirements to analyze the impacts of future changes
Provide team members with access to collaborate on certain projects
Enables the re-use of requirements in as many projects as necessary.
Type of req which satisfies the needs of customer or the consumer directly interacts with
a. operational req
b. functional req
c. technical req
d. transitional req
Status of the defect when it is logged
a. new
b. open
Where is IDE score card available in the C20
a. Process
b. governance
c. package
Steps in test run
1. Create a test in Test Plan
2. Create a test set in Test Lab:
3. Go to Execution Grid tab. Click on Select Tests. Test Plan Tree is now available:
4. Select the test from Test Plan Tree and click on green arrow to create a Test Instance: The Test Instance appears in the Excecution Grid tab:
5. Click Run: and click Begin Run: You may add a step: And Pass or Fail it: Save the test run:
Module to store test cases that are to be executed
Test lab
test plan
Process package in C20 can be modified according to project needs
Which of the following is not a test execution metrics?
a. test design coverage
b. test effectiveness
c. no of defects
Steps in load testing (stress) –CB
a. identify scenarios
b. ‘’ load
c. Simulate load
d. Identify TC
e. Calculate metrics
Type of testing good for automation
a. Regression testing
b. Retesting
Select the purpose of use case modeling –CB
Select the type of testing which can be automated CB
a. regression
b. functional
c. load
d. stress
e. performance
How many steps on root cause analysis
5
7
Best defect prevention technique for long time
a. 5 why analysis
b. Pareto analysis
c. Cause effect
d. RCA
Type of dynamic technique
a. BVA
b. Error guessing
c. Reviews
All the defects are not process defects?—
In testing phase all the defects are application defects.
Expansion of BDD – behavior driven development
behavior driven development
none
risk based technique is a technique of test execution?
Defects found should be tracked on test lab ---
Passive Voice should be used to reproduce defects
is a structure for documenting the function required for a system, usually involving software whether that is new or being changed
a. Use case
b. Prototype
c. User Story
d. Test Case
Data validation -----check box
a. Provides Message to define what the input you expect for cell is
b. Can be applied to cells even when data exists in old
c. Provides ability to set error message when user enter an invalid data
d. Useful even when the workbook is protected and shared
e. Restricts types of data entry in cell by using validation criteria
Baseline is a snapshot of library at a specific point of time
Advantage of unit testing
a. Faster debugging
b. Faster development
c. Better design
d. Regression tool
Defect aging is the different b/w the date when object fixed and the detection date
Best environment to test
Pre-production environment
Post-production environment
Pre-requisite means
Initial set up
After set up
Continuous integration means applying quality controlled after Dev.