Hi all, I have an application built on WindowForm with SQL Server in the backend (client-server style), the application will read an image from server, then display on client, user will input and send data (text-based) back to server to write to SQL server. Question is: how can I test the application and server to assure that 100 users can work simultaneously without any delay? Thanks.
No responses yet.