What is the difference between functional specifications and
non-functional specifications ?
Answers were Sorted based on User's Feedback
Answer / kiran9
checking the each specific functionality of the appl as
per the requirement is functional spec
checking the UI and usability,reliability...etc are non
functional testing
Is This Answer Correct ? | 3 Yes | 0 No |
Requirement that specifies a function that a
system/software/component must be capable of performing
whereas a software requirement that describes not what the
software will do,but how the software will do it, for
example, software performance requirements,software design
constraints, and software quality attributes.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vipul
it can be explain by example folows:
func. spec. like what a particular link is supposed to
do...as on login window, link of "LOGIN" is to lead to
logged in page, so it is functional specificaton of this
link.
in case on non func. spec. what would be name of that link
leading to logged page...it will be "LOGIN" or "OK" or some
other what is required by customer. means LOKK and FEEL not
working.
Is This Answer Correct ? | 0 Yes | 1 No |
How to create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
what are the document needed to create a test case?How u tell it is test case?
which environment you like to work?
Can anybody describe what might be the reasons or situations where the developer doesn't accept a bug as a bug , raised by tester ?
Define Defect,Enhancement ?
What is Risk Analysis
What is Client Server/Web Server Configuration(ISS).
how to do testing estimation ? is there any genearl formula for that ?
what are different reports prepared by a tester and their templates.
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
what is differance between smoke testing and sanity testing?