What is the extension of Action Template in QTP?
1. .mtr
2..mst
3..mta
4..mat
Posted Date:-2021-12-21 03:39:54
What is the first activity in Software Project Planning?
1.Determination of software scope
2.Determination of budget
3. Find out the team size
4.None of the above
Posted Date:-2021-12-21 03:33:58
Exit criteria is determined during ______.
1.Test Closure activity
2.Implementation and execution
3.Evaluating exit criteria and Reporting
4.Planning and Control
Posted Date:-2021-12-21 03:29:45
Independence of module is assessed using two qualitative criteria. What are those criteria?
1.Cohesion and coupling
2.Module and modularity
3. Cyclomatic complexity and modularity
4.None of the above
Posted Date:-2021-12-21 03:33:12
Problem Decomposition in Software Engineering is applied in which area?
1.The functionality that must be delivered
2. The process that will be used to deliver it
3.. Option A and B both are correct
4.None of the above
Posted Date:-2021-12-21 03:34:26
Software risk always involves two characteristics. What are those characteristics?
1.Uncertainty and Loss
2. Certainty and Profit
3.Staff size and Budget
4. Project Deadline and Budget
Posted Date:-2021-12-21 03:31:44
Validation is the responsibility of ____
1.Developer
2.Designer
3.Tester
4. QA Team
Posted Date:-2021-12-21 03:10:52
What are the skills that are required by the Agile Tester?
1.Domain knowledge
2.Keen to learn and adopt new technology
3. Effective communicator who maintains good relationship with development team
4.All the above.
Posted Date:-2021-12-21 03:19:55
Which is the most desirable form of cohesion?
1. Logical cohesion
2.Functional cohesion
3.Procedural cohesion
4.Communicational cohesion
Posted Date:-2021-12-21 03:33:35
Which is/are parts of State Transition Model?
1.The states that the software may occupy
2.The transition from one state to another
3.The event that cause a transition
4.All of the above
Posted Date:-2021-12-21 03:09:07
Which metric is used to compare the Field Defects with the Test Defects?
1.Defect deduction percentage
2. Defect division percentage
3. Defect detection percentage
4.All of the above
Posted Date:-2021-12-21 03:30:33
Which of the following is / are not a Iterative Model?
1.RAD
2. Incremental
3.V model
4.Spiral model
Posted Date:-2021-12-21 03:38:40
Which of the following is not the objective of CMMI?
1.Produce quality product or services by process improvement
2. Increase customer satisfaction
3.Expanding market presence
4. Removing the bugs in product thereby direct product improvement
Posted Date:-2021-12-21 03:28:06
Which two commands you can use to validate a button?
1.VerifyTextPresent and assertTextPresent
2.VerifyElementPresent and assertElementPresent
3. VerifyAlertPresent and assertAlertPresent
4.VerifyAlert and assertAlert
Posted Date:-2021-12-21 03:06:34
Who leads a formal review process?
1.Author
2.Moderator
3. Reviewer
4.Scribe
Posted Date:-2021-12-21 03:29:23
____ refers to a different set of tasks ensures that the software that has been built is traceable to Customer Requirements.
1.Verification
2.Requirement engineering
3. Validation
4.None of the above
Posted Date:-2021-12-21 03:34:50
_____ combines procedures and tools to manage different versions of configuration objects that are created during the software process.
1. Configuration status reporting.
2. Change control
3.Version control
4.None of the above
Posted Date:-2021-12-21 03:32:18
_____ shows the history of changes to specific requirement field on QC Project.
1.Requirement Progress Graph
2. Requirement Coverage Graph
3.Requirement Trend Graph
4.Both b and c
Posted Date:-2021-12-21 03:07:03
_____ will be called through an object, and it will wait for an expected property value of the object.
1. Wait
2. Exit
3.WaitForProperty
4.All of these
Posted Date:-2021-12-21 03:40:19
______ used to add an object to the local object repository.
1.Object Spy
2.Update from Application
3.Highlight in Application
4.All of these
Posted Date:-2021-12-21 03:40:42
A city field in software accepts 3 to 25 alpha characters only. Using BVA technique what will be the possible number of combinations?
1. 3, 4, 24, 25
2.2, 3, 25, 26
3.2, 3, 24, 25
4. 3, 5, 25, 26
Posted Date:-2021-12-21 03:28:57
Black Box Testing is also known as ___
1.Behavioral Testing
2.Flow Testing
3.Data Testing
4. None of the above.
Posted Date:-2021-12-21 03:36:08
Defects can be found more easily in ____
1.Bottom up Integration Testing
2.Top down Integration Testing
3.Big Bang Testing.
4. Sandwich Integration Testing
Posted Date:-2021-12-21 03:17:45
During which activity tester decides if extra test cases are required or not?
1.Test implementation and execution
2. Test planning and control
3.Test analysis and design
4.Evaluating exit criteria
Posted Date:-2021-12-21 03:30:09
During which phase discrepancies are reported as defects?
1. Evaluating exit criteria and reporting
2. Test closure activity
3. Test implementation and execution
4. Test analysis and design
Posted Date:-2021-12-21 03:30:56
Equivalence Partitioning comes under which type of Testing?
1.White Box Testing
2. Black Box Testing
3.Grey Box Testing
4.None of the above
Posted Date:-2021-12-21 03:36:31
Focus Testing comes under ____
1. Performance Testing
2.Acceptance Testing
3.Usability Testing
4. Component Testing
Posted Date:-2021-12-21 03:37:48
Global Sampling Rate, Error Handling, Debugging, and Frequency settings is related to _____
1. Graph properties
2. Monitor properties
3.Both of these
4.None of these
Posted Date:-2021-12-21 03:37:24
How to associate one or more shared object repositories with one or more actions in a test?
1. Select Resources > Associate Repositories.
2.Click the Associate Repositories button.
3.Tools > Associate Repositories.
4.All of these
Posted Date:-2021-12-21 03:08:40
If a software testing team is doing testing without Planning and Documentation, then this type of testing is called as, ______ .
1. Unit testing
2.Regressing testing
3.Adhoc tesing
4.Stress testing.
Posted Date:-2021-12-21 03:09:55
In a flow graph, node contains a condition and it is characterized by two or more edges emanating from it, is called as ______
1. Parent node
2. Two Edge node
3.Predicate node
4.None of the above
Posted Date:-2021-12-21 03:35:39
In filter, which logical operator is not accepted?
1. ( )
2.{ }
3. >=, =<
4. =
Posted Date:-2021-12-21 03:39:27
Nullity of the software can be calculated by ______
1. Nullity = e - n + k
2.Nullity = e - n – k
3.Nullity = e + n + k
4. Nullity = e + n – k
Posted Date:-2021-12-21 03:50:24
Percentage mode is used to generate _______.
1. Vuser
2. Script
3.Scenario
4.All of these
Posted Date:-2021-12-21 03:36:57
Product Revision is not related to _____
1.Maintainability
2.Testability
3.Flexibility
4.Reusability
Posted Date:-2021-12-21 03:49:51
Risk Mitigation is a Risk _______ Activity. Risk Monitoring is a _____ Activity.
1.Avoidance, Project tracking.
2.Increasing, Project tracking.
3.Project tracking, Avoidance.
4.. Random, Tracking.
Posted Date:-2021-12-21 03:31:20
The reviewed & approved document is called as a ______ .
1.Delivery document
2. Checklist
3.Baseline
4.. All of the above
Posted Date:-2021-12-21 03:28:34
Using _____ we can check the zooming capability.
1.Bitmap checkpoint
2. Image checkpoint
3.All of these
4.None of these
Posted Date:-2021-12-21 03:08:17
What is the extension of Analysis Session File?
1..lra
2. .lrr
3. .lla
4. .lda
Posted Date:-2021-12-21 03:50:45
What is the sequence of the Link Defect To Test?
1.Run Step >> Run >> Test Instance >> Test >> Requirement
2.Requirement >> Run Step >> Run >> Test Instance >> Test
3.Requirement >>Run >> Run step >> Test >> Test Instance
4.Run Step >> Run >> Test >> Test Instance >> Requirement
Posted Date:-2021-12-21 03:39:04
Which is not true in case of Unit Testing?
1. It decreases the software development speed.
2. It can’t be expected to catch every error in a program.
3. In this tester evaluates if individual units of source code are fit for use.
4.It is usually conducted by the development team.
Posted Date:-2021-12-21 03:38:16
Which is the odd one out?
1. Purge Run
2.VAPI XP
3.LR Scenario
4.WR automated
Posted Date:-2021-12-21 03:07:50
Which of the following is / are the types of Acceptance System?
1. Alpha testing
2. Beta testing
3.Contract acceptance testing
4.All of the above
Posted Date:-2021-12-21 03:19:30
Which of the following is / are types of Software Maintenance?
1.Corrective
2. Adaptive
3. Perfective
4.All of the above
Posted Date:-2021-12-21 03:32:42
Which of the following is the largest bug producer?
1.Code
2. Design
3.Specification
4.All of the above
Posted Date:-2021-12-21 03:20:17
Which of the followings is/are a form of Functional Testing?
1. Boundary Value Analysis
2.Usability Testing
3.Performance Testing
4.Security Testing
Posted Date:-2021-12-21 03:09:32
Which of the followings is/are best described as Smoke Testing?
1.Part of Black Box Testing.
2.Unit testing for small programs
3.Rolling Integration Testing
4.None of the above.
Posted Date:-2021-12-21 03:10:26
Which of the followings is/are used to see the Requirement Status?
1.Coverage Analysis
2. Coverage Breakdown
3. Requirements Status
4.Coverage Status
Posted Date:-2021-12-21 03:07:25
Which tasks should be performed before programmer starts writing the first line of a code?
1.Build architect
2.Build design
3.Schedule the work
4.All of the above
Posted Date:-2021-12-21 03:17:22
White-Box Testing is also known as _____
1.Structural testing
2.Code-Based Testing
3.Clear box testing
4. All of the above
Posted Date:-2021-12-21 03:35:15