Tag: testerhelp
-
URI and URL
URI and URL are both Uniform Resource Identifiers, but they have different meanings. In other words, a URI is a more general term that can be used to identify any resource, while a URL is a specific type of URI that identifies a resource on the Internet. Here is a table that summarizes the key…
-
How can tester give feedback on quality developer’s output?
Testers can provide feedback on developer quality by looking at the following: 1. Code quality: Testers can review the code written by the developer to identify any architectural, design, or coding issues. They can focus on factors such as code readability, re-usability, maintainability, and overall efficiency. 2. Bug density: Testers can evaluate how many bugs…