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 |
what is entry / exit criteria and pass / fail criteria ?
what is the FURRRPSC model?
where do u store Testcases and where do u store versions
what is Project Sign Off?what you consider at this point?
WHAT IS GUI TESTING
What is meant by YUI testing?
can u plz give an example for regression testing with example.
Pls give examples for 1. High severity and high priority. 2. High severity and low priority. 3. Low severity and high priority. 4. Low severity and low priority
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
What kinds of testing have you done?
i need the brief explanations fo following question. # 1 1. type of action, 2. smart identification, 3. check points, 4. script to invoke web browser, 5. wot is get ro & getto property, 6. can you set a value in runtime, 7. wot is the use of bitmap checkpoint, 8. diff between dim & redim, 9. wot is function & Sub procedure,10. how u declare constant value. 11. wot is output value , 12. virtual object, 13. write script to retrieve data from the DB, 13. Types of frame works explain them brieflly
whta is compile module?