-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2c88a7
commit f34fc14
Showing
2 changed files
with
137 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>My Resume</title> | ||
</head> | ||
<body> | ||
|
||
<p> | ||
Samir Gorai<br/> | ||
Email:[email protected]<br/> | ||
Linkdin: <a href="https://www.linkedin.com/in/samir-gorai-39582b107/">Link to Linkdin Profile</a> | ||
</p> | ||
<img src="./images/Profile_image.jpeg" alt=""> | ||
<hr/> | ||
<h1>Summary</h1> | ||
<hr/> | ||
<p> | ||
Having 4.8 years of embedded Testing in Automotive Domain.<br/> | ||
Automating Manual Test Activities using Python.<br/> | ||
Developed tools using Python programming to automate regular manual testing Tasks<br/> | ||
Which Significantly helped reducing human effort by Half working Hours.<br/> | ||
Currently Lerning web devlopment from Udemy(Angela Yu) <br/>and web backend using Python Django | ||
Small html webpage hosted on Github | ||
<a href="https://samirgorai.github.io/HTML-portfolio-project-1/">Project Link</a> | ||
</p> | ||
<h1>Professional Experience</h1> | ||
<hr> | ||
<p> | ||
Employer: Expleo India Infosystems Private Limited(Pune 4th October 2021 to 10th May 2023 )<br> | ||
<br/> | ||
Project: Advance Driver Assistance System Comprises of two ECU’s Camera and Radar <br> | ||
Which helps driver in providing Functionalities like Advance Cruise Control, Lane Change<br/> | ||
Assistance , Lane Keep Assistance And other Functionalities.<br/> | ||
</p> | ||
<h3>Roles and Responsibility:</h3> | ||
<ul> | ||
<li>Testing of different functionalities like Adaptive cruise control, Semi Automated Lane Change<br> | ||
Assistance , Lane Keep Assistance | ||
</li> | ||
<li> | ||
Creation Of Test Runs Using Carmaker, Analysing Result (.ergs) files of carmaker tool | ||
</li> | ||
<li> | ||
Analysis of SW issues and Creating SW Change request. | ||
</li> | ||
</ul> | ||
<h3>Automations:</h3> | ||
<ul> | ||
<li> | ||
Automation of Test Plan using Python Programming: | ||
<br><br/> | ||
Library Used: DIagliser Library, Control Desk Library,Pyqt5,openpyxl<br/><br/> | ||
Description:<br><br> | ||
Test Plan consists of Diagnostic request and CAN signal Manupulation in an excel sheet.<br/> | ||
Diagnostic manipulation was done by APIs for Diaglizer Tool .<br/> | ||
CAN signal manipulation was done using Dspace Control Desk APIs.<br/> | ||
Read the data present in Test Plan(Excel Sheet) using Openpyxl API<br/> | ||
And update the result of same Test steps in excel sheet.<br/> | ||
Graphic User Interface was developed using PyQT5 API where user of the Tool can input different<br/> | ||
inputs like Test Plan(Excel ),CAN DBC file, PDX,Control desk Project file and Control desk Experiment file. | ||
</li> | ||
<br/> | ||
<li> | ||
Automation of Correlation of Input from CSV and CAN LOG File(.asc)<br/><br/> | ||
Library Used: Python CSV,openpyxl, pyqt5 ,pyinstaller<br/> | ||
<br/> | ||
Description:<br/><br/> Corelate Data between CSV file which Contains Different Timestamps and Values of a<br/> | ||
signal with Can log File and Genarate the Result in a excel file.<br/> | ||
Graphic user interface using pyqt5 where user can select CSV and CAN log file.<br/> | ||
</li> | ||
</ul> | ||
|
||
<p> | ||
Employer: Hella India Automotive( Pune Total 3 years 6-Sep 2017 to 30-Sep 2020)<br> | ||
<br/> | ||
Project: Body Computer Module. Managing actuators and Sensors .Actuators of | ||
Light features <br>(fog lamp,Trunk lamp, car interior light , Projector lamps, | ||
intelligent tail Light Parking Lights ect ),<br/> Rear wiper, Fuel Level | ||
Sensor, Anti -theft Vehicle Sensors, Rear trunk, <br/>Door Looking ,Rear Window | ||
shade, Side Window Shade, Managing Different Sets ofPersonalization for | ||
different Drivers.<br/> | ||
</p> | ||
<h3>Roles and Responsibility:</h3> | ||
<ul> | ||
<li> | ||
System testing for Features on HIL (eg Fuel sensor, Rear roller Blind, Diagnostics feature , Energy | ||
manegment of car ect) | ||
</li> | ||
<li> | ||
Vector Candiva testing, Vector Canoe Testing | ||
</li> | ||
<li> | ||
Unified Diagnostic testing (eg : reading/writing a Diagnostic ID, Checking Adapted values, performing | ||
Input/Output Control of a Sensor/ output ) | ||
</li> | ||
<li> | ||
Reading requirements From Doors and making test sets at system level. | ||
</li> | ||
<li> | ||
Peer Review of test cases and Automation of test Sets | ||
</li> | ||
</ul> | ||
<br> | ||
<h2>Education</h2> | ||
<hr/> | ||
<br/> | ||
<ul> | ||
<li> | ||
B Tech in Electronics and Communication from Raajdhani Engineering College Bhubaneshwar (BPUT Rourkela University) from 2012 to 2016 | ||
</li> | ||
<li> | ||
Embedded course from Vector India Bangalore(6 month Course Dec 2016 June 2017 ).<br> | ||
Course included: C, C++,Embedded C, work around on 8051 mc,Linux Programming. | ||
</li> | ||
<li> | ||
Data analytics Course from IVY Professional school Kolkata. | ||
</li> | ||
|
||
</ul> | ||
<br> | ||
<h2>Certifications:</h2> | ||
<hr/> | ||
<ul> | ||
<li> | ||
Foundation level Certificate in Software Testing From ISTQB in year 2019 | ||
</li> | ||
<li> | ||
Python Basic Certification from HackerRank. <a href="https://www.hackerrank.com/certificates/14e0ef4c4734">Certificate Link</a> | ||
</li> | ||
</ul> | ||
|
||
|
||
|
||
</body> | ||
</html> |