answersLogoWhite

0

Server side testing means when you will click on submit button, that time request will go server side and response will be getting from server.

i.e for web application testing, if add any form values and click on submit button, the request will be given to server i.e the back end function will be done, so that value will be added to the db by means of query given.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is deploying?

Testing and installing an application on the server.


Is ruby programming client side or server side?

Ruby is a server-side language.


What is MQ in testing?

Communication line between the server


What does server side relate to in the computer industry?

In the computer industry, server side refers to the operations performed by a server in a server-client computer relationship. The server side typically handles many functions to lighten the load of the client side's work.


Which is world largest use server side OS?

There is no server side OS available yet.


Is ruby server side scripting language?

Yes, Ruby is a server-side scripting language.


How do you get counter strike 1.6 server rcon?

Server Side: rcon_password <password> Client Side: rcon_password <password> rcon_address <IP of the server> rcon_port <IP port the server is using> rcon <server commands>


How can you make cleint side controls as server side controls in aspnet?

By using runat="server" attribute..


Is JSP server side language?

Yes... Java server page is server side language . but it can create client side code in format of HTML . When the request send the web server the jsp process the HTML request and HTML response. by Arulmurugan C


Why java script is not a server side programming?

It is not impossible to code on server side using javascript as there are frameworks available today which lets use of javascript on server side. But usage of this is not that high as most people prefer the normal way of using AJAX if they want javascript to interact with a server side language.


How come in AQW there are still 3-6 people in each server during server shutdown?

they are the aqw staff, testing something new.


You are testing client server program how can test it in one computer making a single PC both client and server?

It's very simple. You just need to tell the client to connect to ip address 127.0.0.1, which is local host. You also define the port number for the client. On Server side, you just need to listen to that port. Then run both client and server programs on the same PC and it should work.