Developing detailed test plans with test management tool

Assignment Help Other Subject
Reference no: EM132112639

Assignment:

Working in Agile Environment and Developing Detailed Test Plans with Test Management Tool

Purpose:

The purposes of the assignment:
- Practice and improve your team working skills
- Write professional level testing documentation
- Develop a good understanding of professional industry standards for software testing
- Practice an Agile Testing environment and use of Agile toolchains

Description:

Consider the following Class Diagrams of Figure 1. The class (called Repository) contains 3 types of data for multiple persons. The attributes are Name, Phone, and Address, and they are grouped as Info. That is, the class Repository contains the array (Vector) of Info. The private member variable of the Info class is a list in the Repository class. There are various public methods to access and mutate the list variable of the class (Repository).

Figure 1: Class Diagram of Repository and Info classes

Sample information stored in an object of the Repository class is shown in the following table:

Here is the detailed description of the Repository class:
i) list: Vector Into - the list is a vector of Info class where info class contains three private variables and 6 public functions. Since the scope of the assignment is restricted to Repository class, the description of Info class's methods is skipped here. Please note that, a person will have one name with exactly one phone number and address. The <Name, Phone Number> pair uniquely identifies a person. However, a phone number can be used by multiple persons and multiple persons may have

the same address. A person must have a name and the phone number, but the address field might be empty.

ii) Add (Info): String - Adds the information about a person and returns the success message ("Successfully Inserted") when the insertion is successful. If the insert is unsuccessful, it returns ("Error in Insertion").

iii) EditInfo (String, String, String, String): String - Edits the information about a person. The first and second string contains the Name and Phone Number, respectively, that uniquely identifies a person. The third string is the attribute to change and the fourth string is the modified value of that attribute. For example, if the function call is EditInfo ("John", "+16456712345", "Address", "NY, USA"), then it will replace the address to "NY, USA" of the person whose name is "John" and the phone number is "+16456712345". The function call will return "Successfully Edited", however, if no such data is found, it will return "No Such Data Found".

iv) Delete (String, String): String - This function will simply delete the entry from the list. The name and the phone number are the arguments of the function. If the information is deleted successful, it will return the string "Successfully Deleted", otherwise "Error in Deletion".

v) Count(): Int - This function returns the number of persons on the list.

vi) Count(String, String): Int - This function returns the number of persons having a common attribute. The first string indicates attribute to search and the second string indicates the value of the attribute. For example, Count ("Name", "John") will return 2 as there are 2 persons with the name John in the current list.

vii) IsAvailable (String, String): Bool - Checks whether a particular attribute has a given value. The first string contains the attribute and the second string contains the value of the attribute.

viii) IsMultipleName(String): Bool - Checks whether a name is available multiple times in the list. The string parameter contains the name of the person.

ix) Show (String, String): vector<Info> - Searches for a particular attribute. The first string is the attribute and the second string is the value of the attribute. The functions return a vector so that it may contain multiple records. For example, if the call is Show("Name", "John"), it will return two records in the vector.

x) CountNoAddress(): Int - Returns the number of records that have no address.

Introduction:
Consider that the above classes are already implemented and the unit testing is already done. Now a different group of the developer is implementing a software based on the above- implemented classes. Now the software will be deployed in a cloud service and will be open for any number of users. In addition, the software is synced with your phonebook. The features of the Software include:

1. The user will first create an account in the deployed site

2. The user will be allowed to create multiple sheets in a phonebook and each sheet can contain information about 10000 persons (The structure of information of a person is discussed in Info Class).

3. In the phone set, user have to log in to that website [or a dedicated app using user's credential (username and password)]

4. After that, both the phonebook and the account in www.phonebook.com will always remain synced. That is, whatever you add/edit in the phone book will be synced in the website and vice versa.

5. A user can share a sheet with his/her friend using the friend's email address and that email address must be used to log on to the system.

6. If a user (say A) provides a write access to his/her friend (say B), then B will be able to modify any contact information, otherwise, B can only see the information of the sheet(s) (read-only)

7. A user will be able to select any number of the sheet from his account to be synced with the phone number.

8. The user will be able to import a bunch of information in a sheet from any CSV (Comma Separated Values) file and that information will be stored in a selected sheet.

9. The user will be able to export a sheet in a CSV file.
[Of course you need an app to be installed in your mobile, but for simplicity, we avoid testing that app. Assume that the app is installed and you have finished login activities for the app]

As mentioned earlier, the classes, along with the methods (I-IX) and the features of the website (1-9) are already developed by two different group of software developers. The Unit tests for the methods of the classes are already tested by the developers of the first group and you need not worry about the correctness of the classes/object. Now the website will be deployed on a server and then will be opened for all.

As a group of Software Engineers in Test, you/your group are assigned to perform the black box testing for the developed website.

Attachment:- Software Testing.rar

Verified Expert

Software testing is an investigation conducted to provide stakeholders with information about the quality of the software product or service under test.Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Test techniques include the process of executing a program or application with the intent of finding software bugs (errors or other defects), and verifying that the software product is fit for use.

Reference no: EM132112639

Questions Cloud

What problems can the processed : For example, the documentary, "The Joy of Data" discussed Census data and William Farr's use of it to improve public health.
How do health care need continuous quality improvement : How do health care need continuous quality improvement? What are SMART goals and MBO and how can they be implemented?
Research the various forms and types of social media : Research the various forms and types of social media. Then discuss the types that are useful for technical communications in the enterprise.
Any willing provider laws interfere with managed care : Do you believe that “any willing provider” laws interfere with a managed care organization’s ability to provide quality care through its provider network?
Developing detailed test plans with test management tool : ITECH 7409: Software Testing - Working in Agile Environment and Developing Detailed Test Plans with Test Management Tool
What is meant by the term instructional strategy : What is meant by the term instructional strategy and discuss in detail one significant aspect.
What total angle did the wheel turn : At t=0 a grinding wheel has an angular velocity of 30.0rad/s . It has a constant angular acceleration of 27.0rad/s^2 until a circuit breaker trips at time.
Company wants to expand into other countries : A company wants to expand into other countries. Your company wants to defend its home market from a foreign competitor.
Binomal option model and black scholes model : Please sude Binomal option Model and Black scholes model.

Reviews

inf2112639

10/30/2018 4:29:07 AM

I have also created 2 other account in my account. Please do it carefully....you have to perform test cases in every account using my login.. make sure to do it perfectly.. Please make sure, the two other members, we have added in my account, their names should be assigned for activities.....you have to assign test cases in those ids, and it should be like all three members are performing test cases.... u just need to take these task and work on that...so in activity it will show all 3 names of board members the expert did really well with this assignment as it very much technical and he understood all the minute details of assignment. I got grade A for the same, thanks once again !!!

len2112639

9/14/2018 2:57:40 AM

Marking Guide: Assessment Components Marks Developing Unit Test Modules i) Test Plan (Functional) 50 ii) Test Plan (Integration) 10 iii) Test Plan (Acceptance) 10 iv) Test Plan (Performance) 10 v) A printout (in pdf) of Trello board and Punchtime log 20 Total 100 Assignment Weight 20%

len2112639

9/14/2018 2:57:24 AM

Working in Agile Environment and Developing Detailed Test Plans with Test Management Tool Due Date: Thursday, 27 - 16:00 Weighting: 20% Special Remark: The description of the assignment is the continuation of Assignment-1. This assignment is a group assessment, where one submission is made per group and all individuals in the group receive the same grade. There should be 2-3 students in each group.

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd