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 |
WHAT IS PROTOCAL TESTING..EXPLAIN? L2, L3 PROTOCALS TESTING MEANS WHAT?EXPLAIN BRIEFLY
what is a functionality
If I have a dialog in which there is a text field that when I enter “abcd”, hit <enter> and the output comes out “8”, how do you test it?
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.
why u choosen testing as a career after complation if mba
What is compatibility testing? Is there any certification available for testing, like MCP etc..?
Based on what doccuments do you start scripting?/ Testing?
How many types of api testing are there?
What is a Scenario Matrix's document?
What is TRR ?
What is QTP? What is Regression and retest? What is end to end testing? What is Latest QTP version and TD version? TD is test mgmt tool or resource mgmt tool? Why QTP and WR is called mercury interactive tool? Difference between end to end and system testing? Types of Testing performed in your project? What is testing component? What is test script?
what is diff b/w smoke testing & sanity testing?