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
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?
Explain the format of a requirement traceability
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
Explain the unit testing?
Define some of the attributes of a test case?
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
What is gray box testing?
What is quick test professional and what test environment it supports?
What is Initial Configuration?
How to write test cases or test scripts for UAT testing which is done manually
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.
I want 100 test scenario for gmail
what is the test plan for ms-word
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.