Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write Program using either c#, c++, or Java You are designing the tests for a genealogy search program. Design equivalence class tests and boundary tests

Write Program using either c#, c++, or Java
image text in transcribed
image text in transcribed
You are designing the tests for a genealogy search program. Design equivalence class tests and boundary tests to cover all aspects of this program List the boundaries you are testing, as well as the equivalence classes you are testing, and list the test cases for each. Do not forget to list the expected results. Grading: This assignment will be graded based on finding all the boundary conditions and equivalence classes. There are more than meet the eye. However, beware of redundant test cases - after all, testing time is always limited. The user can input the following information, and then do a query. The program will either return the results of the query, or will return a message saying "invalid query." A valid query can return either a set of names (don't worry how many), or a message saying "no persons found matching your query." 1. Surname, up to 20 characters. Longer names are truncated

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago