You are on page 1of 9

What is Manual

Testing?
STAYTUS QA (Quality Assurance)
OVERVIEW
Manual testing is a process in software testing where human testers
execute test cases and verify the functionality of a software
application without the use of automated testing tools or scripts.

In manual testing, testers act as end-users and interact with the


software as if they were real users to identify and report
defects or issues.

02/14/2024 2
Here are some key aspects of
manual testing:

Test Case Creation

Test Case Execution

02/14/2024 3
Creating New Post
Guest should be able to
Staff should be able to view
create post
new created post from guest

Guest
should be
able to
view new
created
post.
Post Soft Delete
Guest should be able to
delete their post Staff should be able to view
deleted post from guest

Guest
should not
be able to
view
deleted
posts
Here are some key aspects of
manual testing:

Test Case Creation

Test Case Execution

Defect Identification

02/14/2024 6
Sample of Identified Defect
Guest should be able to
Staff should be able to view
delete their post
deleted post from guest
Here are some key aspects of
manual testing:

Test Case Creation

Test Case Execution

Defect Identification Regression Testing

Exploratory Testing Usability Testing

02/14/2024 8
Thank you

You might also like