Home › Forums › Software Testing Discussions › Test Coverage in Manual Testing
- This topic has 4 replies, 4 voices, and was last updated 3 years, 10 months ago by Jahnvi.
-
AuthorPosts
-
October 28, 2020 at 9:28 am #25466
Hello All, I am new in this community and I am preparing for some manual testing interview questions for the position of QA engineer. I want to know what is test coverage and how it works? Can anyone know about this, please elaborate to me.
October 31, 2020 at 9:13 pm #25513Hello Adi Sharma, welcome to the community!
Test coverage helps to evaluate how much testing is needed and to gather confidence about a product before releasing to production.
Test coverage itself can be anything that ranges from functionalities, browsers to devices. In the end it acts as a guide to make sure that product has been tested for known variations.
Good luck for your interview 🙂
December 3, 2020 at 4:15 pm #25651Test coverage<span style=”color: #202124; font-family: arial, sans-serif;”> is defined as a technique that determines whether our </span>test<span style=”color: #202124; font-family: arial, sans-serif;”> cases are actually covering the application code and how much code is exercised when we run those </span>test<span style=”color: #202124; font-family: arial, sans-serif;”> cases. If there are 10 requirements and 100 </span>tests<span style=”color: #202124; font-family: arial, sans-serif;”> created and if 90 </span>tests<span style=”color: #202124; font-family: arial, sans-serif;”> are executed then </span>test coverage<span style=”color: #202124; font-family: arial, sans-serif;”> is 90%.</span>
<span style=”color: #3d3d3d; font-family: merriweatheritalic; font-size: 20px;”>Test coverage is an important indicator in software testing in terms of quality and effectiveness. Read this blog to understand test coverage, its techniques, metrics, matrix and how to improve it.</span>
December 4, 2020 at 5:51 am #25663Thanks Everyone for your suggestion and I would like to share with you I have selected in my interview with the help of this awesome list for manual testing interview questions.
January 20, 2021 at 7:22 am #25817Test coverage defined as a metric in software testing that measures the amount of testing performed by a set of test. It will include gathering information about which part of a program are executed when running the test suit to determine which branches of conditional statements have been taken.
In simple terms, it is technique to ensure that your test are testing your code or how much of your code you exercised by running the test.
ASP.Net Software Development
-
AuthorPosts
- You must be logged in to reply to this topic.