Chevron Left
Back to Introduction to Software Testing

Learner Reviews & Feedback for Introduction to Software Testing by University of Minnesota

4.4
stars
701 ratings

About the Course

After completing this course, you will have an understanding of the fundamental principles and processes of software testing. You will have actively created test cases and run them using an automated testing tool. You will being writing and recognizing good test cases, including input data and expected outcomes. After completing this course, you will be able to… - Describe the difference between verification and validation. - Explain the goal of testing. - Use appropriate test terminology in communication; specifically: test fixture, logical test case, concrete test case, test script, test oracle, and fault. - Describe the motivations for white and black box testing. - Compare and contrast test-first and test-last development techniques. - Measure test adequacy using statement and branch coverage. - Reason about the causes and acceptability of and poor coverage - Assess the fault-finding effectiveness of a functional test suite using mutation testing. - Critique black-box and white-box testing, describing the benefits and use of each within the greater development effort. - Distinguish among the expected-value (true), heuristic, consistency (as used in A/B regression), and probability test oracles and select the one best-suited to the testing objective. - Craft unit and integration test cases to detect defects within code and automate these tests using JUnit. To achieve this, students will employ test doubles to support their tests, including stubs (for state verification) and mocks (for behavioral verification) (https://martinfowler.com/articles/mocksArentStubs.html). This course is primarily aimed at those learners interested in any of the following roles: Software Engineer, Software Engineer in Test, Test Automation Engineer, DevOps Engineer, Software Developer, Programmer, Computer Enthusiast. We expect that you should have an understanding of the Java programming language (or any similar object-oriented language and the ability to pick up Java syntax quickly) and some knowledge of the Software Development Lifecycle....

Top reviews

DW

Jun 13, 2022

I like this course very much! The coding assignment is easy but always incldues all the essential things we need to learn. I feel so happy that I jsut finished my first unit testing project.

AH

Aug 26, 2020

I love this course, the explanation is great, the assignments are very challenging. I learned many things from software testing. Thanks, Prof. Mike Whalen and Mr. Kevin Wendt

Filter by:

151 - 175 of 176 Reviews for Introduction to Software Testing

By Steve D

Dec 17, 2023

Expects learners to know Java. No help given from moderators on assignment related questions. If other learners had not posted information on how to proceed with the hands-on assignments I would never finished.

By Николай В

Nov 7, 2021

Course is nice, but some checks were build in the way you can't locally achieve correct result (test must 100% fail), but this is required to complete the task...( But material as a whole is useful.

By Kerstin Z

May 8, 2022

Dieser Kurs ist nur für Leute mit Vorkenntnissen. Es fehlt definitiv ein Skript. Wie manche Übungsaufgaben zu bewältigen sind, muss man sich extern erarbeiten.

By Tazeen T

Jul 25, 2022

The material is good but the instructers are not intractive enough to build interest in the course

By Luis F P M

Jul 8, 2022

This course needs an update to stay up to with the most valuables ways to the testing field.

By Arman H S

Sep 27, 2022

Course teacher could make friendly class.. even could give some graphical presentation ..

By Sumit P S

Jan 12, 2022

This course is not ideal for beginner tester.

By Abhilash G

Aug 5, 2021

Doesnt show basics of selenium and coding

By AFG

Apr 14, 2023

No feedback from personnel

By Miguel A B d C

Jul 12, 2021

I don't understand the high rating of this course. Paraphrasing someone who did a review on the course "if you bash your head against the wall enough times, you will learn something". This course is well made in some aspects and atrocius on other. Regarding the theory and exams, I would give it a solid 4 stars. Subjetcs are well writen and knowledge is well conveyed. But the practical experience, uff.. The code exercises are atrocius, there is no time given to setup the environment on your computer - and I lost a lot of time researching how to fix eclipse, mockito errors.. Zero documentation on how to setup and no files provided for follow alongs/code-along.. And in week 4 there's an huge leap in demand for the students plus the exercises come with very confusing instructions.. I was stuck for the longest time trying to understand what I was doing wrong in my assigment. Oh and forget about assistance from the University, the forum is basicallly abandoned.. In my opinion a course like this should not be available on the coursera platform. I wasted more time in fixing environment's problems, trying to understand confusing instructions, etc than actually studying the different subjects...

By Seph O

Aug 20, 2021

2 stars for the good start of this course. Apparently, to complete this - specially on the last part where it focuses on programming using Java, you will really need a prior experience to it and the other tool. there are also no uploaded materials which will make it harder for you to follow along while watching the video. There are also a struggle when doing the assignments, you will not get a hint on how to do it once you failed. I kinda feel like it is unfair specially for new learners. I hope you enjoy and not regret taking this course.

By Gena P

Aug 21, 2021

A good course, but several technical issues with the assignments that are discussed in the comments of the course, but have not been addressed or fixed over time. Disappointed in the difficulty of turning in a correct assignment and errors in the assigned materials. The course needs work.

By Eva T

Jul 7, 2022

I am a QA Engineer that is responsible for setting up automation frameworks in C#, JAVA and some Python. This course was designed for someone who has done software development.

This course was very misleading.

By Abel B

Mar 13, 2023

Even though the instructors and the course is awesome there is no one who can answer our questions regarding the question we have on the projects.

By Sanadia1010

May 16, 2022

What kind of course requires knowledge of Java and calls itself an Introduction...

By Maurizio D F

Sep 4, 2021

Good introductory course Not very good tests.

By Ed A

Oct 16, 2023

Outdated and abandoned course.

By Kai N M

Aug 4, 2022

I thank coursera for giving the economic help to be able to do this course. Sadly the course is not what seams to be. It states that it is an introuduction to testing AND automation. But it turns out that is almost everything about automatio and you also crearly need a background on JAVA to be able to understand it. Lesson 1 to 3 are great and are actually about testing in general but from lesson 4 onward is all abuot code and very complicated stuff for begginers. I am sad to say I have wasted my time on this since there is no way I have the level to complete it and they don't care to explain anything to you. The course literally starts at level 1 or 2 an then goes to level 20 without any explanation.

By Gitesh R

Oct 21, 2023

1. Course expects one to have a good understanding of Java programming language 2. Sample files demonstrated in the video lectures are not provided anywhere. Example,EmployeeTravelScheduler.java. However, the lecture is on testing the methods in the file. This leads to shallow learning 3. Lecture notes/slides are not provided 4. For couple of Practice Quiz, there was no reason provided as to why the selected option was correct 5. Some kind of a diagram should have been provided in Week 4 - Test Doubles: Input to understand the Mocks and Stub concept 6. The Passing score for most of the assignments is 100% or higher. Given this Course is for testing, I wonder how one can score higher than 100%

By Daniel C

Dec 20, 2023

This course requires some prerequisites, which it does not mention, so it is misleading if you are not well versed in these: a Java IDE, such as Eclipse. This course seems to follow some Java courses and the use of Eclipse IDE. The first homework is poorly setup. It is a test in itself, requiring countless hours to invest in how to setup your Eclipse JUnit environment. In case this helps you prepare for it. This is just a 'warning'. I wished I could do the prerequisites prior to starting it. It could have saved me hours.

By Michał G

Feb 13, 2022

This course is nothiing but money making scamm. Assignments have nothing to do with presented knowledge. If You know how to solve these submissions You have to be already professional or at mid advanced level. Cusomer help - foget it! Just simply unfair presentation of what you gonna learn.

By Adrian I R

Jan 3, 2022

Automatic grading of test code does not work. There are a lot of posts in the forum, from other students having the same issues. No working solution yet. Somehow course management don't seems to care.

By Rakhi S

Oct 3, 2021

Do not get trap into this certificate "Software Testing and Automation SpecializationOpens in a new tab" last topic is not available since march 2021, you will end up wasting your money.

This is a fraud.

By Chen Z

Jul 2, 2023

Course materials (slides and codes) were not made available for learners to download, it makes it very very difficult to learn stuff.

By Umorami H

Dec 4, 2023

These instructors don't know how to teach and impact knowledge.