-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathSoftware_tester.php
137 lines (109 loc) · 6.28 KB
/
Software_tester.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?php
// Initialize the session
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<?php include 'header.php'?>
<!-- Hero-area -->
<div class="hero-area section">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/bgc2.jpg); " ></div>
<!-- /Backgound Image -->
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<ul class="hero-area-tree">
<li><a href="main.php">Home</a></li>
<li><a href="blog.php">Knowledge Network</a></li>
<li>Software Tester</li>
</ul>
<h1 class="white-text">Software Tester</h1>
</div>
</div>
</div>
</div>
<!-- /Hero-area -->
<!-- Blog -->
<div id="blog" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- main blog -->
<div id="main" class="col-md-9">
<!-- blog post -->
<div class="blog-post" style= "text-align:justify; ">
<h2>Job Description</h2>
<!-- row -->
<div class="row">
<p style="font-size:16px;" >Software Testers are responsible for the quality of software development and deployment. They are involved in performing automated and manual tests to ensure the software created by developers is fit for purpose. Some of the duties include analysis of software, and systems, mitigate risk and prevent software issues.</p>
<p style="font-size:16px;">A software tester is responsible for designing test scenarios for software usability, running these tests, and preparing reports on the effectiveness and defects to the production team. A software tester is also known as a software test engineer or a quality assurance (QA) tester.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Skills required</h2>
<p style="font-size:16px;">To be successful as a software tester, one should have a working knowledge of software and test design, the capability to run through tests, and the ability to analyze the results. Ultimately, the software tester should be result-driven, have good communication skills, and up-to-date knowledge of software programming and software test design.</p>
<ol style="font-size:16px;">
<li><b>1. </b>Up-to-date knowledge of software test design and testing methodologies.</li>
<li><b>2. </b>Working knowledge of test techniques and compatibility with various software programs.</li>
<li><b>3. </b>Working knowledge of programming.</li>
<li><b>4. </b>Excellent communication and critical thinking skills.</li>
<li><b>5. </b>Good organizational skills and detail-oriented mindset.</li>
<li><b>6. </b>A passion for working with technology.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Educational Requirements</h2>
<p style="font-size:16px;">Academic background of a software tester should be in Computer Science. A BTech/ B.E., MCA, BCA, BSc- Computers, will land a job quickly.If person does not hold any of these degrees, then they must complete a software testing certification like ISTQB and CSTE which help you learn Software Development/ Test Life Cycle and other testing methodologies.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Duties and Responsibilities</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Reviewing software requirements and preparing test scenarios.</li>
<li><b>2. </b>Executing tests on software usability.</li>
<li><b>3. </b>Analyzing test results on database impacts, errors or bugs, and usability.</li>
<li><b>4. </b>Preparing reports on all aspects related to the software testing carried out and reporting to the design team.</li>
<li><b>5. </b>Interacting with clients to understand product requirements.</li>
<li><b>6. </b>Participating in design reviews and providing input on requirements, product design, and potential problems.</li>
<li><b>7. </b>Execute all levels of testing (System, Integration, and Regression).</li>
<li><b>8. </b>Provide timely solutions.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Salary</h2>
<p style="font-size:16px;">Compensation of a software tester varies from company to company. Average Software testing career package in India is Rs 247,315 - Rs 449,111.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Companies offering Software Tester role</h2>
<ol style="font-size:16px;">
<li><b>1. LTI - Larsen & Toubro Infotech </b> </li>
<li><b>2. Wipro </b></li>
<li><b>3. Spiceworks</b></li>
<li><b>4. Tata Consultancy Services</b></li>
<li><b>5. Intel Technology India Pvt Ltd </b></li>
<li><b>6. AT & T communications Services India</b></li>
</ol>
</div>
<!-- /row -->
</div>
<!-- /blog post -->
</div>
<!-- /main blog -->
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /Blog -->
<?php include 'footer.php'?>
</html>