Thursday, March 19, 2009

Adobe Test pattern for QE

I attended for position of QE Black box testing . Following is the pattern of written test.

Part 1:
-----------
Data Interpretation. - Read a passage a we need to answer the questions(It is easy)

Part 2:
---------
Analytical ability - All Logical Questions. No aptitude,No Geometry,No formulas. Plain logic.

Part :
--------
Testing questions (Objective)

1. Winzip is what type of compression?
2. Virtual memory is used.
3. What will be there in task manager of windows.
4. What is verification and validation
5. How many number of test cases needed for testing the initialization of the for loop.
6. How the testers will develop good relation with developers?

All are objective questions. Easy to answer . But the problem is there are more than one answer . we should be careful in selecting the answers.

Testing Subjective :
----------------------------
1. While printing a long document of 100000 lakh pages there was an exception at 99001 page. Give the possible reasons?
2. Provide the possible reasons when we decide not to fix a but(Means it is bug but we dont fix in the release)?
3. There is a program which takes date between 01/01/1600 and 01/01/2000 and increments the date and prints the date. Write 10 test cases for testing the program?
4. There is spread sheet document using which we can store the numbers and we can sort the numbers in ascending or descending order. But If we try to sort the numbers in column #99 in ascending order then exception is coming. Write a bug report for this.
5. There is a data base in a school which can perform following things and the columns in the data base are student_name varchar(10),class int(10). If we try to store the data more than 10 characters in name field then it will truncate. It will take values for class field between 1 and 10.

The data base performs following operations ;

1. When a new student joins the it adds to the data base.
2. When a student leaves then it removes the student from the data base.
3. When a student is promoted then it will increment the class.

Write 5 Test cases to test the application.

Tuesday, March 10, 2009

first blog

Hi,

This is my first blog. I am planning to write blogs on testing based on my experience and knowledge. Please provide your views and thoughts on my blogs.

regards
sudhakar