Skip to main content

Concepts of Windows Application Testing!!!!

Windows application testing is generally known as GUI (Graphical User Testing) testing. Generally testing can be categorized in Windows application testing and Web application testing.

Windows Application Testing  is process of testing the Quality assurance of windows application. Testing process use to check the function of windows application is run properly or not, give expected result or not. In simple terms windows application testing checking your windows application for potential bugs before it made live. In Windows Application Testing a tester have full control over the windows application through internet where number of clients and server are known. 

Windows Testing application categorized in to these terms:
·         Desktop Testing
·         Client Server Testing

                Desktop testing is single tier application and this is singular user testing. In Desktop testing application runs in single system. In simple term when you talk about Desktop Testing it means you are focusing on specific environment because, in desktop testing application runs on personal computer. You will test complete application categories like functionality, usability, configuration, GUI (Graphical User Interface), Load and Backend.

Client Server Application Testing is two tier applications runs between two or more system. In this application testing a tester have two different components to test between limited numbers of user, connection exits until logout and they all are known users.
In client Server Application Testing, application is loaded on server machine while application exe is loaded on every client machine. You will test complete application categories in broadly such as client-server interaction, GUI (Graphical User Interface) in both side, Load, Functionality, Configuration, Backend.

Web Application Testing is three tier applications runs between two or more system. It is very complex and different process. In web application there are unlimited numbers of user and they all are unknown, do not know to each other.
In Web application testing application is loaded on main server whose location may or may not be define, no exe is installed on the client machine. Web application is test on different web browser or operating system (OS) platform, so in web application testing tester have mainly focusing on browser compatibility, operating system compatibility, static pages, error handling load testing and backend testing.
Many issues exits in web application like hardware compatibility, browser compatibility, security issue, version compatibility, performance issue etc.

IMPORTANT POINT TO REMEMBER IN WINDOWS APPLICATION TESTING: 
Here is given some important points will help you in windows application testing

v  Firstly we should understand the important functionality of the application.
v  Understand important aspects of the application.
v  Understand  visible functionality of application
v  Understand application  High- risk module
v  Listing out the problem areas which may be cause of customer service complaints
v  Understand application high security function.


FOR MORE INFORMATION KEEP VISITING http://www.precisetestingsolution.com/


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 ...

INTRODUCTION TO SELENIUM TESTING

If you are interesting in software testing and desperately want to work in software testing profile then this post is surely for you, as we know that selenium testing is an important aspect of  software testing so you should go through this at least once. WHAT IS SELENIUM TESTING? SELENIUM is a tool for authoring tests without learning test scripting language like selenium IDE. Selenium is not just a tool but actually it is a cluster of independent tools. And selenium testing is a testing which is performed by using selenium tool. WHY WE USE SELENIUM TESTING I f we talk about the functioning and scenario of today's IT industries or companies then it is known to everyone that there is a mass movement towards automation testing. Not only this but the cluster of manual testing scenario  has also raised a great demand to make to manual testing automated by using various tools such as selenium.  There are numerous benefits which a software tester gets if he/she impleme...