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 |
how do you test a calendar ?
1)can u tell me, what is the roles and responsibles for database tester in DB testing from requirement stage to UAT stage....2) what are the i/p documents he wants and who wil give the i/p docs. to DB tester.and tell me what exactly db test case means what?
List 5 words that best describe your strengths.
What is un-installation testing?
How do u test any "web-site" as a secure site...? or How do you test the security of a web-site...?
how to identify the test scenario
How to arrive Testcase? and how to write testcase for email address? please any one of the write answer send my id
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
product is ready to release you found defects but you can not postpone it? How will you handle it??
As a testing engineer what to do if same defect is occured again in the software??
how to distinguish between session cookies and persistent cookies while doing cookies testing??
What is known as data-driven testing?