ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACAD
1
Quality Assurance Test Cases
2
3
4
Project nameMercury Tours
5
ModuleLoginReviwed By
6
Document References SRS , BRSReviwed Date
7
AuthorAnunidhiApproved By
8
Created Date25th December, 2021Approved Date
9
Test Case ID/NameTest Case DescriptionPre ConditionsStep NameStep DescriptionInput FieldsExpected ResultActual ResultsTestCase ResultsTestCase Priority
10
L001To check the login functionality with valid input fieldsWebsite should be available.Step 1Open the browser
11
Step2 Enter URLhttp://demo.guru99.com/test/newtours/index.phpBrowser default page should be opened. Browser default page opensBrowser default page opens
12
Step3 Enter user nametaran
13
Step 4 Enter the passwordmercury
14
Step 5Click on the login buttonHome page should be visibleHome Page is visibleHome Page is visible
15
16
17
L002To check the login functionality with invalid input fieldsWebsite should be available.Step 1Open the browser
18
Step2 Enter URLhttp://demo.guru99.com/test/newtours/index.phpBrowser default page should be opened. Browser default page opensBrowser default page opens
19
Step3 Enter user nameabcd
20
Step 4 Enter the passwordmercury
21
Step 5Click on the login buttonHome page should not be visible.Error message appears.Enter the correct user name and password Home Page is not visibleHome Page is not visible
22
23
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