Skip to main content

Jr. Test Engineer @ YOB INDIA

Job Summary
Verifies that product operates as designed. Provides technical expertise in testing and product knowledge. Provides accurate estimates and reports of test progress. Writes and execute Test Procedures, and under direction, Test Plans.

Essential Functions
  • Tests software releases during the product development.
  • Reports test results and enters problems and issues into the bug database.
  • Monitors and updates bug reports as needed including bug report closure.
  • Configures necessary hardware and operating environments as needed to complete assigned testing.
  • Provides technical expertise on specific products, operating systems and specialized environments.
  • Writes or assists in the development of test plans and test procedures.
  • Completes assigned test-related tasks.
  • Manages the defect database under the guidance of senior QA engineers.
  • Assists in the automation of relevant test procedures.
  • Assists in review of test processes as they are developed.

Expectations
  • Demonstrates the ability to analyze a problem and complete detailed reports.
  • Able to methodically produce the steps which exhibit bugs in the product and be able to reproduce and communicate these steps.
  • Shows initiative in gaining in-depth experience in areas of technology relevant to testing of company products.
  • Shows initiative in gaining theoretical knowledge in software testing.
  • Works well in a team environment and alone.
  • Has ability to adapt to the changing needs of a project.
  • Has ability to meet deadlines.
  • Has strong communication skills, both in writing and orally.
  • English: can read and write well enough to be able to communicate with peer QA and Development engineers regarding software defects.

Qualifications
  • Education: Bachelors degree in computer science or relevant experience.
  • Sufficient knowledge/experience working with Microsoft or Linux/UNIX-based operating system(s)
  • Knowledge of Microsoft Office tools.
  • Familiarity with testing methodologies and the defect reporting process.

Technical skills
  • Experience: 1 to 5 years testing computer software.
  • Experience with networking and/or communications protocols.
  • Knowledge of programming languages and source control systems.
  • Experience or training programming in Java/J2EE/Junit
  • Experience with automated testing tools.

Interested candiadtes may forward their resumes through Email : hr@yob.co.in





YOB INDIA Pvt. Ltd.
www.yob.nl

Comments

Popular posts from this blog

How to generate POJO's from Database for HBM or Annotated java beans?

This document will provide steps to reverse engineer POJO’s from Database tables for Hibernate mappings. Step 1 : Open Netbeans IDE and Create Project (Click to enlarge image) Step 2 : Create Hibernate configuration file Provide Database details with dialect Click finish button and it will generate ‘hibernate.cfg.xml’ files. Step 3 : Using Hibernate reverse engineering Wizard create ‘hibernate.reveng.xml’ file Click Next. Select Database tables to generate DAO’s. Click Finish button this will generate ‘hibernate.reveng.xml’ file Step 5 : Create POJO classes. Option One: For HBM mapping file Option Two: For Annotations Click finish button and it will generate POJO (DAO beans) into provided package. Ping me if you need any further help.

Chalata Hai???

I was reading article about logical Indian on Facebook. This very much discussed topic, punctuality of Indians for committed time. It is my experience that we Indian always take 5 to 10 mins liberty for committed appointment. This is part of “chalata hai” attitude. I wish we will able to get rid of such common habit. This also gets reflected in professional work. Software companies follows agile plan daily standup meeting. When senior member makes it mandatory to attend meeting then people somehow try’s (yes people literally tryJ) to come meeting and most of the time 2 to 5 mins late. Then question can we not able manage for 5/10 mins early than planned meeting. When working with other country people, I had experienced they make sure reach 5 to 10 mins before appointment. But we always give excuse about traffic but how come it happens every day and every meeting. It is “Chalata hai” attitude. Same attitude reflected when crossing red light, cutting lane, overtaking and b...

AJax

AJAX = Asynchronous JavaScript and XML AJAX is not a new programming language, but a new technique for creating better, faster, and more interactive web applications. With AJAX, a JavaScript can communicate directly with the server, with the XMLHttpRequest object. With this object, a JavaScript can trade data with a web server, without reloading the page. AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages. The AJAX technique makes Internet applications smaller, faster and more user-friendly. AJAX is based on Internet standards AJAX is based on the following web standards: JavaScript XML HTML CSS AJAX applications are browser and platform independent. AJAX is about better Internet-applications Internet-applications have many benefits over desktop applications; they can reach a larger audience, they are easier to install and...