Write test cases for application which generates a word report of 500 pages and the report crashes while viewing it on the nth page. What would be test input and test cases for the above issue.

Questions by rambh80

Showing Answers 1 - 4 of 4 Answers

Sharavanan

  • Dec 25th, 2006
 

Functionality says:The system ( or the applications) will get crash when it generates nth ( here its 500) page report.Preconditions: 1. The application is installed in the system ( test environment set ups are done)Description/Action:1. Goto File -> PrintExpected Results:The system should be crashed when the 500th page is printingActual Results:(Check when u r executing this )

  Was this answer useful?  Yes

ram

  • Dec 29th, 2006
 

no actually the report generated  will crash randomly on any page , i need to write test cases in generalized manner such that to track the crash which can happen on any page. Is this the case if the report is of 1000 page i cannot write 1000 testcases saying that the report crashes on every page.

  Was this answer useful?  Yes

Sunny

  • May 11th, 2007
 


1. User interface : a. Check whether 500 pages have been presented by viewing page numbers randomly

2. Functional : Object : Whether the pages are showing content a. go to page no( 1,50,100,500) because we can't check every page
b. Open the page
c. View the page
Expected : Every page should be viewed
Actual : Pages are crashingthe system

  Was this answer useful?  Yes

Vaishali

  • Sep 5th, 2007
 

1. As we need to write test cases for 500 reports then we need to apply black box testing techniques
a. Boundary value analysis - [-1,0,1,499,500,501]
b. Equivalence Partitioning - [valid class - 1-500 abd Invalid class - <1 >500]
Based on this write test cases
2. Load Testing [Increasing number of users] and stress testing[Increasing data value]
I hope this would be helpful

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions