give an example of how to write functional test case.in
this test case can we write all +ve and -ve conditions?

Answers were Sorted based on User's Feedback



give an example of how to write functional test case.in this test case can we write all +ve and -..

Answer / aaryam

i think the best way to write a test case +ve and -ve is
firstly write all +ve test cases which matches the
requirement specification so in a same manner u get the +ve
answers or outputs of all ur test case execution(can Say "Pass")

then make another category of -ve test cases, which can also
set ur mind -ve to find a defect... so u cant confuse
between which case should i write first...and what output is
correct.

Is This Answer Correct ?    31 Yes 3 No

give an example of how to write functional test case.in this test case can we write all +ve and -..

Answer / raju

Yeah. All the +ve and -Ve conditions can be written.
Eg :

1. Enter the URL : HTTP://WWW.ABC.COM and click on go button
2. Enter the userid and password and click on login.
3. Navigate to the abc menu.
4. Enter the valid data(functionality which you want to
check).
5. Click on Insert button.
6. Check if the message is displayed or not.

Is This Answer Correct ?    36 Yes 11 No

give an example of how to write functional test case.in this test case can we write all +ve and -..

Answer / sandeep15october

i think given ans is satisfactory

Is This Answer Correct ?    23 Yes 5 No

give an example of how to write functional test case.in this test case can we write all +ve and -..

Answer / sonia

positive testcases r written on the basis of specification
given and tester is trying to approve that written function
fulfill all the requirements..
but negative testcases is written with intension of finding
bugs........

Ex :- if any text field specification given to accept only
range [1-10].

Your testcase input :-

1. 0
2. 11
3. #$%^&^*
4. 1a
5. 2A
6. Blank

etc...........

Is This Answer Correct ?    21 Yes 6 No

give an example of how to write functional test case.in this test case can we write all +ve and -..

Answer / guest

The best answer Aayaram has given

Is This Answer Correct ?    11 Yes 2 No

give an example of how to write functional test case.in this test case can we write all +ve and -..

Answer / kashif

Negative testing can be done only on text fields

Is This Answer Correct ?    0 Yes 0 No

give an example of how to write functional test case.in this test case can we write all +ve and -..

Answer / yuvraj

i think the best way to write test cases is ....first u
write -ve test case then u write +ve test case, bcoz tester
always thought nagative(finding bugs)..........

Is This Answer Correct ?    6 Yes 10 No

Post New Answer

More Test Cases Interview Questions

How to write test data for login module?

5 Answers  


Write test cases for Wifi enabled devices(Ipad, Iphone, Laptop) Note: Test case should not cover basic functionalty like connect or disconnect. Test case should have out of box thinking & simulation of errors.

3 Answers   Amazon, SCDL Symbiosis Center for Distance Learning,


give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?

7 Answers  


Explain the acceptance testing?

0 Answers  


Please give me some example of the test cases to test the Google map search

3 Answers   CTS,






Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage

1 Answers   ISTQB,


how do u call a from library file

2 Answers  


How many bugs have u found in your project?

3 Answers  


Explain the concurrency testing?

0 Answers  


Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

0 Answers  


test case for digital camera

2 Answers  


Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.

3 Answers  


Categories