What do u mean by Functional Testers and Performance Testers?
Need the Answer Immediately. Thank u
Answers were Sorted based on User's Feedback
Answer / raj
performance testers do load testing, stress testing etc.
functional testers test only functionality.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / me a tester
Well Guys its a very common interview question :
Functional testing : •It is testing of application
functionality and examination of its compliance with the
software requirements specification (SRS).
Usability Testing: Lets learn this with an example
E.G If you go in a hotel where there are 5 rooms
Room 1 - Bed room
Room 2 - Kitchen
Room 3 - Bathroom
Room 4 - Noraml room
Room 5 - Servent room
If you are asked to go in kitchen what will you do .. you
open each room to check which one is the Kitchen.
if we need to make this task simpler what we need to do ?
we just put a lable in front of each room then what I need
to do just read the label and find where the kitchen is..
this is called usability testing .
In short the button that is label as resgistration form
opens the resgistration form.
Perforamance testing :
Well performance testing is a mixture of two things
Load Testing , Stess Testing.
Now what are they
Load Testing : E.g If 100 user hits on a same button on a
website at same time it is called load testing.
Stress Testing: E.G If 100 user hits on 6 different buttons
on same time is called sterss testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kishore
Functional testers concentrate on the functionality of the
application.whether it is working fine or not as per the
specifications. generally these functional testers are also
known as Black-box testers.
where as performance testers concentrate on the performace
of the application such as response time,throughput.
these performance testers test the performance of the
application by using some performance tools such as Load
runner,jmetre..
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nani
functionl testing: testing the depend variables on
dependency variables is called functional testing.
functional testing comes under black box testing.
performance testing : testing the speed of execution of an
application is called performance testing.
performance testing consists of
1)load testing
2)volume testing
3)stress testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vikas kamble
Functional testing – This type of testing ignores the internal parts and focus on the output is as per requirement or not. Black-box type testing geared to functional requirements of an application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunny
Not only the functional area and Usability testing also
includes in functional testing.Performance testing comes
under Non-Functional testing
| Is This Answer Correct ? | 0 Yes | 1 No |
urgent --pls help me out friends i have given my current project as inventory , where it iuncludes the modules purchse order, receiving list, items receipt, sales order ..if anybody involved in the similar project pls send me the test case u wrote and bug u found ... my email id -ranjieni@gmail.com
What is test Data?
Write Boundary value analysis , Equivalence partitioning & Error guessing cases on 1 liter Water Bottle. It should not include functionality Testing cases.?
When u will start writing test cases?who will intemate u ,to write test cases?if the requirements changes day by day what will u do allready written test cases?
How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....
What is Equivalance Class?
How much interaction with users should testers have, and why?
manual&automation testing
What is verification & validation ? What we do in verificaztion & validation? Give an example.
When do you stop testing?
How do we measure quality of testing? What are parameter of this?
what kind of document are follow to write test case ??can u tell me briefly