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

Question:
  When can customer says that the quality of the product is too good?

1. Software meets its defined specification

2.Software is technically excellent

3.Software has few bugs

4.Software fulfills expectations of customer

Posted Date:-2021-12-21 07:12:04


Question:
 7n test cases are generated in which case of Boundary Value Analysis?

1.Worst case

2.Roust worst case

3.Critical fault assumption

4.None of these

Posted Date:-2021-12-21 07:06:50


Question:
 Cyclomatic Complexity cannot be applied in ____

1.Re-engineering

2.Risk Management

3. Test Planning

4.reverse engineering

Posted Date:-2021-12-21 07:26:07


Question:
 In Which of the following situation defects will arise?

1.No knowledge of system

2.System is used in wrong way

3.May have coded wrongly

4.All the above.

Posted Date:-2021-12-21 07:04:12


Question:
 To check whether coding standards are followed, which type of testing will be beneficial?

1.Dynamic Testing

2.Static Testing

3. Parameter Testing

4.Computation Testing

Posted Date:-2021-12-21 07:29:34


Question:
 What is Disaster Recovery?

1.Is needed by every installation

2.Not needed every time

3. Varies in degree between installation

4.Requires off-site computer for immediate use.

Posted Date:-2021-12-21 07:08:18


Question:
 When Testing should be stopped?

1.When manager asks to stop

2.When time runs out

3.When enough money are spend on testing

4. It depends on risk associated with that project.

Posted Date:-2021-12-21 07:15:49


Question:
 When the echo() will be used?

1. To display the value of a variable in the log file, which can be very valuable for debugging.

2.Display the value of a variable named answer in the log file, what would the first argument to the previous command look like.

3.Both of these

4.None of these

Posted Date:-2021-12-21 07:13:26


Question:
 Which is not true?

1.Condition coverage is also known as Predicate Coverage

2.100% condition coverage does not guarantee 100% decision coverage.

3.Error guessing has rules for testing.

4.Predicate Coverage uses Boolean values.

Posted Date:-2021-12-21 07:14:47


Question:
 Which is the odd one out?

1..qfl

2..vbs

3..mta

4..txt

Posted Date:-2021-12-21 07:04:38


Question:
 Which of the following is / are not use for the Usability Improvement of the website?

1.Card sorting

2. Focus Groups

3.Heuristic Evaluation

4.None of these

Posted Date:-2021-12-21 07:10:22


Question:
 Which of the following is / are the Review Technique documented?

1. Inspection

2. walkthrough

3.Both of These

4.None of these

Posted Date:-2021-12-21 07:31:41


Question:
 Which of the following is not true?

1.Content coupling in a module is desirable

2.Logical cohesion in a module is desirable

3.Stamp coupling is preferred over functional coupling

4.All of these

Posted Date:-2021-12-21 07:05:29


Question:
A retail company purchased commercial off the shelf application for automating their billing process. But before introducing it on large scale they are going for beta testing .What will be the reason for doing this?

1.To find defects

2.To train employees

3. To gain confidence in system

4.All of the above

Posted Date:-2021-12-21 07:30:32


Question:
A test technique that involves testing with various ranges of valid and invalid inputs of a particular module or component functionality extensively is _____

1.Gorilla Testing

2.Monkey Testing

3.Agile Testing

4.Baseline Testing

Posted Date:-2021-12-21 07:25:10


Question:
A tester is executing a test to evaluate and it complies with the user requirement for a certain field be populated by using a dropdown box containing a list of values, at that time tester is performing ______

1.White-box Testing

2.Black-box Testing

3. Load Testing

4.Regression Testing

Posted Date:-2021-12-21 07:09:42


Question:
Applications do not have the items needed for the tests when the tests get to commands. To get around this, we had a look at adding for 'waitFor' commands to test. This is related to while ______

1.Debugging tests

2.Working with AJAX applications

3.Working with multiple windows

4.All of these

Posted Date:-2021-12-21 07:12:30


Question:
Bug status is set to postpone due to _____

1.Priority of that bug may low.

2.Lack of time for the release.

3.The bug may not be the major effect in the software.

4.Data may be unavailable.

Posted Date:-2021-12-21 07:24:10


Question:
By Default time of WAITFOR command is ____

1.15 sec

2.20 sec

3.25 sec

4.30 sec

Posted Date:-2021-12-21 07:20:22


Question:
End result of Software Requirement Analysis is ____

1.Functional and Behavioral

2.Architectural and Structural

3.Usability and Reliability

4.Algorithmic and Data Structure

Posted Date:-2021-12-21 07:24:42


Question:
How to execute specific command?

1.Highlight a command. Press Ctrl + F9.

2.Highlight a command. Press Alt + F9.

3.Highlight a command. Press Ctrl + X.

4.Highlight a command. Press X.

Posted Date:-2021-12-21 07:21:19


Question:
If a problem occurs in a system 6 months after it completely goes live, what will be the approach for fixing that problem on very urgent basis?

1.Do not involve testers

2.Just go for retest

3.Always go for full regression test

4. Go for retest and then use risk assessment to decide reasonable subset of regression test suit that will be executed.

Posted Date:-2021-12-21 07:27:46


Question:
In which of the following is / are methodologies of walkthrough?

1.Scenario, Dry Run, Peer Group

2.Kick off meetings

3. Formal Follow Up Process

4.Includes Metrics

Posted Date:-2021-12-21 07:29:06


Question:
Shortcut key for Low Level Recording is _____

1.CTRL+SHIFT+F3

2.SHIFT+ALT+F3

3.SHIFT+ALT+F4

4.None of these

Posted Date:-2021-12-21 07:22:11


Question:
Shortcut key for Requirement menu bar is ____

1.F1

2.F9

3.Ctrl + R

4.Alt +Shift+ R

Posted Date:-2021-12-21 07:16:16


Question:
Shortcut key to opens an existing business or scripted component is _____

1.CTRL+ALT+O

2.CTRL+SHIFT+O

3.SHIFT+ALT+O

4.CTRL+O

Posted Date:-2021-12-21 07:22:42


Question:
Test cases are created in which phase?

1.Test Specification

2.Test Planning

3.Test Requirement

4.Test Configuration

Posted Date:-2021-12-21 07:11:01


Question:
Testing beyond normal operational capacity is _____

1. Load testing

2.Performance testing

3.Stress testing

4. All of these.

Posted Date:-2021-12-21 07:18:29


Question:
The ' // ' tells the query that ______

1.It needs to stop at the first element that it finds.

2.This is comment

3. The path of the file or folder

4.All of these

Posted Date:-2021-12-21 07:20:50


Question:
The expected results of the software is ______

1.Only important in system testing

2.Only used in component testing

3.Most useful when specified in advance

4.Derived from the code.

Posted Date:-2021-12-21 07:17:59


Question:
To delete a cookie we need to call the deleteCookie method and we are passing in two parameters, what are those parameters?

1.The first parameter is the name of the cookie, and the second parameter is where it was created.

2. The first parameter is where it was created, and the second parameter is the name of cookie.

3. Both of these

4.None of these

Posted Date:-2021-12-21 07:13:55


Question:
Trace From grid in the Requirement traceability displays ____

1.Requirement that affect a selected requirement.

2.Requirement that are affected by the selected requirements.

3. All the requirements

4.Only A and B

Posted Date:-2021-12-21 07:17:21


Question:
Verification and Validation uses _____

1.Internal and External resources respectively.

2. Internal resources only.

3.External resources only.

4.External and Internal resources respectively.

Posted Date:-2021-12-21 07:19:00


Question:
Verification is the responsibility of ____

1.Developer

2.Designer

3.Tester

4.QA Team

Posted Date:-2021-12-21 07:19:56


Question:
What Direct measures include in the Software product?

1. Line Of Code (LOC)

2.Execution Speed

3.Defect reported

4. All of these

Posted Date:-2021-12-21 07:07:51


Question:
What is the default value at which monitor send update to the controller for Data Point Graph?

1.2

2.3

3.5

4.10

Posted Date:-2021-12-21 07:07:20


Question:
What is the order in which test levels are performed?

1. Unit, Integration, System, Acceptance

2. Unit, System, Integration, Acceptance

3.Unit, Integration, Acceptance, System

4.It depends on nature of a project

Posted Date:-2021-12-21 07:28:13


Question:
When an expected result is not specified in test case template then _____

1. We cannot run the test.

2.It may be difficult to repeat the test.

3. It may be difficult to determine if the test has passed or failed.

4.We cannot automate the user inputs.

Posted Date:-2021-12-21 07:25:40


Question:
When the Parameterization is required?

1. Copy, paste, or move an object from a shared object repository to the local object repository.

2. When object hierarchy is changed.

3.Both of these.

4.None of these.

Posted Date:-2021-12-21 07:26:46


Question:
Which is a Procedure?

1.Wait

2.Exit

3.WaitForProperty

4.None of these.

Posted Date:-2021-12-21 07:12:57


Question:
Which is not the state of bug in bug Life Cycle?

1.Verified

2.Deferred

3. Critical

4. Postponed

Posted Date:-2021-12-21 07:06:23


Question:
Which is not true in context of Decision Tree?

1.Used in white box model.

2.Perform well with large data

3.Handles both categorical and numerical data

4.Random forest tree is used for regression type problem

Posted Date:-2021-12-21 07:02:14


Question:
Which of the following is / are not a characteristic of Regression Testing?

1.Regression Testing can be performed on each level.

2.It is done to illustare that software is not changed intenationally.

3.It is done to illustrate that new defects are not introduced after adding a new functionality or correcting previous one.

4. It is best candidate for automation.

Posted Date:-2021-12-21 07:31:16


Question:
Which of the following is / are not an important goal of a walkthrough?

1.Knowledge transfer

2.Gather information

3.Discuss alternatives

4.Find defects

Posted Date:-2021-12-21 07:30:04


Question:
Which of the following is / are Software Engineering Concept supports Ada Language?

1. Abstraction

2.Generic Template

3.Information hiding

4.All of these

Posted Date:-2021-12-21 07:09:16


Question:
Which of the following is / are the Drill-and-Practice Programs?

1.Can adjust to the pace

2.Emphasize the learning of the facts through repition

3.Both a and b

4.None of these

Posted Date:-2021-12-21 07:08:45


Question:
Which of the following option is present in QuickTest_Test option?

1.Test type list

2.Version

3.Test plan tree

4.Requirement

Posted Date:-2021-12-21 07:23:34


Question:
Which of the following Use Cases are useful?

1.Performance Testing

2.Business Scenarios

3.Static Testing

4.Unit Testing

Posted Date:-2021-12-21 07:11:31


Question:
Which shortcut is used to access the first step in Design Step Editor?

1.Alt + Left

2. Alt + Right

3.Alt + Home

4.Alt + Up

Posted Date:-2021-12-21 07:23:07


Question:
Which testing cannot be performed on first build of the software?

1.Regression testing

2.Retesting.

3.Sanity testing

4. All of these

Posted Date:-2021-12-21 07:03:36


Question:
Which testing enables the tester to evaluate the software behaviour when exceptions occur?

1.Fault Injection Testing

2. Fuzz Testing

3.Active Testing

4.Passive Testing

Posted Date:-2021-12-21 07:01:31


Question:
Which testing focuses on heavily testing of one particular module?

1.Gorilla Testing

2.Fuzz Testing

3.Inter-Systems Testing

4.Breadth Testing

Posted Date:-2021-12-21 07:05:58


Question:
Which Testing is performed first?

1.Black box testing

2.White box testing

3.Dynamic testing

4.Static testing

Posted Date:-2021-12-21 07:19:29


Question:
Which testing is performed with Planning and Documentation?

1.Ad-hoc testing

2.Monkey testing

3.Fuzz testing

4.End-to-End testing

Posted Date:-2021-12-21 07:03:00


Question:
Which things are measured by Software Test Effectiveness?

1.How many customer requirements are implemented in system?

2.How well the customer specifications are achieved by the system?

3.How much effort is put in developing the system?

4. All of the above

Posted Date:-2021-12-21 07:27:17


Question:
Who generally uses the Static Analysis Tools?

1.Tester

2. Developer

3. Customer

4.All of the above

Posted Date:-2021-12-21 07:32:06


Question:
Who is responsible for Component Testing?

1.Software tester

2.Designer

3. User

4. Developer

Posted Date:-2021-12-21 07:28:37


Question:
Who prioritizes product backlog?

1.Product owner

2.Scrum team

3.Scrum master

4.All the above.

Posted Date:-2021-12-21 07:15:22


Question:
___ calls the function and passes it test data.

1.Test Stub

2.Test Driver

3.Proxy

4.None of the above

Posted Date:-2021-12-21 07:21:45


Question:
______ indicates that the alert has already been read.

1.Green flag

2.Grey flag

3.Red flag

4.Black flag

Posted Date:-2021-12-21 07:16:42


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
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website 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!