_gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })();
Entries tagged as Software Testing Methods

Black Box testing approach for web-based application

On May 30, 2009 / By admin / In Software Testing Methods / No Comments
Explain Black Box testing approach for web-based application. Black Box testing for web-based application:  1. Browser functionality- Is the browser compatible with the application design? There are many different types of browsers available. GUI design components - Are the scroll bars, buttons, and frames compatible with the browser and functional? To check the functionality of the scroll bars on the interface of Read More...

Functional System Testing Techniques

On May 30, 2009 / By admin / In Software Testing Methods / No Comments
Explain following Functional System Testing Techniques. 1. Requirements Testing Technique  2. Regression Testing Technique FUNCTIONAL SYSTEM TESTING TECHNIQUES -  1. Requirements Testing Technique:  Usage * To ensure that system performs correctly * To ensure that correctness can be sustained for a considerable period of time. * System can be tested for correctness through all phases of SDLC but incase of reliability the programs Read More...

Web site applications testing

On May 30, 2009 / By admin / In Software Testing Methods / No Comments
How are web site applications tested? Testing Web Site Applications - Many developers and testers are making the transition from testing traditional client/server, PC, and/or mainframe systems, to testing rapidly changing Web applications.  Web test: This testing forcuses on how well all parts of the web site hold together, whether inside and outside the website are working and Read More...

Test automation can be implemented in Web-Enabled Development

On May 30, 2009 / By admin / In Software Testing Methods / No Comments
How Test automation can be implemented in Web-Enabled Development? Web-Enabled Development and Test automation  Web-Enabled application go further in these areas: Web-enabled application are meant to be stateless. HTTP was designed to be stateless. Each request from a Web-enabled application is meant to be atomic and not rely on any previouse requests. This has huge advantages for system Read More...