What is the difference between BUILD,RELEASE & VERSION ?

Answer Posted / allwin

BUID is process of converting sourece code in to executable
code (.exe).

RELEASE is a process of delivering the project to client

VERSION is a name given to the project according to its
release.
(Oracle 8i,Oracle 9i)

V.Allwin.
helloallwin@gmail.com

Is This Answer Correct ?    11 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are two formats of WWN defined by the IEEE?

1562


EXPLAIN HISTORY OF SOFTWARE ENGINERRING? ISO & CMM certification and its use in context to software testing

1514


The purpose of the requirement phase is

615


Explain software testing strategies?

615


In which order should tests be run?

609






wat r d schedules for testing?

2047


What is utilization?

640


What is negative and positive testing?

604


What is test driver?

608


What is the difference between top-down and bottom-up testing?

517


What is 'test plan driven' or 'key word driven' method of testing?

632


What is the negative and positive testing?

656


why is waterfall model not good?

708


What is interface analysis?

622


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

2615