What Is Manual Testing?


Manual Testing is nothing but testing the functionality of 
an application manually with out using automation testing
tools means by writing a test cases chek manually

Testing a application using all the testing methodolgys
i.e., using test cases, test scenarios and other methods
without using any tool such as ( Winrunner: Used for Windows
application, QTP: Used for Web applications, Load Runner:
Used for Performance testing ). where we use the these tools
to generate the Scripts which can be reused to test the
application. where as for Manually testing the application
we test the application by giving certain inputs and we see
whehter we are getting the expected results or not.

0 comments: