0% found this document useful (0 votes)
8 views

Testing Part1

The document discusses software testing, including defining testing as executing a program to find bugs. It covers the testing process, what a software bug is, and provides exercises to identify test scenarios and bugs in a web application.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Testing Part1

The document discusses software testing, including defining testing as executing a program to find bugs. It covers the testing process, what a software bug is, and provides exercises to identify test scenarios and bugs in a web application.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Testing – Part 1

1
Agenda

• What is testing?
• Testing process
• What is a software bug?
• Course references and learning materials

2
What is testing?

3
Software testing

Software testing is the process of executing a program or application


with the intent of finding the software bugs.

The testing takes place throughout the software development life


cycle.

4
Exercise 1

• Work in groups

• Think how would you test the Login functionality on Facebook

• Identify possible scenarios for this

5
Testing process

6
Testing process
Requirements
Analysis

Test
Planning

Test
Preparation

Test Execution
and Tracking

Test Reporting

Test
Closure

7
What is a software bug?

8
Software bug

• A flaw in a component or system that can cause the component or


system to fail to perform its required function

• When the expected and actual behavior is not matching

• E.g. the search doesn’t return all results, the application crashes
while login, the password is not case sensitive

9
Exercise 2

• Work in groups
• Open deadlegacy.com web application
• Explore the application and try to understand it
• Identify possible bugs
• Create a Word document with the list of identified bugs
• Time 30’

10
Homework

Continue to test the deadlegacy.com application. Create a Word


document with the following information:
- Short description on what the application does
- Summaries of the bugs. Keep the summary short, clear and easy to
understand. Add screenshots if necessary.
- Conclusions related to the application, like if it’s easy to use it, if bugs
were found.

Chapter two 11
Course references and
learning materials

12
Course references

http://sqa.stackexchange.com/

http://www.softwaretestinghelp.com/

http://www.ministryoftesting.com/

http://istqbexamcertification.com/

http://whatis.techtarget.com/

13

You might also like