Software Testing/Software Testing Mcq Set 6 Sample Test,Sample questions

Question:
  Which is least required skill of a Tester?

1.Good Programmer

2. Reliable

3.Attention to details

4.Being diplomatic


Question:
 If a company decides to migrate from Windows XP to Windows 7, which type of testing is done to ensure that whether your software works on new platform?

1. Interoperability Testing

2.Portability Testing

3.Usability Testing

4.Performance Testing


Question:
 In manual correlation, we can include maximum of _____ parameters per scripts.

1. 52

2.64

3.76

4. 82


Question:
 We specify the objects and classes in the filter by clicking the Select Button and selecting the required items in the _____

1.Selected object only.

2.Defaults object type.

3.All object type

4.Selected object type


Question:
 What is / are the characteristics of a well-formed design class?

1.Primitiveness

2.High cohesion

3.Low coupling

4. All of the above


Question:
 What is Risk?

1.Negative consequence that could occur

2. Negative consequence that will occur

3. Negative consequence that must occur

4.Negative consequence that shall occur


Question:
 What type of testing is broad and shallow?

1.Smoke

2. Sanity

3.High cohesion

4. Primitiveness


Question:
 When is Acceptance Testing performed in Agile development?

1.On request of customer

2.After system is ready

3. At the end of each iteration

4.daily


Question:
 Which is not a part of Decision Table?

1.Stub portion

2.Driver portion

3.Condition portion

4.Action portion


Question:
 Which is not true in case of COOKIES?

1.Is text only String.

2.Persistent Cookies are created temporarily in browser’s sub folder while visiting a website .

3. Used to solve the “Statelessness” of the HTTP Protocol used to store and retrieve used specific information on the web.

4. Cookies are not Software.


Question:
 Which is not true in case of Sanity Testing?

1.Sanity test is a narrow regression testing.

2.Sanity test is usually unscripted.

3.Sanity testing is a cursory testing.

4.Sanity testing is High Level Testing.


Question:
 Which is not true regarding Spiral Model?

1.Risk analysis is involved in every cycle of development.

2.Uses series of prototype for refining test execution plan.

3.For any change we need to iterate the whole cycle.

4.. Only this model has the risk analysis phase.


Question:
 Which is the most desirable form of coupling?

1.Control coupling

2.Data coupling

3.Common coupling

4. Stamp coupling


Question:
 Which of the following categories, Black-box testing attempts to find errors?

1.Incorrect or missing functions

2.Interface errors

3.Behavior or performance errors

4.All of the above


Question:
 Which of the following is not a verify and asserts method in Selenium?

1.VerifyElementPresent

2.VerifyElementNotPresent

3.VerifyText

4. VerifyTextAttributes


Question:
 Which of these cannot be successfully tested using Loop Testing Methodology?

1.Simple Loops

2.Nested Loops

3.Concatenated Loops

4. None of the above.


Question:
A Online Bus Reservation System asks number of seats to be reserved by user where user can reserve seats till its capacity will be full. If a tester wants to test that particular field using Boundary Value, what do you think will be a correct set of input values?

1.1, 2, capacity -1, capacity, capacity + 1

2.0, 1, capacity, capacity + 1

3.0, 1, 2, capacity + 1, a very large number

4.0, 1, 10, 100, capacity, capacity+1


Question:
As a tester which of the following will come under product risk if you are testing an  e-commerce website?

1.Shortage of testers

2. Many changes in SRS that caused changes in test cases

3. Delay in fixing defects by development team

4.Failure to transfer a user to secure gateway while paying


Question:
As the reliability increases, failure intensity _____.

1. Decreases

2.Increases

3.No effect

4.None of the above


Question:
Component based software engineering emphasizes on ____

1.Coupling

2. Software planning

3.Reusability

4.None of the above


Question:
Component Drivers are not needed for ______.

1.Big-Bang

2. Top Down

3. Modified Top Down

4.Modified Sandwich


Question:
Coupling and Cohesion is explained by _______ .

1.Software Requirement Specification

2. Cause-Effect Graph

3.Structure Graph

4. Dependency Matrix


Question:
If you wanted to access the element that has the text "This element has an ID that changes every time the page is loaded" in it, then which of the following is used?

1.//div[contains(@id,'time_')]

2. //div[contains(@id_time())]

3.//div[parameter(@id_time())]

4. //div[parameter(@id,’time_’)]


Question:
Mutual Exclusion problem occurs when _____

1.Two disjoint process that do not interact

2.Process sharing same resources

3.Process not sharing same resources

4.None of these


Question:
Regression Testing is a major part of which of the life cycle?

1.Waterfall model

2.V model

3. Iterative model

4.All of the above


Question:
Risk Management is a responsibility of the ____

1.Customer

2. Investor

3.Developer

4.Project team


Question:
Test plans are based on _____

1.Project Plan

2. Business Plan

3.Support Plan

4.All of these


Question:
The speedometer of a car uses 7 colours to show the speed. Each colour covers a range of 20 km, with an operating minimum and maximum of 0 and 140. Which of the following values is LEAST likely to have been identified when applying the Boundary Value Test Design Technique?

1. -1

2.0

3. 7

4.1212


Question:
To pass an Exam, a candidate has to score minimum of 50 marks in order to clear the exam. The maximum that he can score is 100 marks. Identify the Valid Equivalence values if the student passes the exam.

1. 50, 58, 75

2.49, 50, 51

3.52, 60, 99

4. 0, 15, 50


Question:
Validation is focused on ____

1. Product

2. Process

3. Both

4. None of the mentioned


Question:
Verification is focused on _____.

1.Product

2. Process

3. Both

4.None of these


Question:
What are the objectives of Integration Testing?

1. To verify that system is functioning according to specified requirements.

2.To verify that system meets user expectation and needs.

3. To verify that system separately testable modules are functioning properly.

4. To verify that interfaces between different parts of system.


Question:
What is the default port number used by hub in Selenium?

1.4444

2.2222

3. 1111

4.3333


Question:
What type of testing is deep and narrow?

1.Smoke

2. Sanity

3.Primitiveness

4.Low coupling


Question:
Which is not a type of Review?

1. Requirement Analysis

2.Peer to peer

3.Technical

4.Walk through


Question:
Which is not the WinObject test in Low-Level Recording?

1.Click

2. DbClick

3.Type

4.Activate


Question:
Which is not true in case of Root Folder?

1.Under root folder unattached folder is present.

2.You cannot add a test set directly to the unattached folder.

3.You can add a test set directly to the root folder.

4.Unattached folder contains test set no longer associated with a folder.


Question:
Which is the odd one out?

1.Action icon

2. Control icon

3. Request icon

4.Service icon


Question:
Which is the worst type of coupling?

1.Control coupling

2.Data coupling

3. Content coupling

4.Stamp coupling.


Question:
Which items is / are Configuration Items?

1.Source Code

2. Test Cases

3. Design Specification

4. All of the above


Question:
Which of the following is true regarding Trojan Horse Program?

1.Are legitimate programs that allow unauthorized access

2. Are hacker programs that do not show up on the system

3.Really do not usually works

4.Usually are immediately discovered


Question:
Which of the following type of testing is done without Planning and Documentation?

1.Unit Testing

2.Retesting

3.Ad hoc Testing

4. Regression Testing


Question:
Which process will be used in JavaScript to find an element?

1. By DOM query

2.BY XPath query

3.BY CSS sector

4.All of these


Question:
Which testing is performed first?

1.Smoke

2. Sanity

3.Depending upon project one can selected first for execution

4. Simultaneously


Question:
Writing a test summary report is a major task of _____

1. Test Closure activity

2.Implementation and execution

3.Evaluating exit criteria and Reporting

4.Analysis and Design


Question:
__ set includes fundamental test that contains positive checks and validating the application.

1. Sanity Test Case

2.Regression Test Case

3.Function Test Case

4.Advanced Test Case.


Question:
___ is always indented under the associated step.

1.Action icon

2.Web check icon

3.Service icon

4.Control icon


Question:
____ is used to coordinate the sending of a data between computer.

1. Media Access Control

2. Logical Link Control

3. Media Player Script

4.All of these


Question:
____ is used to delete old Test Run?

1.Delete Test

2. Del Run

3.Purge Run

4. Free Run


Question:
_____ is done by suddenly increasing the load for a small period of time and observing the behavior of the system.

1.Stress Testing

2. Load Testing

3.Spike Testing

4. All of these


More MCQS

  1. Software Testing Mcq Set 1
  2. Software Testing Mcq Set 2
  3. Software Testing Mcq Set 3
  4. Software Testing Mcq Set 4
  5. Software Testing Mcq Set 5
  6. Software Testing Mcq Set 6
  7. Software Testing Mcq Set 7
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!