GeekArticles
Testing
Test DesignTest Data Preparation
Author: stickyminds.com |
Published: 20th Aug 2005 |
Visited: 599 times |
Add CommentFiled in: Test DesignTesters often encounter many windows or Web pages in an application. Each of these windows or Web pages may have many objects within them, and each object could have unique characteristics. (Typical objects are radio buttons, push buttons, drop down lists, edit fields, check boxes, etc.) While designing test cases, one ascertains each and every state of the object in detail in order to cover the functional test cases along with the error handling. This paper simplifies the whole process of preparing test data with the aid of a Microsoft Excel spread sheet. It also covers the basic concepts of BVA and equivalence partitioning techniques
Read Article Sponsored Links
Related Articles
• Retrieving XML Data Retrieving XML DataTo retrieve XML data from an XMLType table, you can use a SELECT SQL statement, just as you would if you had to query a relational table. For example, to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section, you might issue ...
• Querying Data with Oracle XQuery Querying Data with Oracle XQuery
Starting with Oracle Database 10g Release 2, you can take advantage of a full-featured native XQuery engine integrated with the database. With Oracle XQuery, you can accomplish various tasks involved in developing PHP/Oracle XML applications, operating on any kind of ...
• Breaking up XML into Relational Data Breaking up XML into Relational Data
While the preceding example shows how to construct an XML representation over relational data, the example in this section illustrates how you can shred XML data back into relational data. This reverse operation can be useful if your application works with relati ...
• Accessing and Updating Data in ASP.NET 2.0: Using Optimistic Concurrency
Because multiple users can visit the same web page concurrently, it is possible for a user visiting a data modification page to inadvertently overwrite
the modifications made by another user. Consider a page with an editable GridView. If two users visit this page simultaneously from different compu ...
• Read committed--Why transaction can read uncommitted data Hello Tom
Thanks for your time.. I have a question: I understand that by default Oracle uses read committed by statement level, normally other session can't see the modification execept the session that makes the modification itself. Read c ...
• RESTRICT USERS TO INSERT/UPDATE DATA EXCEPT THEIR PRIVILIEGES DEAR TOM
i learn a lot from this platform as a new dba
i have a situation here. i did't write code/script here because i havn't any idea that how i ask from you? i have tried to convey my..
i have a database of almost 60 tables. application d ...
• Reading Unmanaged Data Into Structures In this article we will look into reading data from an unmanaged array of bytes into a managed data structure. We will use multiple approaches to optimize the proc ...
• Managing the Evolving Data Center eBook: Times are changing for IT professionals tasked with managing the datacenter. Issues of physical space, virtual space, and power and cooling have taken on importance as the amount of electronic data continues to grow and applications become more powerful. New tools like blade servers, dual and ...