Home/qa interview questions/Page 5
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What distinguishes a build from a release?
Build A build is a copy of the program or application that the development team gives to the testing group. Testing needs to be done on the build version of the software. Normally, a build version is used for sanity testing. The software's build version is created more frequently than its release veRead more
Build
A build is a copy of the program or application that the development team gives to the testing group. Testing needs to be done on the build version of the software. Normally, a build version is used for sanity testing. The software’s build version is created more frequently than its release version. The testing team receives an installable software build with a number assigned to it from the development team.
Release
The release is the term used to describe the program that the testing team distributes to the final users. Software no longer needs to be tested after it has been released. The software’s release versions are created less frequently than its build versions. Testers or developers assign the number to installable software before it becomes live to the customers.
See lessDescribe testware
Testware is any test-related artifact required to prepare and carry out a test, such as test cases, test data, and test plans.
Testware is any test-related artifact required to prepare and carry out a test, such as test cases, test data, and test plans.
See lessWhat distinguishes software testing from quality assurance?
QA (Quality Assurance) is a structured approach to verify whether or not the software product under development meets an organization’s quality standards. You might use software testing to confirm the final product satisfies user needs and operates as expected.
QA (Quality Assurance) is a structured approach to verify whether or not the software product under development meets an organization’s quality standards. You might use software testing to confirm the final product satisfies user needs and operates as expected.
See less