ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Test Cases
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
Could someone answer the following testing Questions?
1)Give 5 reasons why a build can be released with bug

2)Write a bug report for a word processor program which
crashes when the 
contents of 89th column is been sorted in assending order.

3)write test 10 cases for program which has a table with 2
fields of NAME 

od char type and CLASS of INT type.NAME fields is truncated
after 26 
charaters and CLASS takes value between 1 to 9 both included.

There are 3 possible opearations program can perform

a)When a new student joins the class the program adds a new
field

b)When student leaves the class the field get deleted 
c)when student gets promoted then program incremts the class
by 1

Write 5 test cases for the scenario.

4)write 10 test cases for a program that takes date in
dd/mm/yyyy format  

and prints it out with a increment of 1.

for dates (dd) can be given in the range 1<=dd>=30
for months (mm) can be given in the range 1<=mm>=12
for years(yyyy) can be given in the range 1600<=yyyy>=9999


5)Give 5 bugs that could cause a program to crash when it
printed the 
999999 th pages 1000001th line.

 Question Submitted By :: Arch
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
Answer
# 1
1)Give 5 reasons why a build can be released with bug
A:The build is not released with bugs.To know whether the
application is working according to requirements the build 
is tested.but intentionally the build is not released with 
bugs.
reasons may be:
1.poor requirements
2.developers may not have preior experience
3.mis communication between the team 
4.changing requirements
5.time pressure
6.software complexity
 
Is This Answer Correct ?    4 Yes 13 No
Shailaja
 
  Re: Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
Answer
# 2
Build can be released with bug only with the following 
scenarios.
1 Bug severity is not effecting the functionality of 
product.
2 Test team has got the update that in the next build this 
bug will be fixed.
3 Time constraint.
 
Is This Answer Correct ?    15 Yes 0 No
Kapil
 
 
 
  Re: Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
Answer
# 3
1) 

a) Bug is of low severity and an alternate is available.
b) The module containing bug is isolated from the intended 
users.
c) Bug is not on priority for the BAs to be resolved in 
that release cycle.
d) Bug is cosmetic and of low priority.
e) Time constraing unless the bug is a major OR critical 
one.

2) 

Application: Word processor program i.e. WPP
Severty: Critical
Priority: Major
Platform: Microsoft XP (SP 3)
Reproducibility: Everytime

Issue:  WPP which crashes when the contents of 89th column 
is been sorted in assending order.

Steps to Reproduce:
1. Start  WPP
2. Add 100 columns
3. Add 2 rows
4. Add data in rows
5. Apply Ascending filter on row 89th by navigating Data 
tab > Filter
6. Click on Filter icon button on 89th column
7. Once data in the colmn is arranged in Descending order, 
again click on Filter icon button on 89th column to have 
data in ascending order

Instead of re arranding data, WPP crashes.

3)

1. Try to add a student for 15 for class 1-9, it should be 
added.
2. Try to add a student for 0 character for class 1-9, It 
should not be saved as name is required.
3. Try to add a student for 27 character for class 1-9 and 
validate truncation of name upto 26th character.
4. Try to add a student for 1 character for class 1-9, It 
should be added
5. Try to add a student for 26 character for class 1-9, It 
should be added
6. Try to add a student for 1-26 characterm for class 0, It 
should not be added
7. Try to add a student for 1-26 character for class 1, It 
should be added.
8. Try to add a student for 1-26 character for class 5, It 
should be added.
9. Try to add a student for 1-26 character for class 9, It 
should be added.
10. Try to add a student for 1-26 character for class 10, 
It should NOT be added as there is no class 10th.


Duplicacy:

While saving duplicate data for same class, system should 
alert user to save the name in a different format? But 
since it is character type only. how would we do that? May 
be DOB, Mother's maiden name

Student leave the program

11. Validate that student Name field Against the Class 1-9.

Removing duplicate data? System should alert by giving 
details like Father Name, DOB, Mother's maiden name to 
confirm deletion

12. Student gets promotion....

1. Class 1-8 gets promotion: Validate if class is 
incremented by 1.
2. Class 1-8 gets promotion: Student name is entered 
against incremented class.
3. Class 1-8 gets promotion: Name is deleted from previous 
class for the student who is just promoted.
4. Class 9 student gets promotion: Validate if student Name 
is deleted from class 9 who is just promoted.

4)

ddmmyy Boundry value Analysis Negative

0/0/1599 > Not Allwoed
0/0/10000 > Not Allwoed
0/0/1700 > Not Allwoed
0/1/1700> Not Allwoed
31/1/1700 > Not Allowed
1/0/1700 > Not Allwed
30/13/1700 > Not Allowed
31/13/1700 > Not Allwoed
0/12/1700 > Not Allowed
30/12/1700 > Allowed and validate if it prints in 31/12/1700
30/10/1599 > Not Allowed
30/10/10000 > Not Allowed
 
Is This Answer Correct ?    8 Yes 3 No
Sandeep Garg
 
  Re: Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
Answer
# 4
0/0/1599 > Not Allwoed
0/0/10000 > Not Allwoed
0/0/1700 > Not Allwoed
0/1/1700> Not Allwoed
31/1/1700 > Not Allowed
1/0/1700 > Not Allwed
30/13/1700 > Not Allowed
31/13/1700 > Not Allwoed
0/12/1700 > Not Allowed
30/12/1700 > Allowed and validate if it prints in 31/12/1700
30/10/1599 > Not Allowed
30/10/10000 > Not Allowed
 
Is This Answer Correct ?    0 Yes 1 No
Akhil
 
  Re: Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
Answer
# 5
Hi,

I am aware of these questions thanks for posting and these 
are very helpful , one query can anybody post latest 
question asked in August 2009 in Adobe 

Thankful to all!!!!!

satijaa.tarun@gmail.com

Regards

Tarun
 
Is This Answer Correct ?    0 Yes 0 No
Tarun
 

 
 
 
Other Test Cases Interview Questions
 
  Question Asked @ Answers
 
can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that Wipro6
write a navigation for object repostory  4
Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3 Satyam1
plz tell how to test this: We have to change the password of password field the condition is:The password will expiry after 30 days and that should not allow last 12 similar passwords.... ACS2
testcases for biggest of three numbers?plz give the answer IBM5
how to testba storedprocedure? CSS1
You have to give me test cases for sending a mail through outlook express. Mind-Tree2
testcases for the additon of 2 numbers write negative and postive cases Societe-Generale3
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution ME1
how do you write the test cases? Satyam3
write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whether 3 sides do indeed form a triangle or not if they do then state whether the triangle is scalene, isoceles or equilateral. Note that the sum of any two sides of a triangle should be greater than third side. A+B>C B+C>A A+C>B. need urgently. thank u... by priya Stag-Computers5
hi, please anyone write test case for "Print" screen  1
How to perform a stress test on an ATM machine? (Note ATM is a Bank ATM say Citibank, IICICI etc)  6
how test cases can be made for a software  3
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?  1
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance. Siemens4
what are the possible test cases of an VOIP phone Adobe2
what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??  2
How does one write Test Cases?  5
Please let me know how to write a test case for Pen and washing machine.  3
 
For more Test Cases Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com