ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Q1
2
1SMOKE TESTSANITY TESTING
3
Smoke testing is perfom to ensure the functionalites of the appilicationSanity testing is used for newly added functionalities , bugs, errors are working fine.
4
smoke testing is done at the initial level.sanity tesing is done at build is stable.
5
smoke test is done by developers and testers.sanity test is done by testers.
6
smoke test is subset of acceptance testingsanity test is subset of regression testing.
7
smoke testing is conducted on every buildsanity testing is conducted after regression testing.
8
smoke testing is used to test all over the functionality of the softwaresanity testing is used after updated or deteced functions of the application.
9
smoke testing is Stable/unstablesanity testing is stable.
10
smoke test goal is verify stabilitysanity test goal is verify rationality
11
12
13
2VALIDATIONVERIFICATION
14
Validation is to check wheather build the right softwareverification is to check wheather build the software right
15
validate and test the product verify documents, design, code
16
Execution of the codeNot involve executing code
17
Execution of programe by computersIn verification - usually documents and fiels are check by people
18
Check the software meets the clints expectaton and requirementcheck the software meets the specification
19
Testers are involve.QA and team inchargers are involve.
20
Validation comes after verificationverification comes before validation
21
it is black box testingit is white boxtesting
22
Validation is for detection of errors.Verification is for prevention of errors.
23
Validation is based on the fact and is often stable.Verification is based on the opinion of reviewer and may change from person to person.
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100