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
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 |
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 |
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 |
Answer / kashif
Negative testing can be done only on text fields
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
What is the difference between Test Input and Test Data??
Can you list down a few characteristics of a test case?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
in any software company how we got the srs document.how we get it is it available in version control or in mannual we get the document
7 Answers AppLabs, Pinsoftek Infosolutions, TCS,
Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
how many test cases do u need to ship a product?
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6
Explain the gray box testing?
Explain the component testing?
You have to give me test cases for sending a mail through outlook express.