In my Application, There are 40 MIS Reports.There is Start
& End Date box and Search button
to search reports.Again for Every report Print and Download
in PDF, CSV and Text option is there.
What will be the test cases? The test description for all
the reports will be same then should I have to write it for
each Report test repeatadly?
Please Guide Me.Should I have to write 3 test cases for
Download X report in PDF, CSV and Text.[40*3=120test for
only downloading]
Answers were Sorted based on User's Feedback
Answer / kuldeep kr. pankaj
You can write the test cases in following way :
A) 1. Verify the the correct data is displayed in reports
by selecting the diffrent range for the start date and end date.
2. Search the diffrent kind of reports by using the search
functionality & verify that correct reports are displayed.
3. Verify that report is printable & download successfully
in all formats PDF/CVS/Text.
The description of all the test will remain same.
B)You can write the test cases for each report repeatedly or
u can simply that "Verify the same test cases for each
reports"
C)You can write down the test cases for 1 report say as :
1. Verify that report MIS1 is download in PDF format
successfully.
2. Verify that report MIS1 is download in CSV format
successfully.
3. Verify that report MIS1 is download in Text format
successfully.
4.Verify that all the reports are download in PDF/CSV/Text
format.
Regards,
Kuldeep
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bhavana
Apply black box texhniques.
Bounday value analysis.
Write test cases for first data and last data and middle data
| Is This Answer Correct ? | 1 Yes | 1 No |
How would you determine the performance of a web application by looking at the values of ?Response Time? and ?Pages Per Second??
what is test harness and testability?
what is ISTQB and CSTE which one is the right choice ? plz let me know and it would be a great advantage for many tester
diff b/w alpha & beta testing? who will do this with examples? can u pls help in this topics
How would you approach measuring JavaScript code coverage?
What are the GUI Test Cases for calculator?
1. Testing engineer find a bugs but develper not accepted that bugs ? How do fixes the bugs?
what and how to do application testing?
If a company doesnt use a bug tracking tool then hw the tester reports the bug to the developer? plzz do answer its urgent.thanks in advance
Please give me any example of High severity and Low priority type of bug ?
what is test strategy and methodology ?what is the different between them?
why sql injection is injected in manual testing?