2016 - All About Testing 2016

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.

Sunday, 18 September 2016

Java Concepts for tester

Java Concepts for tester Abstraction is a process of hiding the implementation details and showing only functionality to the user. There are two ways to achieve abstraction in java Abstract class (0 to 100%) Interface (100%) An interface in java is a blueprint of a class. It has static constants and abstract methods only. The interface in java is a mechanism to achieve fully abstraction.          interface printable{           ...

Read Whole excel file in Selenium Webdriver using JExcel

Selenium support only browser automation so for reading and writing with Excel files we have to user third party API like JExcel and Apache POI. here we are using JExcel For this, we have to download jxl.jar file. For downloading this jar file search on google for “download jxl.jar file” or click on below link http://www.java2s.com/Code/Jar/j/Downloadjxljar.htm download the zip file. extract the same. Now Add the jxl.jar file to project. Right Click on project then Click on Build path> then Click on configure build path then Go...

Friday, 22 July 2016

My Manual testing interview at Infosys BPO

I got the mail from naukri.com for the skill set "Functional Testing with UNIX + SQL" No of Rounds 1. First, they took an aptitude on SQL and Manual concepts. 2. HR round 3. Telephonic Technical Round (adsbygoogle = window.adsbygoogle || []).push({}); The first round is aptitude test which includes multiple choice questions there are two sections  1. SQL -  Basic 2. Testing - ISTQB questions and answer Second round is HR round In this round, HR ask about my previous organization experience Are you ready to locate How...