What are release notes and what it contents?
Answers were Sorted based on User's Feedback
Answer / bharath.v
The Release notes given with Build.
The Release notes contains Following items
1,About the Release
2,Compatible Products(OS,Database server)
3,Upgrades
4,what are the Issues are Fixed status
5,Test Cycle ID
6,Deliverable inventory
7,Installation Instructions
8,Known Errors and Problematic Features
9,In case of any issues the primary Reporting authority
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shital
we prepare release note at the end of project and give to the client.
content of release note:
1 list of known issues or open defect.
2 list of plateform in which product is tested.
3 list of plateform in which product is not tested.
4 list of bugs we fixed in this release which founded in previous release.
5 list of featured modified or added in current release.
6 procedure to install software.
| Is This Answer Correct ? | 5 Yes | 1 No |
What is the difference between Smoke Testing & Sanity Testing?
What are 5 common solutions to software development problems?
exactly what is the purpose of configuration mgt tool? also give some examples?
Hi Everybody ,how can i explain the testing projects in the interview point of time? Please let me know .if it is insurance project, what procedures can i follow ?
define metrics? give me a brief detail about it?
Hi, I am planing to give ISTQB - Foundation level exam. Can anyone forward the ISTQB materials at laxmi_002@rediffmail.com mail ID.
explain bug cycle
give me an Example of UAT test cases What is functional and nonfunctional explain What is validation testing
What is the difference between santity & smoke testing?
What is the big deal about ‘requirements’?
What is difference between http and https
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.