Entries tagged as Software Testing Methods
Black Box testing approach for web-based application
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 Read More...
Functional System Testing Techniques
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 Read More...
Web site applications testing
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 Read More...
Test automation can be implemented in Web-Enabled Development
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 Read More...