What is the difference between functional spec. and
Business requirement specification?
Answers were Sorted based on User's Feedback
Answer / paresh d
Functional Requirements:- Functional requirements are
prepared by the system analyst. Its all about the
functionality for the software.
Business Requirement specification:- it is prepared by the
business analysts. It contains the business logic which is
going to execute into the software.
The difference between both the specification is the
functional requirement is techinical document
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / vengi
FS:Fs will be prepared by system analyst,implement SRS in
prepare of FS .in which covers what is the functions are
developde and systems used
SRS:given by client ,this for to capture the bussiness
logics for software
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / vengi
Function spections:which describe characterstics of product
for intended future
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sabarinath
BRS describes the system's functional as well as non-functional requirements like performance requirements, security requirements, availability requirements etc. On the other hand FRS deals with the functional requirements only
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pandu
Functional specification (FRS - Functional Requirement
Specification) is one which is prepared by Project Analyst
by using Business Requirement Specifications.
Main purpose of this is to understand the functionality of
the project.
Business Requirement Specification is given by client,
which discribs the Requirements for Business(Project)
| Is This Answer Correct ? | 3 Yes | 3 No |
can u give one scenario for for PopWindow Exception & write Code for that?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
what is difference between analog and low level recording
What are the check points can be inserted without recording?
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What are the views available in qtp?
Explain how to use QTP to check broken links on a page?
What is diff. between ordinal identifier INDEX and Location?