what are the templates for daily,weekly and monthly reports?
plz reply ASAP.
Answer / Arpit Kapoor
For creating daily, weekly, and monthly reports, you can use predefined templates based on your requirements. Here's an example structure for each type of report:
1. Daily Report Template (Example):
```
Date: {DATE}
Section 1:
- Section 1 Item 1: {SECTION_1_ITEM_1}
- Section 1 Item 2: {SECTION_1_ITEM_2}
...
Section N:
- Section N Item 1: {SECTION_N_ITEM_1}
- Section N Item 2: {SECTION_N_ITEM_2}
```
2. Weekly Report Template (Example):
```
Week starting on: {START_DATE} - ending on: {END_DATE}
Section 1:
- Section 1 Item 1: {SECTION_1_ITEM_1_WEEKLY}
- Section 1 Item 2: {SECTION_1_ITEM_2_WEEKLY}
...
Section N:
- Section N Item 1: {SECTION_N_ITEM_1_WEEKLY}
- Section N Item 2: {SECTION_N_ITEM_2_WEEKLY}
```
3. Monthly Report Template (Example):
```
Month: {MONTH} - Year: {YEAR}
Section 1:
- Section 1 Item 1: {SECTION_1_ITEM_1_MONTHLY}
- Section 1 Item 2: {SECTION_1_ITEM_2_MONTHLY}
...
Section N:
- Section N Item 1: {SECTION_N_ITEM_1_MONTHLY}
- Section N Item 2: {SECTION_N_ITEM_2_MONTHLY}
```
| Is This Answer Correct ? | 0 Yes | 0 No |
Did any one worked on banking domain? banking projects? can anyone pls share their experience with me?
How to prepare tracability matrics
1. What is the difference betwwen Test condition and Test Scenario 2. What is the differnce between Test Conditon and Test Scenario
1 Answers Ness Technologies, Saitech Data Systems,
Give me an example when black box testing will not able to detect a bug which white box will detect?
What is the initial stage of testing?
How to test URl of a website manualy?
What is Dialog Application? Tell me in details about it? Thankd in Advance
What is a Show Stopper?
what is pareto analysis?
how can u differentiate intgration test cases with functional test cases
what is internalization?
After resolving bug, You immediately do regression testing or later?