1)what is exactly software testing.
So software testing is basically a process of finding the defects in a software.
So if, for example, if you buy some product, right?
So if you start using that product, so you will not expect any bugs in that, right?
You will always expect the quality if you spend some time or if you spend some
budget or money on some
product, you would always expect the quality product.
Similarly, suppose any company they have developed some software for a specific
client or some vendor.
They also client also will always expect the quality software.
So for that we need to perform a testing.
So before providing the software or before delivering the software to the customer
or client, we need
to test it whether it is properly working according to customer requirement or not,
whether it is meeting
customer requirement or not, there is a most important stage which we need to cross
during software
development.
2)what is the testing means?
We will test the software, whether it is working accordingly according to customer
requirement or not.
There is a basically concept of software testing.
So the main goal is to release a quality software to the customer.
That's the main intention to conduct testing.
3)What is the functionality?
The application is provided application in the software.
So I can use a different terms like application or product or software.
So all these things are referring to the same thing.
4)manual testing means what?
We will test the application according to the customer requirement, but everything
will go through
manually.
That means we will write a test case as fast.
We will understand the requirement, customer or client requirement, and we will
understand the functionality
end to end functionality of our application.
5)what is the test case again here?
The test case is nothing but a step by step action which we need to perform and
check whether it is
working according to customer requirement or not means whatever we are expecting
from the application
and it is working accordingly or not.
We are going to verify so expected and actual results.
We will exactly compare while testing the application while executing the test
case.
So there's a basic understanding.
6)