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
How many ways is to parameterize the value?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
What is post recovery scenario?
how to test Web application using QTP software
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is reusable action?
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?
what is stepin & stepout?
How to export quicktest professional (qtp) results to an .xls file?
Hello friends..... On which areas of an application we can not test with QTP
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
how to write xml output check point bu useing descriptive programing .means without useing output check point
What are the different attribute used with regular expression?
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