what is the difference between functional requirements and
non functional requirements? Which things will come in
bothe categories?
Answers were Sorted based on User's Feedback
Answer / phani_k07
Functional requirements includes context
diagrams,functional decompostion diagram ,system functions,
DB requirements User interface requirements ,reports and
security requirements and we follow te specific type of
testing metods to attain these functionalities. The non
functional requirements are
Performance ,compatability ,stress ,load ,volume ,setup/inst
allations and we follow specific type of testing methods to
attain them.
| Is This Answer Correct ? | 56 Yes | 12 No |
Answer / nimra
i think functional requirements are something related to
input,output,what computations the system should
performe,the timing and synchronization of all these.Non
functional requirements are constraints on our system.
| Is This Answer Correct ? | 28 Yes | 11 No |
Answer / gopi namani
non functional requirement means it's related to
performance.
| Is This Answer Correct ? | 29 Yes | 18 No |
Answer / niteshkumar vachhani
Functional requirements means directly related to product
output specification and
non functional requirement means its helps to perform
functional requirement,
| Is This Answer Correct ? | 19 Yes | 9 No |
Answer / prashanth
Functional requirements means behaviour of the application
were as non functional requirements means charecterstics
and features of the application
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / chinna
Functional Requirements:what system has to do
Non-Functional Requirements:what system has require
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ala.ramya
system should react to particular input and output
how the system should behave in particular situation.
non function means system architects
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / tenzing
Functional requirements of the system describes what the
system should do.These requirement depends upon type of
software being developed,expected users of the software and
general approach taken by the organisation when writing
requirements whereas non-functional requirements rae just
concerned with system to be developed.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / nite
Functional requirements involve the requirements of the functions in a software, for example: Add, edit, delete functions etc.
In software development there are other requirements involve that are non-functional. For example, documentation requirements, resource requirements, etc.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / lavanya sri
functional requirement describes the functionality or system services
Non-functional requirements describes system properties and constraints
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the basis for choosing the sdlc model for development of software?
How would you prioritise your tests
what is Globalization testing?
What are estimations? How do you estimate?
tell me tst cases for "RESUME"which is displayed on monitor
1.Testing work starts once a)once requirement are complete b)once test cases are complete c)once coding is complete d)begining of requirement 2)For white box testing a)the tester is completely unconcerned abt the internal behavior of the program b)the tester is concerned with finding circumstances in which the program doesnot behave according to code standards c)test data is derived from market requirements 3)stress testing is a measure of one of the following a)application response time b)concurrent load an application can handle c)transactions per minute that can be handled d)virtual load at which the system will fail 4)UAT means a)testing performed on a single stand alone module b)testing after changes have been made to ensure that no unwanted changes were introduced c)testinf to ensure that the system meets the needs of the organization& the end user 5)software quality metrics will help u to a)keep account on the software quality of an application b)analyse and improve the deficiencies of an application c)both of the above d)none 6)Application that has GUI must be tested for usability a)for any kind of UI applications b)more necessary for web based applications c)only if the user is going to use the UI d)only if the user pays for it 7)the program according requirements expects the uppercase letters from A to Z.Analyze the following inputs and choose one that can cause the failure with greater probability a)@,[ b)1,0 c)B,W d)[,] 8)A system test that forces the software to fail in a variety of ways and verifies that softwware is able to continue execution without interruption.This definiton in nearest to a)Recovery testing b)Stress testing c)both of the above d)none 9)Automated testing is necessary when a)testing has to be done very quickly b)number of resources are very less c)most of the test cases are similar in anture d)all of the above 10)which of the following tests is performed early in a software testing process a)monkey testing b)unit testing c)system testing d)none 11)the testing technique that requires devising test cases to demonstrate that each program function is operational is called a)black box testing b)glass box testing c)grey box testing d)white box testing 12)what a UML diagram is useful for black box testing a)class diagram b)object diagram c)use case diagram d)sequence diagram 13)what kind of tools would you suggest to use for the automation of regression tests? a)capture and playback b)static analysis tools c)simulators d)debugging tools
3 Answers Bally Technologies, IBM, QA, Speridian Technologies,
what is the diff b/w web, window,desktop and client server application testing?
What are ISO standards? Why are they important?
2 Answers Berger Paints, Vaal University of Technology,
On what basis CCB approves the changes?
What is the role of QA in a company that produces software?
I test change password field for a application.But it accept new password same as old password. Is it not a issue??I raise this issue but developer team mark invalid.
what is scalability testing?