Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
1.1 KiB

# QA reporting
The International Software Testing Qualifications Board (ISTQB) glossary defines a QA report as: *Documentation summarizing test activities and results*.
By documenting the testing that was conducted and the results that were achieved, QA reports provide valuable insight into the health of the code base and critical metrics. As such, they should be generated on a regular basis to ensure the quality standards are being met.
So basically, test reports should document all of the test cases that were performed during software testing, as well as the results of those tests. They should also deliver relevant information about the product and highlight any areas where improvements can be made.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.netguru.com/blog/how-to-write-qa-report'>How do you write a QA report?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.qatouch.com/blog/how-to-write-qa-test-summary-report/'>How To Write QA Test Summary Report? [13 Easy Steps]</BadgeLink>