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 / akhil
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 ? | 1 Yes | 3 No |
Post New Answer View All Answers
how to write test cases for smart meter for gas and electricty
How to test Webservices and how can we write test cases for that
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
What is the state testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
What is use case testing?
Explain the scalability testing?
Explain the static testing?
Explain the domain testing?
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
what is the test plan for ms-word
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
How to test a stored procedure?
Explain the acceptance testing?