wht is the diff bt patch, build and version?.developer will
send to test weather patch or build to tester?
Answers were Sorted based on User's Feedback
Answer / bapu
Patch:A patch (sometimes called a "fix") is a quick-repair
job for a piece of programming. During a software product's
beta test distribution or try-out period and later after the
product is formally released.
i m adding one more word,i.e Release.
Build:Builds and releases are similar, because both builds
and releases are end products of software development processes.
"Build" refers to software that is still in testing, but
"release" refers to software that is usually no longer in
testing.
A build is the process of compiling and testing source code.
Release:Release is that which we finally hand it over to the
client of the project after the development and testing
phases are completed.
Version:Version is the number of releases made according to
the addition of the requirement of the client.
Eg:The released version of a software product has an unique
numerical identifier.This is typically expressed as three
numbers, separated by periods, such as version
1.2.1.,1.2.3..etc.this one commonly followed structure for
these numbers is:
major.minor[.build[.revision]]
In releases,the "major" number is increased when there are
significant jumps in functionality, the "minor" number is
incremented when only minor features or significant fixes
have been added, and the "revision" number is incremented
when minor bugs are fixed.
If I'm wrong please correct me.
regards
BAPU
| Is This Answer Correct ? | 21 Yes | 1 No |
Patch: which allows u to enter into build (like a link)
Build: consist the application which we are executing.
In a Version No.of builds will present (depends on
Testing).
Version : after the product is delivered (Ex:Version #1),
if the customer wants new things to update in Version #1
.The developers will add new things in the old Version #1
code,then it is released as Version #2.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / praveen
what bapu has said is exactly correct.keep it up bapu
| Is This Answer Correct ? | 1 Yes | 0 No |
Can anyone let me know that what would be done by the tester if bug status changes to DUPLICATE,means what kind of action or process should be done by tester?
date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
What r the checklist to review testcase?
what is the format of test report?
Would u provide the exact differences of test case and test conditon 2)test case and use case 3)test suite and test scenara
what is Non-Functional testing? & their types?
who will assign severity & priority
8 Answers IBM, Value Momentum,
how to intaract with clint? which purpose? plz tel me
How or why testing is associated with the term "BOTTLE NECK"
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.
What is Version Control?
How many types of applications are available for a Test engineer to test? In detail? PLZ.