7 minutes to read
Client Server And Web Applications, Essential Tools For your personal Desktop testing
Anastasiia Sokolinska
Chief Operating Office
Almost every tester works in one of the categories like desktop application, client server application or web application testing. Each app is different and has its own advantages and disadvantages.
WWW was developed on top of the existent client server architecture and it replaced the FTP and email as a mechanism of sharing files and data.
A program that can provide service to client programs is called a server. Client and server are connected with the help of message passing over the network using the protocol to encode the client's requests and the response of server. There might be a few distributed servers.
Web application is entirely run on a web browser. It is independent because only a web browser is required. As they are run inside the browser it means that the application which is run in Chrome will work either on Windows or OS X. They have finite access to system resources (e.g. memory, CPU, file system).
What is the difference between client server and web application?
For client server application testing must be 2 various components in order to test them. An application is loaded on server machine meanwhile the application exe on each client machine.
You should broadly test in such categories as GUI on both sides, Load, functionality, backend, client-server interaction while client server testing. You are informed about number of servers and locations and clients in the test scenario.
While web app testing a tester does not possess much control over the target app. Applications are loaded on the server and they can or cannot be known and there is no exe installed on the client machine, and it is not required to test these apps on various web browsers. Web applications should be tested on various OS platforms and browsers. These applications are generally built in HTML, Javascript, XML etc. And the web server is generally built in Java, ASP, JavaScript, VBScript, PHP. It is flexible and exists only online.
Some people prefer desktop apps, but others prefer web applications. So lots of companies (like Apple iWork, Microsoft Office or Intuit TurboTax) offer both desktop and web versions of the most popular programs.
Desktop app is limited by the hardware on which they are run. Windows desktop application runs the conventional Windows desktop when the tablet app runs full screen. Updates to the applications must be applied by the user directly to their installation. It must be admitted that software developers are able to use HTML and JavaScript to develop desktop applications likewise web applications. Applications like MS Excel, MS Word, and Outlook are desktop apps. Some desktop applications made by technologies like HTML and JS which allow the developers to write code.
How is a web app different from a desktop application?
Now, let us consider what desktop testing is.
Desktop app testing means concentrating on a particular environment (personal computers, machines and systems). The app is tested in such categories as GUI, functionality, backend i.e. DB and Load. This type of testing requires knowledge of operating system and database as one focuses on definite environment.It means testing the application entirely in features like graphical user interface, functionality, backend, database and load. The user also needs to ascertain the ways to check memory leaks and unhandled exceptions.
Testing checklist for desktop applications may include the following:
Following tools may be useful for desktop testing.
AutoIt
AutoIt v3 is a freeware BASIC-like scripting language that is designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way that is not possible or reliable with other languages (e.g. VBScript and SendKeys). It can interact with all conventional windows controls and support COM. But it is stand-alone with no external.dll files,.NET or VB.
You can download it here
AutoHotkey
It is open-source custom scripting language for Microsoft Windows. The AutoHotkey installation includes its own extensive help file with always updated web-based version. AutoHotkey scripts are used to launch programs, open documents, send keystrokes and mouse clicks and movements. They can assign, retrieve, and manipulate variables, run loops and manipulate windows files, and folders as well. One is able to remap or disable the keyboard keys.
It may be download here https://autohotkey.com/download/
Ranorex
It is a GUI test automation framework for testing desktop, web-based and mobile applications. Ranorex hasn't its own scripting language. It uses standard programming language like C# and VB.NET as a base. This tool supports such types of testing as acceptance test, black box test and unit test. You can test next desktop client applications: .NET, WinForms, Win32, Java, Qt, Delphi,VB6, PowerBuilder, WPF, Microsoft Dynamics CRM etc.
This one might be downloading from here http://www.ranorex.com/free-trial.html
Bear in mind that even if the difference exists in these three environments, the basic quality assurance and testing principles remains the same and applies to all.