August 2018 - All About Testing August 2018

What is the recipe for successful achievement?

To my mind there are just four essential ingredients: Choose a career you love, give it the best there is in you, seize your opportunities, and be a member of the team.

“All our dreams can come true, if we have the courage to pursue them.”

“I’m a great believer in luck, and I find the harder I work, the more I have of it.”

Success unshared is failure.

To make our way, we must have firm resolve, persistence, tenacity. We must gear ourselves to work hard all the way. We can never let up.

"Everyone you will ever meet knows something you don't."

he fact that I can plant a seed and it becomes a flower, share a bit of knowledge and it becomes another's, smile at someone and receive a smile in return, are to me continual spiritual exercises.

The secret of success is to do the common things uncommonly well.

Good things come to people who wait, but better things come to those who go out and get them.

Friday, 24 August 2018

Walk-in | Walk-in Interview Selenium Test Analyst -Capgemini Pune on 25th Aug 2018

Experience required for the Job: 2 - 4 years
Annual Salary of the Job: 0.00 - 0.00 Lacs
Job Location: Pune

Walkin Date & Time : 25 Aug 18, 09:00 AM - 03:00 PM
Interview Location :  Capgemini India Pvt Ltd ,No.14,
Phase III, Rajiv Gandhi Infotech Park,
Village Man, Taluka, Mulshi, Haveli,
Hinjewadi, Pune, Maharashtra 411057
Greetings!!


We are pleased to inform you that we have short-listed your profile for Selenium Test Analyst Opportunities @ Capgemini.

Please confirm on this email, if you would be attending this event.

Please carry a Government Approved Photo ID Original & 2 Passport size photograph, without these you will not be allowed to attend the interview.

We invite you to walk-in at the below mentioned location:


Interview Location:
Capgemini India Pvt Ltd, No.14,
Phase III, Rajiv Gandhi Infotech Park, Village Man,
Taluka, Mulshi, Haveli, Hinjewadi, Pune, Maharashtra 411057

Job Location Pune
Experience: 2-4 years
Contact Person: - Rahul Kapase
Interview Date: 25th Aug 2018 (Saturday)
Timing: 9:00 AM to 3:00 PM

Job Description:


Experience in Automation Framework Designing, Executing and maintaining automated test scripts.
Good working experience and knowledge of Selenium Webdriver & strong SQL knowledge.
Good Java script knowledge
Tracking, Bug Reporting activities and Risk Analysis.
Having Very good knowledge SDLC, QA process and AGILE methodology.
Good analytical skills and should be able to understand and scope requirements and prepare test scenarios, test conditions and test cases.
Good knowledge of VB Script
Able to understand and design Automation Framework Hybrid, DataDriven, Keyword Driven
Good in understanding business requirements and convert them into Test Script


Job Specification / Skills


2+ years experience with Selenium Webdriver
In-depth knowledge of testing Web-based applications. Familiarity with SDLC, quality standards and test methodologies.
Experience working in an Agile development environment SCRUM is a plus
Experience writing front end test harnesses.
Experience with Selenium frameworks preferred
Having Experience in Software Testing, which includes Test case Authoring, Test Execution,
Defect Having Experience in Functional and Regression / Integration and Smoke testing.
Having Experience in using defect-tracking tools.
Having Experience in implementing Test plans, Test Frame Identifying and reporting the faults/errors using HP QC / QTP defect tracking tool.
Responsibilities include test script execution, data sourcing/data provisioning, defect analysis, and ensuring that proper test result documentation and processes are followed as per the test strategy.
Strong RDBMS SQL skills and strong backend testing.
Good understanding of testing concepts - STLC, metrics, defects life cycle
Tools such as Quality Center, QTP, Selenium
Excellent communication and presentation skills.



Primary Skill
Selenium
Java



Documents to carry:
Hardcopy of the resume
Printout of this email
Passport size photograph, Govt. Photo ID & Company ID card
Latest salary slip (preferred)
Latest Offer letter or Increment / salary revision letter from current employer
Payslips of last 3 months



Thanks & Regards,
Team HR
Capgemini

Wednesday, 1 August 2018

Job | Excellent Opportunity for QA-Automation at Pune

Experience required for the Job: 3 - 6 years
Annual Salary of the Job: 3.00 - 15.00 Lacs
Job Location: Pune

Greetings...
We are Looking QA-Automation expert for Pune Location and who can on board by Aug 2018 
Client : Tavisca Solutions ( Payroll Company) - Pune 
Skills required : QA Automation with :-
- C# with Selenium ( 3 to 6 Yrs ) 
- Java with Selenium ( 4 to 6 Yrs)
Interview : Sat- 4th Aug 2018 at Pune-Viman Nagar 
 Please share your below details along with updated resume on balbeer.singh@talent21.in 
Yrs of Exp in QA Automation :
Yrs of Exp In C# :
Yrs of Exp in Java :
Yrs of Exp in Selenium :
C CTC :
E CTC :
Notice Period :
C Company :
Slot for Sat Interview : 

Best Regards,
Balbeer Singh
9967122199

How to install Maven on Windows

1. To install Apache Maven on Windows, you just need to download the Maven’s zip file, and  Unzip it to the directory you wish to install, and configure the Windows environment variables.

2. Make sure JDK is installed, and “JAVA_HOME” variable is added as Windows environment variable.

3. Download Apache Maven

Visit Maven official website, download the Maven zip file.


4. Unzip it to the folder you want to install Maven.
    Assume you unzip to this folder – D:\apache-maven-3.5.4

5. Add both M2_HOME and MAVEN_HOME variables in the Windows environment, and point it to your Maven folder.



6. Update PATH variable, append Maven bin folder  %M2_HOME%\bin, so that you can run the Maven’s command everywhere.

7. Verify it by run mvn –version in the command prompt. Following message will displayed.


If you see a similar message, means the Apache Maven is installed successfully on Windows.