May 2018 - All About Testing May 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.

Wednesday 2 May 2018

Honeywell Written Interview Question

Find the output of the following Programs:

1. public class Script1
   {
public static void main(Object[]args){
int result = add(1, 2);
System.out.println(result);
   }
   int add(int x, int y)
        {
   return x+y;
        }
double add(int x, int y)
{
  return x+y;
}
   }


2. public class Script2
   {
public static void main(Object[]args){
String str1 = "Hello";
String str2 = "Hello";
String str3 = new String("Hello"); //Using constructor

if(str1==str2)
   Sysout("Equal 1");
else
           Sysout("Not Equal 1");

if(str1 == str3)
   Sysout("Equal 2");
else
   Sysout("I am constructed using constructor")

if(str1.equals(str3))
          Sysout("Equal 3")
else
  Sysout("Not Equal 3")


3. interface IParent
   {
void printValue();
   }
   interface Iparent_New extends IParent
   {
void demoPrint();
   }
   public class DemoClass implements IParent_New
   {
public static void Main(String[]args)
{
  IParent_New parent_New=New DemoClass();
  parent.New.demoPrint():
}
public void demoPrint()
{
   Sysout("Inside demoPrint");
}
   }


4. try{
try{
res=num/0;
Sysout("The result is" +res);
   }
catch(ArithmeticException e)
{
Sysout("divided by zero");
throw new FileNotFoundException();
}
catch (FileNotFoundException e)
{
Sysout("File not found");
}}
catch(Exception e)
{
Sysout("Exception Found");
}


5. class Animal
{
String getColour()
{
return "Black";
}}
   class Dog extends Animal
{
String getColour()
{
return "White";
}
}
   public class Script2
{
public static void main(Object[]args)
{
Animal animal = new Dog();
Sysout(animal.getColour());
}
}


6. class Maps
{
public static void main(String[]args)
{
HashMap obj = new HashMap();
obj.put("A", new Integer(1));
obj.put("B", new Integer(2));
obj.put("C", new Integer(3));
System.out.println(obj);
}
}


7. Write a program to find wheather given no is Armstrong or not.
Example: Input - 153
Output - 1^3+5^3+3^3 = 153, so it is Armstrong no.

8. Write a program to Sort a given array without using library functions.
Array arr = {5,7,1,9,200,90,10,50,80}

9. Write a java program to count the number of words in a string.
String str = "You are given an array of numbers.Find out the array index or position.";

10. int count =0;
if(++count>0 && count++<2)
Sysout("Inside IF");
else
Sysout("Inside Else");

11. class evaluate{
public static void main(String[]args){
{
int arr[] = new int[] {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
int n=6;
n = arr[arr[n] / 2];
Sysout(arr[n] / 2);
}}

Job | Opening for Manual and Automation Tester

Job opening for Software Tester (Experience in Manual and Automation both).
Experience required:4+ years
Location: Pune (Pimpri Chinchwad)
Notice Period: Immediate to 15 Days.

Job Description:
Experience in Manual and Automation Testing.
Experience designing test cases and execution strategies.
Experience testing web applications using multiple browsers/versions.
Reviewing and analyzing product requirements for clarity and consistency with existing features.
Providing test effort estimation based on the requirements.
Creating and executing test cases. Preparing reports.
Do documenting and verifying defects.
Finding clear reproduction steps for issues reported by other team members.
Verifying builds for quality before and after production deployment.
Software QA Blackbox experience.
Understanding of general QA methodology and planning.
Excellent at written and oral communication.
Methodical approach to solving problems.
Good understanding of web-based and mobile application s
Extreme attention to detail.
Design, write and execute detailed test cases across Android & iOS application.
Very good understanding of Mobile App Testing Processes and Concepts
Experience in the Automated testing of web-based software applications.(HTML, Java & JavaScript).
Experience with Selenium or similar automated testing framework.

Interested candidates can share the updated cv on soumya@ambab.com
with following details.
Relevant Exp:
Current CTC:
Expected CTC:
Notice Period:

Visit us at www.ambab.com