if we ve data 100 how we can check and create equvalnces an
bva .if we ve data 1-5,6-10so on wat will we bva how we
will chk
Answer Posted / aditi
For 100 Consider one valid data and one invalid data
ex:valid=100 and invalid=99 or 101(randomly)
For Range like 1-5 n-1, n, n+1 concept is applicable(BVA).
so, 0, 1, 2 and 4, 5, 6...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is test environment? Elaborate with example.
Why does the boundary value analysis provide good test cases?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
write test cases on file open dialog box in notepad
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
What is gray box testing?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
pls i want test cases for oss? whts the process of oss testing
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Explain the monkey testing?
Explain the scalability testing?
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
Suppose a job should be executed for every two hours? Write test case for this?