How you will do the functional testing ?

Answers were Sorted based on User's Feedback



How you will do the functional testing ?..

Answer / shrinivas k

Functional Testing begins from Functional specification
requirments(FRS)Docs,understanding the functionality of the
application with the help of Use Cases(If application is
not yet developed),Start writting test cases and exceute
the test cases.
Actual functional testing means verifying the dependent
field on depedency field.
Example:once the user information is filled with all the
mandetory field then only SUBMIT button should be enabled
(i,e Here SUBMIT buton depends on dependency fileld)

Is This Answer Correct ?    6 Yes 0 No

How you will do the functional testing ?..

Answer / amit

Fnctional Testing starts with the through reading of
Functional Docs, and getting to know how of Use Cases. This
then comes up with Development of Test Cases, and Executing
them. In case of Time Constraints, One can go for Monkey
Testing too.

Is This Answer Correct ?    1 Yes 0 No

How you will do the functional testing ?..

Answer / mudaseer

for example in when you go to atm when you insert the card and enter the pin no and when i select language as english it should display in engish language for example in after signing in gmail when i click on compose mail it should display correct page here we check whether it is going to correct link or not

Is This Answer Correct ?    0 Yes 0 No

How you will do the functional testing ?..

Answer / mfsi_priyankaa

Functional testing is a type of black box testing that bases
its test cases on the specifications of the software
component under test. Functions are tested by feeding them
input and examining the output, and internal program
structure is rarely considered.
Functional testing typically involves five steps[citation
needed]:

The identification of functions that the software is
expected to perform
The creation of input data based on the function's
specifications
The determination of output based on the function's
specifications
The execution of the test case
The comparison of actual and expected outputs

Is This Answer Correct ?    0 Yes 1 No

How you will do the functional testing ?..

Answer / rao

Generally Functional Testing starts, once we are prepared
the testcases for all the features as per the requirement
specs.While preparing testcases,we need to cover all the
+ve testcases,-ve testcases,adhoc testcases and GUI
Testcases and also we need to assign certain priority to
the testcases.As per the testcases we will perform diffrent
levels in Functional Testing like FULL and Medium.We can
also perform Sanity Testing as per the Testcases priority.

Full Functional Test Pass:
...........................
Should be executed all the testcases from P1 TO P4.

Medium Functional TestPass:
.............................
Should be covered only P1,P2 and P3(Optional)

Sanity Testing:
----------------
Should be covered all the P1 Testcases.

Note:All the above types of testing techniques as per the
deadlines of our project.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Which testing has more scope to find a job(manual testing or automation testing)

3 Answers  


Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem?

9 Answers   FCG,


As a real time emloyee how can we define (i)Measure (ii)measurement (iii)Metric and (iv)Indicator---- ----- plz don't mention the Text book defenation... thnx in advns

1 Answers  


plz tell me how can testing implement.like-performance testing,functional testing

1 Answers  


what is N+1 testing

1 Answers   AmpleLogic,






what is the combination of grey box testing

6 Answers  


what is the difference between Performance,Load ,Stress testing

2 Answers  


QC/VSS/team track/ bugzila etc ?

3 Answers   Hewitt,


What is meant by Risk Analysis?

5 Answers   Accenture,


What is black box testing, and what are the various techniques?

0 Answers  


What is SCRUM model?

8 Answers   Digient Technologies,


difference between sanity testing and smoke testing?

6 Answers   Cognizant,


Categories