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 / shailaja

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 ?    8 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you write test plan and test case?

1916


Why is it that the boundary value analysis provides good test cases?

791


write test cases for hospitality management system

2044


Write a test case of login window?

724


What is gray box testing?

722






explain end to end scenario's for online Money transfer in Banking Domain?

1418


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

918


write test cases on file open dialog box in notepad

1201


hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com

1824


Explain the branch coverage testing?

710


Do you know mutation testing?

706


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

2064


There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

3098


What is component testing?

742


pls i want test cases for oss? whts the process of oss testing

2010