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 Defect Seeding? What is Defect Density?
Write the testcase for pen
Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
How to write a Scenario and test cases for escalator
7 Answers ABC, Accenture, CTS,
1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)
write test case for banking application
Explain the glass box testing?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
For how many days (or) weeks you will test a product or software?