Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Recent questions tagged software-testing
1
vote
0
answers
1
NIELIT 2022 April Scientist B | Section B | Question: 50
Match the following: ... $\text{(I)}$ $\text{(II)}$ $\text{(III)}$ $\text{(IV)}$
soujanyareddy13
asked
in
Others
Apr 12, 2022
by
soujanyareddy13
388
views
nielit2022apr-scientistb
is&software-engineering
software-testing
normal
non-gate
0
votes
0
answers
2
NIELIT STA 2021
What is the main objective of ISO 9001 ? Verification Validation S/W Testing H/W Testing
rsansiya111
asked
in
Unknown Category
Dec 6, 2021
by
rsansiya111
153
views
software-testing
1
vote
1
answer
3
NIELIT Scientific Assistant A 2020 November: 77
Black Box Software Testing method focuses on the : Boundary condition of the software Control structure of the software Testing of user Interface only Cyclomatic Complexity
gatecse
asked
in
IS&Software Engineering
Dec 9, 2020
by
gatecse
198
views
nielit-sta-2020
is&software-engineering
software-testing
0
votes
0
answers
4
NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 21
A program $P$ calls two subprograms $P1$ and $P2.\;P1$ can fail $50\%$ time and $P2$ can fail $40\%$ times. The program $P$ can fail $50\%$ $10\%$ $60\%$ $70\%$
Lakshman Bhaiya
asked
in
IS&Software Engineering
Apr 1, 2020
by
Lakshman Bhaiya
378
views
nielit2017oct-assistanta-it
is&software-engineering
software-testing
0
votes
1
answer
5
NIELIT 2017 July Scientist B (IT) - Section B: 28
The availability of complex software is $90\%$ its Mean Time Between Failure(MTBF) is $200$ days. Because of the critical nature of the usage, the organization deploying the software further enhanced it to obtain an availability of $95\%$. In ... of the enhanced software?(choose the nearest option) $205$ days. $300$ days. $500$ days. $700$ days.
Lakshman Bhaiya
asked
in
IS&Software Engineering
Mar 30, 2020
by
Lakshman Bhaiya
590
views
nielit2017july-scientistb-it
non-gate
is&software-engineering
software-testing
0
votes
5
answers
6
UGC NET CSE | January 2017 | Part 3 | Question: 43
Which of the following statement(s) is/are TRUE with regard to software testing? Regression testing technique ensures that the software product runs correctly after the changes during maintenance. Equivalence partitioning is a white-box testing technique that ... from which test cases can be derived. only I only II both I and II neither I nor II
go_editor
asked
in
IS&Software Engineering
Mar 24, 2020
by
go_editor
924
views
ugcnetcse-jan2017-paper3
is&software-engineering
software-testing
2
votes
1
answer
7
ISRO2018-48
In unit testing of a module, it is found that for a set of test data, at the maximum $90$% of the code alone were tested with the probability of success $0.9$. The reliability of module is Greater than $0.9$ Equal to $0.9$ At most $0.81$ At least $0.81$
Arjun
asked
in
IS&Software Engineering
Apr 22, 2018
by
Arjun
1.8k
views
isro2018
is&software-engineering
software-testing
2
votes
4
answers
8
MCQ_Made_easy
Acceptance testing is done by A. Developers B. Customers C. Testers D. All of the above
rishu_darkshadow
asked
in
IS&Software Engineering
Dec 14, 2017
by
rishu_darkshadow
3.6k
views
is&software-engineering
software-testing
0
votes
2
answers
9
UGC NET CSE | November 2017 | Part 2 | Question: 45
Which of the following testing techniques ensures that the software products runs correctly after the changes in maintenance? Path Testing Integration Testing Unit Testing Regression Testing
Arjun
asked
in
Unknown Category
Nov 5, 2017
by
Arjun
2.7k
views
ugcnetcse-nov2017-paper2
is&software-engineering
software-testing
1
vote
1
answer
10
UGC NET CSE | December 2008 | Part 2 | Question: 43
Software Quality Assurance ($SQA$) encompasses : verification validation both verification and validation none of the above
rishu_darkshadow
asked
in
IS&Software Engineering
Sep 26, 2017
by
rishu_darkshadow
1.3k
views
ugcnetcse-dec2008-paper2
is&software-engineering
software-testing
0
votes
3
answers
11
UGC NET CSE | December 2009 | Part 2 | Question: 47
Black Box testing is done (A) to show that s/w is operational at its interfaces i.e. input and output. (B) to examine internal details of code. (C) at client side. (D) none of above.
rishu_darkshadow
asked
in
IS&Software Engineering
Sep 17, 2017
by
rishu_darkshadow
1.6k
views
ugcnetcse-dec2009-paper2
is&software-engineering
software-testing
0
votes
1
answer
12
UGC NET CSE | December 2009 | Part 2 | Question: 42
Any error whose cause cannot be identified anywhere within the software system is called ________ (A) Internal error (B) External error (C) Inherent error (D) Logic error
rishu_darkshadow
asked
in
IS&Software Engineering
Sep 17, 2017
by
rishu_darkshadow
1.5k
views
ugcnetcse-dec2009-paper2
is&software-engineering
software-testing
1
vote
3
answers
13
UGC NET CSE | January 2017 | Part 3 | Question: 44
Which of the following are facts about a top-down software testing approach? Top-down testing typically requires the tester to build method stubs Top-down testing typically requires the tester to build test drivers Only I Only II Both I and II Neither I nor II
go_editor
asked
in
IS&Software Engineering
Jan 31, 2017
by
go_editor
2.4k
views
ugcnetcse-jan2017-paper3
is&software-engineering
software-testing
0
votes
1
answer
14
UGC NET CSE | June 2014 | Part 3 | Question: 16
Software testing is the process of establishing that errors are not present the process of establishing confidence that a program does what it is supposed to do the process of executing a program to show that it is working as per specifications the process of executing a program with the intent of finding errors
go_editor
asked
in
IS&Software Engineering
Jan 6, 2017
by
go_editor
6.0k
views
ugcnetjune2014iii
is&software-engineering
software-testing
4
votes
2
answers
15
UGC NET CSE | August 2016 | Part 2 | Question: 44
For a program of $k$ variables, boundary value analysis yields ______ test cases. $4k – 1$ $4k$ $4k + 1$ $2^{k} – 1$
makhdoom ghaya
asked
in
IS&Software Engineering
Sep 28, 2016
by
makhdoom ghaya
2.7k
views
ugcnetcse-aug2016-paper2
is&software-engineering
software-testing
0
votes
2
answers
16
UGC NET CSE | December 2010 | Part 2 | Question: 41
Prototyping is used to Test the software as an end product Expand design details Refine and establish requirements gathering None of the above
makhdoom ghaya
asked
in
IS&Software Engineering
Sep 9, 2016
by
makhdoom ghaya
1.8k
views
ugcnetcse-dec2010-paper2
is&software-engineering
software-testing
1
vote
1
answer
17
UGC NET CSE | December 2010 | Part 2 | Question: 15
“Black” refers in the “Black-box” testing means Characters of the movie “Black” I – O is hidden Design is hidden Users are hidden
makhdoom ghaya
asked
in
IS&Software Engineering
Sep 6, 2016
by
makhdoom ghaya
3.0k
views
ugcnetcse-dec2010-paper2
is&software-engineering
software-testing
2
votes
2
answers
18
UGC NET CSE | December 2011 | Part 2 | Question: 18
Following is used to demonstrate that the new release of software still performs the old one did by rerunning the old tests : Functional testing Path testing Stress testing Regression testing
makhdoom ghaya
asked
in
IS&Software Engineering
Aug 17, 2016
by
makhdoom ghaya
810
views
ugcnetcse-dec2011-paper2
is&software-engineering
software-testing
1
vote
1
answer
19
UGC NET CSE | December 2015 | Part 2 | Question: 46
In software testing, how the error, fault and failure are related to each other? Error leads to failure but fault is not related to error and failure Fault leads to failure but error is not related to fault and failure Error leads to fault and fault leads to failure Fault leads to error and error leads to failure
go_editor
asked
in
IS&Software Engineering
Aug 8, 2016
by
go_editor
5.0k
views
ugcnetcse-dec2015-paper2
is&software-engineering
software-testing
2
votes
1
answer
20
UGC NET CSE | Junet 2015 | Part 2 | Question: 42
Which of the testing strategy requirements established during requirements analysis are validated against developed software? validation testing integration testing regression testing system testing
go_editor
asked
in
IS&Software Engineering
Jul 31, 2016
by
go_editor
2.5k
views
ugcnetcse-june2015-paper2
software-testing
is&software-engineering
3
votes
1
answer
21
UGC NET CSE | December 2013 | Part 3 | Question: 8
One weakness of boundary value analysis and equivalence partitioning is they are not effective they do not explore combinations of input circumstances they explore combinations of input circumstances none of the above
go_editor
asked
in
IS&Software Engineering
Jul 27, 2016
by
go_editor
3.5k
views
ugcnetcse-dec2013-paper3
is&software-engineering
software-testing
1
vote
1
answer
22
UGC NET CSE | September 2013 | Part 3 | Question: 43
Equivalence class partitioning approach is used to divide the input domain into a set of equivalence classes, so that if a program works correctly for all the other values in that class. This is used _____ to partition the program ... reduce the number of test cases required for designing the test cases in the white box testing all of the above
go_editor
asked
in
IS&Software Engineering
Jul 24, 2016
by
go_editor
2.0k
views
ugcnetcse-sep2013-paper3
is&software-engineering
software-testing
0
votes
1
answer
23
UGC NET CSE | September 2013 | Part 3 | Question: 29
____ refers to the discrepancy among a computed, observed or measured value and the true specified or theoretically correct values? Fault Failure Defect Error
go_editor
asked
in
IS&Software Engineering
Jul 24, 2016
by
go_editor
1.1k
views
ugcnetcse-sep2013-paper3
is&software-engineering
software-testing
1
vote
1
answer
24
UGC NET CSE | September 2013 | Part 2 | Question: 30
Equivalence partitioning is a _____ testing method that divides the input domain of a program into classes of data from which test cases can be derived. White box Black box Regression Smoke
go_editor
asked
in
IS&Software Engineering
Jul 21, 2016
by
go_editor
668
views
ugcnetsep2013ii
is&software-engineering
software-testing
0
votes
3
answers
25
UGC NET CSE | June 2013 | Part 3 | Question: 4
Equivalence partitioning is a ______ method that divides the input domain of a program into classes of data from which test cases can be derived White-box testing Black-box testing Orthogonal array testing Stress testing
go_editor
asked
in
IS&Software Engineering
Jul 16, 2016
by
go_editor
3.7k
views
ugcnetcse-june2013-paper3
is&software-engineering
software-testing
non-gate
1
vote
1
answer
26
UGC NET CSE | December 2012 | Part 2 | Question: 31
Basis path testing falls under system testing white box testing black box testing unit testing
go_editor
asked
in
IS&Software Engineering
Jul 11, 2016
by
go_editor
2.8k
views
ugcnetcse-dec2012-paper2
is&software-engineering
software-testing
2
votes
2
answers
27
UGC NET CSE | June 2012 | Part 3 | Question: 30
While unit testing a module, it is found that for a set of test data, maximum 90% of the code alone were tested with a probability of success 0.9. The reliability of the module is at least greater than 0.9 equal to 0.9 at most 0.81 at least 1/0.81
go_editor
asked
in
IS&Software Engineering
Jul 7, 2016
by
go_editor
6.3k
views
ugcnetcse-june2012-paper3
is&software-engineering
software-testing
3
votes
3
answers
28
UGC NET CSE | June 2014 | Part 2 | Question: 15
Regression testing is primarily related to Functional testing Development testing Data flow testing Maintenance testing
makhdoom ghaya
asked
in
IS&Software Engineering
Jun 25, 2016
by
makhdoom ghaya
6.5k
views
ugcnetcse-june2014-paper2
is&software-engineering
software-testing
6
votes
2
answers
29
ISRO2011-34
Black Box Software Testing method focuses on the Boundary condition of the software Control structure of the software Functional requirement of the software Independent paths of the software
go_editor
asked
in
IS&Software Engineering
Jun 22, 2016
by
go_editor
4.8k
views
isro2011
non-gate
software-testing
is&software-engineering
7
votes
2
answers
30
ISRO2015-59
Alpha and Beta testing are forms of Acceptance testing Integration testing System testing Unit testing
go_editor
asked
in
IS&Software Engineering
Jun 20, 2016
by
go_editor
5.8k
views
isro2015
is&software-engineering
software-testing
Page:
1
2
next »
Subscribe to GATE CSE 2024 Test Series
Subscribe to GO Classes for GATE CSE 2024
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
DRDO Scientist -B
ISRO Scientist-B 2023
BARC RECRUITMENT 2023
COAP Responses | GATE CSE 2023
Interview Experience : M.Tech AI at IIT Jodhpur, Self Sponsored
Subjects
All categories
General Aptitude
(2.8k)
Engineering Mathematics
(9.7k)
Digital Logic
(3.4k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.4k)
Others
(2.4k)
Admissions
(665)
Exam Queries
(1.0k)
Tier 1 Placement Questions
(17)
Job Queries
(77)
Projects
(9)
Unknown Category
(867)
Recent questions tagged software-testing
Recent Blog Comments
Indeed the reasons are valid, hope the positive...
@Shubham Sharma 2 Is it possible to get a...
are MSc.(CS) students eligible?
It is said that the gate score will have 80%...
Maybe we should raise our concern in Supreme...