Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1- List 2 things that you need to begin creating the schedule for your test plan

ID: 3715680 • Letter: 1

Question

1- List 2 things that you need to begin creating the schedule for your test plan – 2- You assigned 2 testers to write the test cases. The task will take 10 days and an additional 2 days for learning WebLoad as overhead. What duration do you assign for this task in your test schedule? 3- Your manager asked you to switch your team from manual testing to automated testing if the benefit cost ratio is favorable. Identify at least four costs associated with automated testing tools – 4- Suppose the development agrees that it would be advantageous to identify the code in which defects were found and corrected. As the senior developer, briefly describe an approach that you would propose -

Explanation / Answer

1. Two things that are needed to begin creating schedule for test plan are identifying the test items and techniques and resource planning. Identifying the test items is section that basically specifies the things that are to be tested within the scope of the test plan. And also consider the testing techniques and methodologies.
Resource planning is detailed summary of all types of resources required to complte prject task. Resource could be human, equipment and materials to complete a project.

2. 10 days. Will ask them to to learn webload simultaneously.

3. Automated testing is faster than manual approach. So testers will be hired for short period of time for a particular project. And hence less time means less money.
Automated testing is more reliable as it is performed using tools/scripts. So less prone to error and will not have to waste time for retesting.
For each release of the software it may be tested on all supported operating systems and hardware configurations. Manually repeating these tests is costly and time consuming. Once created, automated tests can be run over and over again at no additional cost. Automated software testing can reduce the time to run repetitive tests from days to hours. A time savings that translates directly into cost savings.
Tests can run automatically whenever source code changes are checked in and notify the team or the developer if they fail. Features like these save developers time.

4. Automated tests are shared with developers. It will help them to catch the problems quickly before sending to QA. They can remove mpst of the bugs in the code beforehand. Tests can run automatically whenever source code changes. Anf it is fails, team of developers are notified. It saves developers time. And it also increases confidence to give the code to QA.