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

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 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1658


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1784


Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu

1778


write test cases for hospitality management system

2025


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

2054






Explain the scalability testing?

659


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3319


Explain the gray box testing?

720


1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.

2228


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1895


Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.

2089


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.

3086


Explain the monkey testing?

664


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3074


Define some of the attributes of a test case?

687