What is the difference between BUILD,RELEASE & VERSION ?
Answer Posted / dhrutisundar
BUILD-It is a piece of software that consists of some setup features,bug fixes and installed on the test server which need
to be tested by test engineer for stability.....or....in short
(it is a piece of software that is developed from the raw code).
RELEASE-A release is a complete setup feature developed,tested
and given to the customer for their usage...or...All the activities from the requirement stage to till it is installed in the production environment is known as RELEASE...or ... a release is a piece of s/w which consists of many builds.
VERSION-it is the modified part of the previous existing part with some additional features.
if i am wrong then give siome valuable comment
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What can static analysis not find?
Which types are testing are important for web testing?
What is JBOD?
I. Requirements are formally reviewed. II. Requirements are formally approved. III. Requirements are placed under configuration control. IV. Requirements are implemented in code. Using the above statements, when are requirements considered baselined? 1. I and II 2. I, II, and III 3. I, II, III, and IV 4. I only 5. I, III, and IV
What is the difference between testing techniques and testing tools?
What is Test Script Planner
What is memory leak and defect leak? Is there any harness testing? If yes, please explain?
Explain Peer Review in Software Testing?
What is a document version?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
what r the 2 subdivisions of quality process and where does tesing fit?
Explain what test plan is?
What is path testing?
What is memory leaks and buffer overflows ?
What is incremental analysis?