Entries tagged as Software Testing Methods

Approach for Black-Box testing on Window-based Application

On May 30, 2009 / By admin / In Software Testing Methods / No Comments
What is the approach for Black-Box testing on Window-based Application? Black-Box testing on Window-based Application -  Editable Fields Checking and Validation:  Valid/invalid characters/strings data in all editable fields Valid minimum/maximum/mid range values in fields Null strings (or no data ) in required fields Record length (character limit)in text/memo fields Cut/copy/paste into/from fields when possible Not Editable Fields Checking: Check for all test/spelling in warnings Read More...

Test automation implementation

On May 30, 2009 / By admin / In Software Testing Methods / No Comments
Explain Test automation implementation in following Development styles. a. Desktop application development and Test automation. b. Client/Server Development and Test automation.   a. Desktop application development and Test automation -  The software was written to provide a friendly interface for information workers: Spreadsheet jockeys, business people needing written reports, and game players. The full spectrum of desktop software could pretty Read More...

Development style and testing style

On May 30, 2009 / By admin / In Software Testing Methods / No Comments
Explain Development style and testing style for different types of software development. Three Waves of Software Development -   Wave     Type of application     Development Style     Test style   1. Desktop Event-Driven framwork surrounds individual procedural functions The common style is to have a hierarchical set of menus presenting a set of commands. Test each function agaist a written functions specification. 2. Client/Server Structured programming command organized into hierachical menu Read More...

Structural System Testing Techniques

On May 30, 2009 / By admin / In Software Testing Methods / No Comments
Explain following Structural System Testing Techniques. a. Recovery Testing. b. Security Testing.   Structural System Testing Techniques -  a. Recovery Testing: Usage * Recovery is ability to restart the operation after integrity of application is lost. * It includes reverting to a point where integrity of system is known , then reprocessing up until the point of failure. * The time taken to recover Read More...