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 Posted / kapil

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 ?    35 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write all test cases for Bus Pass Renewal

1086


Explain the branch coverage testing?

705


Test a file replication service that copies files from one net location to another

2059


What is the logic testing?

776


please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )

3514






how to write a test procedure & test log for login system

2772


write the testcases for migrating data from one database to another database?

1904


What is the state testing?

726


Write a test case for computer keyboard?

787


If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?

1740


Explain the state testing?

639


Explain the domain testing?

674


How to write email id in world wide web

1439


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2206


what is black box system in software development in system analysis and design?

1660