SlideShare a Scribd company logo
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-1, Issue-10, December 2013
59 www.erpublication.org

Abstract— In this paper we will discuss how to evaluate an
employee for testing project taking all the works that an
employee do in a testing project as elements of calculating
efficiency, then prioritize them and giving weight-age to
elements and at last calculate employee efficiency. The more the
efficiency the employee is better. Employee efficiency is always
less than 1.
Index Terms— an employee for testing project, The more the
efficiency the employee is better.
I. ELEMENTS IN TESTING PROJECT TO EVALUATE AN
EMPLOYEE
1. Number of defects opened.
2. Number of testcases written (weight).
3. Number of testcases executed (weight).
4. Number of pages of documents he has studied.
5. Knowledge shared (Number of slides shared)
6. Documents prepared (Number of pages/slides)
7. Number of employee he assisted.
8. Project Audit.
9. Innovating idea submitted in project.
10. Knowledge sharing session attended.
11. Consciousness.
II. PRIORITY :
Now we will prioritize the elements i.e. which element should
be given more weight-age and which should get less
weight-age.
Now, Number of employee he assisted, Number of pages of
documents he has studied, Knowledge sharing session
attended, Documents prepared, Knowledge shared are
related.
Let us see from the view point of an experienced employee.
What he should do : Should share knowledge to the fresher
employees to help them grow up in the industry. The elements
for an experience employee only are : knowledge shared,
documents prepared, Number of employee he assisted. These
are not work of a fresher employee.
Documents prepared should have higher priority than
knowledge sharing session. Because first point, before
sharing knowledge one has to make a document first. It will
help the project manager to give fresher the documents they
want to read prepared at any point of time. Because
Manuscript received December 09, 2013.
Shubhankar Paul, Passed BE in Electrical Engineering from Jadavpur
University in 2007. Worked at IBM as Manual Tester with designation
Application Consultant for 3 years 4 months.
documentation is very important in Software industry. Second
point, one will love to make document rather than going
informal training like number of employee he assisted.
Because it will help to utilize the time of both experienced
employee and fresher employee. So the priority is as below :
Documents prepared
Knowledge sharing
Number of employee he assisted.
Let us see from the view point of a fresher employee.
What he should do : He should learn to grow up faster (the
elements are : Knowledge sharing session attended, Number
of pages of document he has studied). Now if we prioritize
Number of pages of document he studied more than
Knowledge sharing session he has attended he would love to
study a document rather than asking for a knowledge sharing
session. It will help the experienced employee to have more
time in other work (like Project Audit etc.) and a fresher is
intended to learn first. So it will save time of experienced
employee and the fresher will give more time in studying the
documents because he has no other work rather than learning.
So the time is utilized for both the employee in good manner.
So priority is as below :
Number of pages of documents he has studied.
Knowledge sharing session attended.
Now, the question comes, who should be given more
priority : a fresher or an experienced employee. Obviously an
experienced employee because if an employee is lazy to learn
then he will be approximately a fresher after his/her
experience. If fresher employees are given lesser priority
(weight-age) then the lazy employee will get lesser score as
his/her efficiency.
Project Audit is an experienced employee's work and it should
get higher priority than every employee's work. So it should
get higher priority than fresher employee's work (Number of
pages of documents he has studied, Knowledge sharing
session attended, Consciousness).
As every employee needs to be conscious on his/her working
time so it should get higher priority between every employee's
work because without being conscious time is wasted.
So the priority of the elements are as follows :
1. Innovating idea submitted in project.
2. Number of defects opened.
3. Documents prepared.
4. Knowledge shared.
5. Number of employee he assisted.
6. Number of testcases executed (weight).
7. Number of testcases written (weight).
8. Project Audit.
9. Consciousness.
10. Number of pages of documents he has studied.
11. Knowledge sharing session attended.
Evaluation of an employee in testing project
Shubhankar Paul
Evaluation of an employee in testing project
60 www.erpublication.org
III. DEFINITION OF VARIOUS EFFICIENCIES :
For every element we will define efficiency as follows :
1. Innovating efficiency = number of innovating
idea given by an employee/Number of
employee in the team.
2. Defect efficiency = Number of defect opened by
an employee/total number of defects
opened.
3. Documentation efficiency = Number of pages an
employee documented/Total number of
pages documented by a team (Not
number of documents prepared rather
number of pages of document)
4. Knowledge sharing efficiency = Number of
knowledge sharing session given by an
employee/Total number of session given
by the team
5. Assistance efficiency = Number of employee
he/she assisted/Total number of
employee in the team.
6. Execution efficiency = Total weight of testcases
an employee has executed/Total weight
of testcases executed by the team.
7. Testcase writing efficiency = Total weight of
testcases written by an employee/Total
weight of testcases written by the team.
8. Auditing efficiency = Number of employee in the
team/100*(Number of Auditor) (If a
team strength is more than 100 then a
suitable base value should be chosen to
mark it less than 1)
9. For definition of Consciousness please see the
paper : "Removal of History table from
Database & Update Command from SQL
& Edit option from GUI" by Shubhakar
Paul published in International Journal
of Engineering and Technology.
Publication date : 31st December, 2013.
Publisher : Engineering Research
Publication.
10. Document studying efficiency = Number of
pages an employee has studied/Number
of pages of document came in project.
11. Knowledge sharing session attendance
efficiency = Number of session an
employee has attended/Total number of
session attended by all team members.
IV. EMPLOYEE EFFICIENCY :
Now, we give every element a weight-age. Obviously the
most prior element will get more weight-age and less prior
element less weight-age. As we have 11 elements for a testing
project we give 11 to most prior element, 10 to the next prior
element, ...., 1 to the lest prior element.
We define the efficiency of an employee =
[∑(weight-age)*(element efficiency)]/∑(Weight-age)
 Employee efficiency = {11*(Innovating
efficiency)+10*(Defect
efficiency)+9*(Documentation
efficiency)+8*(Assistance
efficiency)+7*(Knowledge sharing
efficiency)+6*(Execution efficiency)+5*(Testcase
writing efficiency)+4*(Auditing
efficiency)+3*(Consciousness)+2*(Document
studying efficiency)+1*(Knowledge sharing session
attendance
efficiency)}/(11+10+9+8+7+6+5+4+3+2+1)
 Employee efficiency = {11*(Innovating
efficiency)+10*(Defect
efficiency)+9*(Documentation
efficiency)+8*(Assistance
efficiency)+7*(Knowledge sharing
efficiency)+6*(Execution efficiency)+5*(Testcase
writing efficiency)+4*(Auditing
efficiency)+3*(Consciousness)+2*(Document
studying efficiency)+1*(Knowledge sharing session
attendance efficiency)}/66
Note : If other elements are added then it should first prioritize
then form the priority list of all the elements and give
weight-age accordingly, then calculate employee efficiency.
Program in C to find Employee efficiency :
/* Determination of Employee Efficiency */
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c,d,e,f,g,h,i,j,k,l,y,z,ab,x,bc,pq;
float m,n,o,p,q,r,s,t,u,v,w;
clrscr();
printf("Enter Innovating idea submitted in project:");
scanf("%d",&a);
printf("Enter Number of defects opened:");
scanf("%d",&b);
printf("Enter Number of pages of Documents prepared:");
scanf("%d",&c);
printf("Enter Nuber of Knowledge shareing session taken:");
scanf("%d",&d);
printf("Enter Number of employee he assisted:");
scanf("%d",&e);
printf("Enter total weight of testcases executed:");
scanf("%d",&f);
printf("Enter total weight of testcases written:");
scanf("%d",&g);
printf("Enter Number of Auditor:");
scanf("%d",&h);
printf("Enter Consciousness:");
scanf("%f",&m);
printf("Enter Number of pages of documents he has
studied:");
scanf("%d",&i);
printf("Enter number of Knowledge sharing session
attended:");
scanf("%d",&j);
printf("Enter number of emplyee in the team:");
scanf("%d",&k);
printf("Enter total number of defects opened:");
scanf("%d",&l);
printf("Enter Total number of pages documented by team :");
scanf("%d",&y);
printf("Enter Number of session given by the team :");
scanf("%d",&z);
printf("Enter total weight of testcases prepared :");
scanf("%d",&ab);
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-1, Issue-10, December 2013
61 www.erpublication.org
printf("Enter total weight of testcases executed :");
scanf("%d",&pq);
printf("Enter number of pages of documents came in project
on a release:");
scanf("%d",&x);
printf("Enter total number of session attended by whole
team:");
scanf("%d",&bc);
n = a/k;
o = b/l;
p = c/y;
q = d/z;
r = e/k;
s = f/ab;
t = g/pq;
u = k/(100*h);
v = i/x;
w = j/bc;
n = 11*n;
o = 10*o;
p = 9*p;
q = 8*q;
r = 7*r;
s = 6*s;
t = 5*t;
u = 4*u;
m = 3*m;
v = 2*v;
n = n+o+p+q+r+s+t+u+m+v+w;
n = n/66;
printf("%f",&n);
getch();
}
REFERENCES
Shubhankar Paul, Passed BE in Electrical Engineering from Jadavpur
University in 2007. Worked at IBM as Manual Tester with designation
Application Consultant for 3 years 4 months. Worked at IIT Bombay for 3
months as JRF. Published 2 papers at International Journal of Engineering
and Technology Research Vol1 Issue 7. There title is 1. Title : Generate
Electricity While Cycling ; 2. Title : Generate Electricity Without fuel or any
raw material. Here is the link of my papers
http://erpublication.org/IJETR/vol_issue.php?abc1=15 Published 2 papers
at International Iournal of Engineering and Technology Research Vol1 Issue
8. There title is 3. Title : Magic Square of Squares ; 4. Title : Twin Prime
Conjecture Proof. Here is the link of my papers
http://erpublication.org/IJETR/vol_issue.php?abc1=16

More Related Content

Similar to Ijetr012028

Postmortemanalysis 120520033844-phpapp02
Postmortemanalysis 120520033844-phpapp02Postmortemanalysis 120520033844-phpapp02
Postmortemanalysis 120520033844-phpapp02
Loriebel Manabat
 
Software Project Management: Project Initiation
Software Project Management: Project InitiationSoftware Project Management: Project Initiation
Software Project Management: Project Initiation
Minhas Kamal
 
First fare 2011 project-management
First fare 2011 project-managementFirst fare 2011 project-management
First fare 2011 project-management
Oregon FIRST Robotics
 
Current Trends in Agile - opening keynote for Agile Israel 2014
Current Trends in Agile - opening keynote for Agile Israel 2014Current Trends in Agile - opening keynote for Agile Israel 2014
Current Trends in Agile - opening keynote for Agile Israel 2014
Yuval Yeret
 
Software Project Management: Business Case
Software Project Management: Business CaseSoftware Project Management: Business Case
Software Project Management: Business Case
Minhas Kamal
 
Test Documentation Based On Ieee829 155261
Test Documentation Based On Ieee829 155261Test Documentation Based On Ieee829 155261
Test Documentation Based On Ieee829 155261
tonynavy
 
Systematic Innovation
Systematic InnovationSystematic Innovation
Systematic Innovation
Rian Wollstein
 
Running Head Project Overview Statement1Project Overview Stat.docx
Running Head Project Overview Statement1Project Overview Stat.docxRunning Head Project Overview Statement1Project Overview Stat.docx
Running Head Project Overview Statement1Project Overview Stat.docx
todd581
 
Soren Lynggaard & Pusser Janvit - How To Hire A True Tester - EuroSTAR 2013
Soren Lynggaard & Pusser Janvit - How To Hire A True Tester - EuroSTAR 2013Soren Lynggaard & Pusser Janvit - How To Hire A True Tester - EuroSTAR 2013
Soren Lynggaard & Pusser Janvit - How To Hire A True Tester - EuroSTAR 2013
TEST Huddle
 
Design & development hours
Design & development hoursDesign & development hours
Design & development hours
Souhair Katbeh
 
Case Study Research paper- report Spring 20201) Total points.docx
Case Study Research paper- report Spring 20201) Total points.docxCase Study Research paper- report Spring 20201) Total points.docx
Case Study Research paper- report Spring 20201) Total points.docx
zebadiahsummers
 
3 Steps to Create a Habit of User Research on Your Product Team
3 Steps to Create a Habit of User Research on Your Product Team3 Steps to Create a Habit of User Research on Your Product Team
3 Steps to Create a Habit of User Research on Your Product Team
validately
 
A guide to creating a quality project schedule it-toolkits
A guide to creating a quality project schedule   it-toolkitsA guide to creating a quality project schedule   it-toolkits
A guide to creating a quality project schedule it-toolkits
IT-Toolkits.org
 
Agile and Scrum Workshop
Agile and Scrum WorkshopAgile and Scrum Workshop
Agile and Scrum Workshop
Rainer Stropek
 
Job Design and Work Measurement
Job Design and Work Measurement Job Design and Work Measurement
Job Design and Work Measurement
Joshua Miranda
 
Introduction.pptx
Introduction.pptxIntroduction.pptx
Introduction.pptx
Samar954063
 
Guideline for Preparing PhD Course Work Synopsis on Engineering Technology - ...
Guideline for Preparing PhD Course Work Synopsis on Engineering Technology - ...Guideline for Preparing PhD Course Work Synopsis on Engineering Technology - ...
Guideline for Preparing PhD Course Work Synopsis on Engineering Technology - ...
PhD Assistance
 
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project SuccessfulCETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
Chicago eLearning & Technology Showcase
 
How to design Collaborative learning activities
How to design Collaborative learning activitiesHow to design Collaborative learning activities
How to design Collaborative learning activities
METIS-project
 
manual-testing
manual-testingmanual-testing
manual-testing
Kanak Mane
 

Similar to Ijetr012028 (20)

Postmortemanalysis 120520033844-phpapp02
Postmortemanalysis 120520033844-phpapp02Postmortemanalysis 120520033844-phpapp02
Postmortemanalysis 120520033844-phpapp02
 
Software Project Management: Project Initiation
Software Project Management: Project InitiationSoftware Project Management: Project Initiation
Software Project Management: Project Initiation
 
First fare 2011 project-management
First fare 2011 project-managementFirst fare 2011 project-management
First fare 2011 project-management
 
Current Trends in Agile - opening keynote for Agile Israel 2014
Current Trends in Agile - opening keynote for Agile Israel 2014Current Trends in Agile - opening keynote for Agile Israel 2014
Current Trends in Agile - opening keynote for Agile Israel 2014
 
Software Project Management: Business Case
Software Project Management: Business CaseSoftware Project Management: Business Case
Software Project Management: Business Case
 
Test Documentation Based On Ieee829 155261
Test Documentation Based On Ieee829 155261Test Documentation Based On Ieee829 155261
Test Documentation Based On Ieee829 155261
 
Systematic Innovation
Systematic InnovationSystematic Innovation
Systematic Innovation
 
Running Head Project Overview Statement1Project Overview Stat.docx
Running Head Project Overview Statement1Project Overview Stat.docxRunning Head Project Overview Statement1Project Overview Stat.docx
Running Head Project Overview Statement1Project Overview Stat.docx
 
Soren Lynggaard & Pusser Janvit - How To Hire A True Tester - EuroSTAR 2013
Soren Lynggaard & Pusser Janvit - How To Hire A True Tester - EuroSTAR 2013Soren Lynggaard & Pusser Janvit - How To Hire A True Tester - EuroSTAR 2013
Soren Lynggaard & Pusser Janvit - How To Hire A True Tester - EuroSTAR 2013
 
Design & development hours
Design & development hoursDesign & development hours
Design & development hours
 
Case Study Research paper- report Spring 20201) Total points.docx
Case Study Research paper- report Spring 20201) Total points.docxCase Study Research paper- report Spring 20201) Total points.docx
Case Study Research paper- report Spring 20201) Total points.docx
 
3 Steps to Create a Habit of User Research on Your Product Team
3 Steps to Create a Habit of User Research on Your Product Team3 Steps to Create a Habit of User Research on Your Product Team
3 Steps to Create a Habit of User Research on Your Product Team
 
A guide to creating a quality project schedule it-toolkits
A guide to creating a quality project schedule   it-toolkitsA guide to creating a quality project schedule   it-toolkits
A guide to creating a quality project schedule it-toolkits
 
Agile and Scrum Workshop
Agile and Scrum WorkshopAgile and Scrum Workshop
Agile and Scrum Workshop
 
Job Design and Work Measurement
Job Design and Work Measurement Job Design and Work Measurement
Job Design and Work Measurement
 
Introduction.pptx
Introduction.pptxIntroduction.pptx
Introduction.pptx
 
Guideline for Preparing PhD Course Work Synopsis on Engineering Technology - ...
Guideline for Preparing PhD Course Work Synopsis on Engineering Technology - ...Guideline for Preparing PhD Course Work Synopsis on Engineering Technology - ...
Guideline for Preparing PhD Course Work Synopsis on Engineering Technology - ...
 
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project SuccessfulCETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
 
How to design Collaborative learning activities
How to design Collaborative learning activitiesHow to design Collaborative learning activities
How to design Collaborative learning activities
 
manual-testing
manual-testingmanual-testing
manual-testing
 

More from ER Publication.org

Ijetr011101
Ijetr011101Ijetr011101
Ijetr011101
ER Publication.org
 
Ijetr021232
Ijetr021232Ijetr021232
Ijetr021232
ER Publication.org
 
Ijetr021229
Ijetr021229Ijetr021229
Ijetr021229
ER Publication.org
 
Ijetr021228
Ijetr021228Ijetr021228
Ijetr021228
ER Publication.org
 
Ijetr021226
Ijetr021226Ijetr021226
Ijetr021226
ER Publication.org
 
Ijetr021224
Ijetr021224Ijetr021224
Ijetr021224
ER Publication.org
 
Ijetr021221
Ijetr021221Ijetr021221
Ijetr021221
ER Publication.org
 
Ijetr021220
Ijetr021220Ijetr021220
Ijetr021220
ER Publication.org
 
Ijetr021215
Ijetr021215Ijetr021215
Ijetr021215
ER Publication.org
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
ER Publication.org
 
Ijetr021210
Ijetr021210Ijetr021210
Ijetr021210
ER Publication.org
 
Ijetr021207
Ijetr021207Ijetr021207
Ijetr021207
ER Publication.org
 
Ijetr021146
Ijetr021146Ijetr021146
Ijetr021146
ER Publication.org
 
Ijetr021145
Ijetr021145Ijetr021145
Ijetr021145
ER Publication.org
 
Ijetr021144
Ijetr021144Ijetr021144
Ijetr021144
ER Publication.org
 
Ijetr021143
Ijetr021143Ijetr021143
Ijetr021143
ER Publication.org
 
Ijetr021140
Ijetr021140Ijetr021140
Ijetr021140
ER Publication.org
 
Ijetr021139
Ijetr021139Ijetr021139
Ijetr021139
ER Publication.org
 
Ijetr021138
Ijetr021138Ijetr021138
Ijetr021138
ER Publication.org
 
Ijetr021135
Ijetr021135Ijetr021135
Ijetr021135
ER Publication.org
 

More from ER Publication.org (20)

Ijetr011101
Ijetr011101Ijetr011101
Ijetr011101
 
Ijetr021232
Ijetr021232Ijetr021232
Ijetr021232
 
Ijetr021229
Ijetr021229Ijetr021229
Ijetr021229
 
Ijetr021228
Ijetr021228Ijetr021228
Ijetr021228
 
Ijetr021226
Ijetr021226Ijetr021226
Ijetr021226
 
Ijetr021224
Ijetr021224Ijetr021224
Ijetr021224
 
Ijetr021221
Ijetr021221Ijetr021221
Ijetr021221
 
Ijetr021220
Ijetr021220Ijetr021220
Ijetr021220
 
Ijetr021215
Ijetr021215Ijetr021215
Ijetr021215
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Ijetr021210
Ijetr021210Ijetr021210
Ijetr021210
 
Ijetr021207
Ijetr021207Ijetr021207
Ijetr021207
 
Ijetr021146
Ijetr021146Ijetr021146
Ijetr021146
 
Ijetr021145
Ijetr021145Ijetr021145
Ijetr021145
 
Ijetr021144
Ijetr021144Ijetr021144
Ijetr021144
 
Ijetr021143
Ijetr021143Ijetr021143
Ijetr021143
 
Ijetr021140
Ijetr021140Ijetr021140
Ijetr021140
 
Ijetr021139
Ijetr021139Ijetr021139
Ijetr021139
 
Ijetr021138
Ijetr021138Ijetr021138
Ijetr021138
 
Ijetr021135
Ijetr021135Ijetr021135
Ijetr021135
 

Recently uploaded

Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
EduSkills OECD
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
Nguyen Thanh Tu Collection
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
indexPub
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 

Recently uploaded (20)

Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 

Ijetr012028

  • 1. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-1, Issue-10, December 2013 59 www.erpublication.org  Abstract— In this paper we will discuss how to evaluate an employee for testing project taking all the works that an employee do in a testing project as elements of calculating efficiency, then prioritize them and giving weight-age to elements and at last calculate employee efficiency. The more the efficiency the employee is better. Employee efficiency is always less than 1. Index Terms— an employee for testing project, The more the efficiency the employee is better. I. ELEMENTS IN TESTING PROJECT TO EVALUATE AN EMPLOYEE 1. Number of defects opened. 2. Number of testcases written (weight). 3. Number of testcases executed (weight). 4. Number of pages of documents he has studied. 5. Knowledge shared (Number of slides shared) 6. Documents prepared (Number of pages/slides) 7. Number of employee he assisted. 8. Project Audit. 9. Innovating idea submitted in project. 10. Knowledge sharing session attended. 11. Consciousness. II. PRIORITY : Now we will prioritize the elements i.e. which element should be given more weight-age and which should get less weight-age. Now, Number of employee he assisted, Number of pages of documents he has studied, Knowledge sharing session attended, Documents prepared, Knowledge shared are related. Let us see from the view point of an experienced employee. What he should do : Should share knowledge to the fresher employees to help them grow up in the industry. The elements for an experience employee only are : knowledge shared, documents prepared, Number of employee he assisted. These are not work of a fresher employee. Documents prepared should have higher priority than knowledge sharing session. Because first point, before sharing knowledge one has to make a document first. It will help the project manager to give fresher the documents they want to read prepared at any point of time. Because Manuscript received December 09, 2013. Shubhankar Paul, Passed BE in Electrical Engineering from Jadavpur University in 2007. Worked at IBM as Manual Tester with designation Application Consultant for 3 years 4 months. documentation is very important in Software industry. Second point, one will love to make document rather than going informal training like number of employee he assisted. Because it will help to utilize the time of both experienced employee and fresher employee. So the priority is as below : Documents prepared Knowledge sharing Number of employee he assisted. Let us see from the view point of a fresher employee. What he should do : He should learn to grow up faster (the elements are : Knowledge sharing session attended, Number of pages of document he has studied). Now if we prioritize Number of pages of document he studied more than Knowledge sharing session he has attended he would love to study a document rather than asking for a knowledge sharing session. It will help the experienced employee to have more time in other work (like Project Audit etc.) and a fresher is intended to learn first. So it will save time of experienced employee and the fresher will give more time in studying the documents because he has no other work rather than learning. So the time is utilized for both the employee in good manner. So priority is as below : Number of pages of documents he has studied. Knowledge sharing session attended. Now, the question comes, who should be given more priority : a fresher or an experienced employee. Obviously an experienced employee because if an employee is lazy to learn then he will be approximately a fresher after his/her experience. If fresher employees are given lesser priority (weight-age) then the lazy employee will get lesser score as his/her efficiency. Project Audit is an experienced employee's work and it should get higher priority than every employee's work. So it should get higher priority than fresher employee's work (Number of pages of documents he has studied, Knowledge sharing session attended, Consciousness). As every employee needs to be conscious on his/her working time so it should get higher priority between every employee's work because without being conscious time is wasted. So the priority of the elements are as follows : 1. Innovating idea submitted in project. 2. Number of defects opened. 3. Documents prepared. 4. Knowledge shared. 5. Number of employee he assisted. 6. Number of testcases executed (weight). 7. Number of testcases written (weight). 8. Project Audit. 9. Consciousness. 10. Number of pages of documents he has studied. 11. Knowledge sharing session attended. Evaluation of an employee in testing project Shubhankar Paul
  • 2. Evaluation of an employee in testing project 60 www.erpublication.org III. DEFINITION OF VARIOUS EFFICIENCIES : For every element we will define efficiency as follows : 1. Innovating efficiency = number of innovating idea given by an employee/Number of employee in the team. 2. Defect efficiency = Number of defect opened by an employee/total number of defects opened. 3. Documentation efficiency = Number of pages an employee documented/Total number of pages documented by a team (Not number of documents prepared rather number of pages of document) 4. Knowledge sharing efficiency = Number of knowledge sharing session given by an employee/Total number of session given by the team 5. Assistance efficiency = Number of employee he/she assisted/Total number of employee in the team. 6. Execution efficiency = Total weight of testcases an employee has executed/Total weight of testcases executed by the team. 7. Testcase writing efficiency = Total weight of testcases written by an employee/Total weight of testcases written by the team. 8. Auditing efficiency = Number of employee in the team/100*(Number of Auditor) (If a team strength is more than 100 then a suitable base value should be chosen to mark it less than 1) 9. For definition of Consciousness please see the paper : "Removal of History table from Database & Update Command from SQL & Edit option from GUI" by Shubhakar Paul published in International Journal of Engineering and Technology. Publication date : 31st December, 2013. Publisher : Engineering Research Publication. 10. Document studying efficiency = Number of pages an employee has studied/Number of pages of document came in project. 11. Knowledge sharing session attendance efficiency = Number of session an employee has attended/Total number of session attended by all team members. IV. EMPLOYEE EFFICIENCY : Now, we give every element a weight-age. Obviously the most prior element will get more weight-age and less prior element less weight-age. As we have 11 elements for a testing project we give 11 to most prior element, 10 to the next prior element, ...., 1 to the lest prior element. We define the efficiency of an employee = [∑(weight-age)*(element efficiency)]/∑(Weight-age)  Employee efficiency = {11*(Innovating efficiency)+10*(Defect efficiency)+9*(Documentation efficiency)+8*(Assistance efficiency)+7*(Knowledge sharing efficiency)+6*(Execution efficiency)+5*(Testcase writing efficiency)+4*(Auditing efficiency)+3*(Consciousness)+2*(Document studying efficiency)+1*(Knowledge sharing session attendance efficiency)}/(11+10+9+8+7+6+5+4+3+2+1)  Employee efficiency = {11*(Innovating efficiency)+10*(Defect efficiency)+9*(Documentation efficiency)+8*(Assistance efficiency)+7*(Knowledge sharing efficiency)+6*(Execution efficiency)+5*(Testcase writing efficiency)+4*(Auditing efficiency)+3*(Consciousness)+2*(Document studying efficiency)+1*(Knowledge sharing session attendance efficiency)}/66 Note : If other elements are added then it should first prioritize then form the priority list of all the elements and give weight-age accordingly, then calculate employee efficiency. Program in C to find Employee efficiency : /* Determination of Employee Efficiency */ #include<stdio.h> #include<conio.h> void main() { int a,b,c,d,e,f,g,h,i,j,k,l,y,z,ab,x,bc,pq; float m,n,o,p,q,r,s,t,u,v,w; clrscr(); printf("Enter Innovating idea submitted in project:"); scanf("%d",&a); printf("Enter Number of defects opened:"); scanf("%d",&b); printf("Enter Number of pages of Documents prepared:"); scanf("%d",&c); printf("Enter Nuber of Knowledge shareing session taken:"); scanf("%d",&d); printf("Enter Number of employee he assisted:"); scanf("%d",&e); printf("Enter total weight of testcases executed:"); scanf("%d",&f); printf("Enter total weight of testcases written:"); scanf("%d",&g); printf("Enter Number of Auditor:"); scanf("%d",&h); printf("Enter Consciousness:"); scanf("%f",&m); printf("Enter Number of pages of documents he has studied:"); scanf("%d",&i); printf("Enter number of Knowledge sharing session attended:"); scanf("%d",&j); printf("Enter number of emplyee in the team:"); scanf("%d",&k); printf("Enter total number of defects opened:"); scanf("%d",&l); printf("Enter Total number of pages documented by team :"); scanf("%d",&y); printf("Enter Number of session given by the team :"); scanf("%d",&z); printf("Enter total weight of testcases prepared :"); scanf("%d",&ab);
  • 3. International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-1, Issue-10, December 2013 61 www.erpublication.org printf("Enter total weight of testcases executed :"); scanf("%d",&pq); printf("Enter number of pages of documents came in project on a release:"); scanf("%d",&x); printf("Enter total number of session attended by whole team:"); scanf("%d",&bc); n = a/k; o = b/l; p = c/y; q = d/z; r = e/k; s = f/ab; t = g/pq; u = k/(100*h); v = i/x; w = j/bc; n = 11*n; o = 10*o; p = 9*p; q = 8*q; r = 7*r; s = 6*s; t = 5*t; u = 4*u; m = 3*m; v = 2*v; n = n+o+p+q+r+s+t+u+m+v+w; n = n/66; printf("%f",&n); getch(); } REFERENCES Shubhankar Paul, Passed BE in Electrical Engineering from Jadavpur University in 2007. Worked at IBM as Manual Tester with designation Application Consultant for 3 years 4 months. Worked at IIT Bombay for 3 months as JRF. Published 2 papers at International Journal of Engineering and Technology Research Vol1 Issue 7. There title is 1. Title : Generate Electricity While Cycling ; 2. Title : Generate Electricity Without fuel or any raw material. Here is the link of my papers http://erpublication.org/IJETR/vol_issue.php?abc1=15 Published 2 papers at International Iournal of Engineering and Technology Research Vol1 Issue 8. There title is 3. Title : Magic Square of Squares ; 4. Title : Twin Prime Conjecture Proof. Here is the link of my papers http://erpublication.org/IJETR/vol_issue.php?abc1=16