what is the difference b/w functional testing and system
testing?
Answer Posted / prasanna
From my point of view, system testing is broadly classified
into functional and non-func. testing. hence Functional
Testing is a part of System Testing.
In system testing, testers test the product typically like
the end-user.Every single Interface,module and even minute
details have to be tested in this System Testing.
Functional Testing aims at testing the various
functionalities of the product being tested.These
functionalities include load,volume,stress,
scalability,security,performance,etc.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is Recovery Scenario
Testing methodology and when do you start testing activity?
Explain interface?
What is test result analyzer?
What is test script?
What is usability?
What is the difference between top-down and bottom-up testing?
Explain monkey testing?
What is dynamic testing?
What is applications of FCOE?
What is ansi - american national standards institute?
When should exploratory testing be performed?
Hi, I want to write ISTQB exam. Can anybody send me the material regarding this.
What is a system administrator?
Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.