When we click on the submit button on the form, the request is sent to the server and server gives response to that request. This whole process is called server side testing because in this whole process data has to pass from two or more systems so that server validates that data. Server side testing code is written in C language. Server side testing can perform on multiple requests at the same time. Generated test cases are stored on server side. For server side testing we have to check that the data values are stored in the database or not. Sometime in Server side testing approach server takes long time to response so users have to wait.



Reply With Quote