Question: Objectives: The software testing process (i.e., the BBT) consumes large amounts of data. Creating the test data is a crucial part of the testing process



Objectives: The software testing process (i.e., the BBT) consumes large amounts of data. Creating the test data is a crucial part of the testing process especially for new systems which are not in use yet. This assignment will give you an opportunity to practice creating representative test data. After completing this assignment, students will be able to Create random data from a given set of parameters Create a large number of test cases to test all possibilities e Write a C++ program to process the data as though it were collected from a real situation. This assignment will be submitted into two parts (Part-A and Part-B)- a separate Code::Blocks project is required for each part. Problem description: Cuddly Kitty Caf is a company with many stores worldwide. Each location features a range of cats which patrons can interact with while they enjoy their coffee and breakfast. Company executives have noticed a trend where some cafes underperform, and they would like to know if this is related to how cuddly the cats are. Their intuition is that un-cuddly cats attract less customers. To determine if this is true, they are running a customer survey at each location on how cuddly each cat is. They want to compare this data to sales for each coffee shop. The program they want you to write processes this data after it has been collected and generates some statistics. In order to test the program, you will have to generate random test data to be sure the program functions correctly. Part A covers the random data generation. For Part B you will create the program that reads in the data and generates a statistics report. One of the outliers is the youTube famous ugly cats. The executives have noticed that while super pretty cats are adored and loved on, especially ugly cats actually become famous, with customers posting videos of themselves with the ugly kitties, which then brings in more customers. They would also like to track which shops have vouTube famous cats Objectives: The software testing process (i.e., the BBT) consumes large amounts of data. Creating the test data is a crucial part of the testing process especially for new systems which are not in use yet. This assignment will give you an opportunity to practice creating representative test data. After completing this assignment, students will be able to Create random data from a given set of parameters Create a large number of test cases to test all possibilities e Write a C++ program to process the data as though it were collected from a real situation. This assignment will be submitted into two parts (Part-A and Part-B)- a separate Code::Blocks project is required for each part. Problem description: Cuddly Kitty Caf is a company with many stores worldwide. Each location features a range of cats which patrons can interact with while they enjoy their coffee and breakfast. Company executives have noticed a trend where some cafes underperform, and they would like to know if this is related to how cuddly the cats are. Their intuition is that un-cuddly cats attract less customers. To determine if this is true, they are running a customer survey at each location on how cuddly each cat is. They want to compare this data to sales for each coffee shop. The program they want you to write processes this data after it has been collected and generates some statistics. In order to test the program, you will have to generate random test data to be sure the program functions correctly. Part A covers the random data generation. For Part B you will create the program that reads in the data and generates a statistics report. One of the outliers is the youTube famous ugly cats. The executives have noticed that while super pretty cats are adored and loved on, especially ugly cats actually become famous, with customers posting videos of themselves with the ugly kitties, which then brings in more customers. They would also like to track which shops have vouTube famous cats
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
