Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the DIFF Between PROJECT AND PRODUCT?When Company
will need Product?

Answer Posted / g.manikandan

Project:
we collect all information from the client and develop
the project for that particular client ,this is called
project.

project is developed to single user.

product:
we sell the product to the public customer is called
product.
product is commercial purpose.
example.... c,c++,java.

product is developed to multiple user

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many ways is to parameterize the value?

1080


How to connect the remote desktop using QTP 9.2 explain the method or procedure?

3227


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

1954


What is post recovery scenario?

2197


how to test Web application using QTP software

1965


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

2037


What is reusable action?

1035


how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?

1693


what is stepin & stepout?

1796


How to export quicktest professional (qtp) results to an .xls file?

1101


Hello friends..... On which areas of an application we can not test with QTP

2034


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

4241


how to write xml output check point bu useing descriptive programing .means without useing output check point

2063


What are the different attribute used with regular expression?

917


After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans

2092