Write 10 test cases for the condition P=R/I where R and I
are integer and P is floating point.
Answers were Sorted based on User's Feedback
Answer / vighnesh
Check with following values
R I
2 1
1 2
0 1
1 0
0 0
65535 65537
-65535 65537
65537 65535
65537 -65535
a 1
1 a
# 3
3 #
23823979234 3
3 237387328213823
3 NULL
NULL 3
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / minal bhungani
Check the R/I result with BVA of R: 1) highest boundary value
2) lowest boundary val
3) middle value
Same as for I which contain 3 test cases
Check the operation by setting I=0 and R=0 alternatively
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / priyanka nagaraj
For the most part, errors are observed in the extreme ends of the input values, so these extreme values like start/end or lower/upper values are called Boundary values and analysis of these Boundary values is called “Boundary value analysis”. It is also sometimes known as ‘range checking’.
Boundary value analysis is another black box test design technique and it is used to find the errors at boundaries of input domain rather than finding those errors in the center of input.
Equivalence Partitioning and Boundary value analysis are linked to each other and can be used together at all levels of testing. Based on the edges of the equivalence classes, test cases can then be derived.
Each boundary has a valid boundary value and an invalid boundary value. Test cases are designed based on the both valid and invalid boundary values. Typically, we choose one test case from each boundary.
Finding defects using Boundary value analysis test design technique is very effective and it can be used at all test levels. You can select multiple test cases from valid and invalid input domains based on your needs or previous experience but remember you do have to select at least one test case from each input domain.
Let’s take same above example to understand the Boundary value analysis concept:
One test case for exact boundary values of input domains each means 1 and 100.
One test case for just below boundary value of input domains each means 0 and 99.
One test case for just above boundary values of input domains each means 2 and 101.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vishwajeet
check for I=0
check for boundary value analysis of R -3 test cases
check for boundary value analysis of I -3 test cases
check for boundary value analysis of P -3 test cases
Is This Answer Correct ? | 4 Yes | 5 No |
please test case for calculator
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
What is the syntax testing?
how to write test cases for sort drop down box containning 6 options in the drop down list.
What is the Difference between Testing Types and Testing Techniques
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
How you will write test cases on DROP DOWN list BOX on GUI
can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
test cases for friend finder system using gps?
How many test cases you will execute per day?