Skip to main content

DESKTOP APPLICATION TESTING

WHAT IS DESKTOP APPLICATION TESTING??

Before understanding basics of desktop application testing,  let us first define desktop application testing.
          This type of testing is used to test the desktop base applications that whether they are working according to the clients requirements or not. It aims to remove various bugs, errors, issues or failure that reduces its efficiency.

As we know that today the mobile apps are highly trendy and are widely in use. But as far as desktop applications are the concern they have their own field of interest and are always stays in fashion.

Desktop applications run on personal computers and on workstations. As far as desktop applications are concerned we can categorize them as graphical user interface(GUI), load and functionality.
Desktop application requires a need of installation testing and reason behind this is that desktop applications are used by the single user and the are therefore installed in an exe file. so for desktop application testing installation testing need is occur

There could be many types of defects present in a desktop applications they should be removed by using desktop application testing. For example:

  • There could be an incorrect shortcut icon
  • issues related to platform dependency
  • Sometimes there are many incorrect warning messages that often confuse the user continuously.
  • sometimes unauthorized users become also able to access applications.
  • sometimes a particular application is still running on the website even after uninstalling.
Things to be checklist while performing desktop application testing

Before performing any kind of testing, it is must to plan that what actually have to test. By doing such planning, one could actually become determine that what is the current scenario of the application and what should be the required test cases according to that.

So have a look on such kind of important checklist needed to care in desktop application testing.

GRAPHICAL USER INTERFACE
  • Check for the required fields I mean check that if the screen requires data entry on particular field or  not
  • If the screen contains fields particularly for the date, numeric or alphabet make sure that it will accept only the respective values
  • ensure that error messages are informative and helpful for the user
    many other such GUI test cases, the desktop application tester must look upon
FUNCTIONAL TESTING
  • Check for broken lines
  • Installation testing
  • sleep mode
  • cache
  • Testing with multiple user accounts
  • Theme change
  • Print 
COMPATIBILITY TESTING
Browser compatibility testing is also a part of desktop application testing  is performed in order to ensure compatibility of the system/product/software on various browsers. Compatibility testing reduces the chances of the sudden collapse of any application when they used on various browsers.

PERFORMANCE TESTING

Performance testing is used to test that whether the application is required to perform well under severe conditions or not like:
  • Long period of continuous use
  • Memory. and various other issues.

Comments

Popular posts from this blog

In Regression Testing: Difference between Automation And Manual Testing

The difference between an Automation Testing & Manual-Testing is a pillar of the Software testing, because the whole-testing is based on the Automation Testing and Manual Testing. In the project you can do both Automation Testing & Manual Testing & you can also do both Automation testing and Manual Testing simultaneously. Difference between Automation and Manual Testing Automation Testing Manual Testing The automation testing is a continuous component of the manual testing. This testing is an initiate of the testing, without of this testing we cannot start the automation testing. This takes less of time. This takes a lot of time. In the automation testing, we always test by the running the scripts. In the manual testing testers’re allowed to do the random for find the Bugs. In automation testing, it is done on the different on same time. The manual testing would be executes sequentially. ...

Want to know about Mobile Application Testing? Came to right place

What is Mobile Application Testing ? Mobile Application Testing is a phenomenon of testing functionality, usability and consistency of application software designed for mobiles. It is done in two ways: Automated and Manually. When you buy a new mobile, various applications came pre-installed and some you install as per your need from mobile software distribution platforms such as Google Play, Nokia Store etc. In the recent years, mobile devices had shown a rapid growth rate .  Factors that give an open challenge to Mobile application Testing : 1. Mobile devices models : Different models have different hardware configurations, input methods (some are QWERTY, some are touch while others are normal). 2. Several different operating systems (OS) : Market  is full of availability of different operating  systems  (   Android , IOS, BREW, BREWMP, Symbian,   Windows Phone , and   BlackBerry   (RIM)).Each operating system is unique in ...

BROWSER COMPATIBILITY TESTING.....make sure whether your website is compatible or not??

What is  browser compatibility testing in software testing?? In software testing browser compatibility testing is a type of testing in which is used to ensure compatibility of the system/product/software/application or website which is built with various other objects such as various hardware platform, operating systems, users and other specific requirements.