Answer Posted / a sameer
It is the product outcome of the testing , this report
should summarize all of the testing that was performed
during testing phase. This report can be produced once test
plan is completed, the tests like unit test, integration
test, system test, security test and user acceptance test
completed, and all associated test reports available.
This report is evaluated by Test leads or test manager or
test inspection team.
1. This report gives the status of the product tested
across various levels.
With the test summary report project management / customer
will be informed about
1 The current application quality
2 What are the areas covered under test
With this summary report project management / customer can
decide or estimate when the application will be ready for
public, decide if they require any correction / changes.
HOpe you might be clear with this
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
What is an error?
I am DD. I am working as a Tester in e-learning company? IS there scope for content testing? or i have to change to software testing. pls guide me...
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
What are the types of maintenance?
What r the features,u take care in prototype testing?
Test approach to windows scheduler?
What are bug leakage and bug release?
How we can test Cookies Manually?
Give me an example of something you tried at work but did not work out so you had to go at things another way.
Explain accessibility testing and its importance in the present scenario.
What are the uses of test plans? What is the need of test plans and explain their significance
approx how long a simple website take time just for manual testing including report generation.
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }