1
+ [
2
+ {
3
+ "Option a" :" a.Unit Testing" ,
4
+ "Option b" :" b.Integration Testing" ,
5
+ "question" :" 1.Which testing is done by developer?" ,
6
+ "answer" :" a" ,
7
+ "Option c" :" c.Sanity Testing" ,
8
+ "Option d" :" d.Regression Testing"
9
+ },
10
+ {
11
+ "Option a" :" a.Load Testing" ,
12
+ "Option b" :" b.Security Testing" ,
13
+ "question" :" 2.Which is functional testing?" ,
14
+ "answer" :" c" ,
15
+ "Option c" :" c.Gorilla Testing" ,
16
+ "Option d" :" d.Benchmark Testing"
17
+ },
18
+ {
19
+ "Option a" :" a.Evaluating deliverable to find errors" ,
20
+ "Option b" :" b.Finding broken code" ,
21
+ "question" :" 3.Which term is used to define testing?" ,
22
+ "answer" :" a" ,
23
+ "Option c" :" c.A stage of all projects" ,
24
+ "Option d" :" d.None of the above"
25
+ },
26
+ {
27
+ "Option a" :" a.Breadth test and depth test" ,
28
+ "Option b" :" b.Confirmation testing" ,
29
+ "question" :" 4.Which methodology is used to performed Maintenance testing?" ,
30
+ "answer" :" a" ,
31
+ "Option c" :" c.Retesting" ,
32
+ "Option d" :" d.Sanity testing"
33
+ },
34
+ {
35
+ "Option a" :" a.Test Case" ,
36
+ "Option b" :" b.Requirements Traceability Matrix [RTM]" ,
37
+ "question" :" 5.Which of the following is not part of the Test document?" ,
38
+ "answer" :" d" ,
39
+ "Option c" :" c.Test strategy" ,
40
+ "Option d" :" d.Project Initiation Note [PIN]"
41
+ },
42
+ {
43
+ "Option a" :" a.Testing Phase" ,
44
+ "Option b" :" b.Requirement Phase" ,
45
+ "question" :" 6.Which of the following is not a valid phase of SDLC (Software Development Life Cycle)?" ,
46
+ "answer" :" d" ,
47
+ "Option c" :" c.Deployment phase" ,
48
+ "Option d" :" d.Testing closure"
49
+ },
50
+ {
51
+ "Option a" :" a.Structural testing" ,
52
+ "Option b" :" b.Error guessing technique" ,
53
+ "question" :" 7.Which of the following testing is also known as white-box testing?" ,
54
+ "answer" :" a" ,
55
+ "Option c" :" c.Design based testing" ,
56
+ "Option d" :" d.None of the above"
57
+ },
58
+ {
59
+ "Option a" :" a.White box and black box testing" ,
60
+ "Option b" :" b.White-box testing" ,
61
+ "question" :" 8.Which of the following testing is related to the boundary value analysis?" ,
62
+ "answer" :" c" ,
63
+ "Option c" :" c.Black box testing" ,
64
+ "Option d" :" d.None of the above"
65
+ },
66
+ {
67
+ "Option a" :" a.Test design technique" ,
68
+ "Option b" :" b.Test level" ,
69
+ "question" :" 9.Functional testing is a ------?" ,
70
+ "answer" :" d" ,
71
+ "Option c" :" c.SDLC Model" ,
72
+ "Option d" :" d.Test type"
73
+ },
74
+ {
75
+ "Option a" :" a.Integration testing" ,
76
+ "Option b" :" b.Unit testing" ,
77
+ "question" :" 10.What are the different levels of Testing?" ,
78
+ "answer" :" d" ,
79
+ "Option c" :" c.System testing" ,
80
+ "Option d" :" d.All of the above"
81
+ },
82
+ {
83
+ "Option a" :" a.Test type" ,
84
+ "Option b" :" b.Test Execution Level" ,
85
+ "question" :" 11.Sanity testing is a ------" ,
86
+ "answer" :" b" ,
87
+ "Option c" :" c.Test Level" ,
88
+ "Option d" :" d.Test design technique"
89
+ },
90
+ {
91
+ "Option a" :" a.Statement coverage testing" ,
92
+ "Option b" :" b.Decision coverage testing" ,
93
+ "question" :" 12.White box testing techniques are?" ,
94
+ "answer" :" d" ,
95
+ "Option c" :" c.Data flow testing" ,
96
+ "Option d" :" d.All of the above"
97
+ },
98
+ {
99
+ "Option a" :" a.User's end" ,
100
+ "Option b" :" b.Developer's end" ,
101
+ "question" :" 13.In which environment we can performed the Alpha testing?" ,
102
+ "answer" :" b" ,
103
+ "Option c" :" c.User's and developer's end" ,
104
+ "Option d" :" d.None of the above"
105
+ },
106
+ {
107
+ "Option a" :" a.Schedule" ,
108
+ "Option b" :" b.Risk" ,
109
+ "question" :" 14.Which of the below is not a part of the Test Plan?" ,
110
+ "answer" :" c" ,
111
+ "Option c" :" c.Incident reports" ,
112
+ "Option d" :" d.Entry and exit criteria"
113
+ },
114
+ {
115
+ "Option a" :" a.Design Errors" ,
116
+ "Option b" :" b.Interface Errors" ,
117
+ "question" :" 15.What is the key objective of Integration testing?" ,
118
+ "answer" :" b" ,
119
+ "Option c" :" c.Procedure Errors" ,
120
+ "Option d" :" d.None of the mentioned"
121
+ },
122
+ {
123
+ "Option a" :" a.Experience-based Test Design Technique" ,
124
+ "Option b" :" b.White Box Test Design Technique" ,
125
+ "question" :" 16.Exploratory testing is a -----?" ,
126
+ "answer" :" a" ,
127
+ "Option c" :" c.Black Box Test Design Technique" ,
128
+ "Option d" :" d.Grey Box Test Design Technique"
129
+ },
130
+ {
131
+ "Option a" :" a.After the software has been modified" ,
132
+ "Option b" :" b.As frequently as possible" ,
133
+ "question" :" 17.What is the best time to perform Regression testing?" ,
134
+ "answer" :" d" ,
135
+ "Option c" :" c.When the environment has been modified" ,
136
+ "Option d" :" d.Both option a & c"
137
+ },
138
+ {
139
+ "Option a" :" a.Function testing" ,
140
+ "Option b" :" b.System testing" ,
141
+ "question" :" 18.Which of the following is not part of the Test type?" ,
142
+ "answer" :" c" ,
143
+ "Option c" :" c.Statement testing" ,
144
+ "Option d" :" d.Database testing"
145
+ },
146
+ {
147
+ "Option a" :" a.Defect Report" ,
148
+ "Option b" :" b.Test Summary Report" ,
149
+ "question" :" 19.Which Test Document is used to define the Exit Criteria of Testing?" ,
150
+ "answer" :" d" ,
151
+ "Option c" :" c.Test Case" ,
152
+ "Option d" :" d.Test Plan"
153
+ },
154
+ {
155
+ "Option a" :" a.Exit Criteria" ,
156
+ "Option b" :" b.How much regression testing should be done?" ,
157
+ "question" :" 20.Which testing technique is used for usability testing?" ,
158
+ "answer" :" b" ,
159
+ "Option c" :" c.Different Tools to perform Regression Testing" ,
160
+ "Option d" :" d.How many more test cases need to write?"
161
+ }
162
+ ]
0 commit comments