Visual Basic For Testers

eBook Download

BOOK EXCERPT:

The goal of Visual Basic for Testers is to teach you how to use Visual Basic to increase your level of sophistication as a tester. You'll learn how to use VB to write an automated testing project and what to look for in a well-written VB program. Author Mary Sweeney will help you gain the experience necessary both to use VB to support an automated text project and to text a commercial application written in VB. Since testers often want to move to development tracks, Sweeney also presents information on programming and the issues involved in maintenance and debugging.

Product Details :

Genre : Computers
Author : Joe Sweeney
Publisher : Apress
Release : 2001-07-31
File : 563 Pages
ISBN-13 : 9781430211389


Effective Gui Testing Automation

eBook Download

BOOK EXCERPT:

Have you tried using an "automated" GUI testing tool, only to find that you spent most of your time configuring, adjusting, and directing it? This book presents a sensible and highly effective alternative: it teaches you to build and use your own truly automated tool. The procedure you'll learn is suitable for virtually any development environment, and the tool allows you to store your test data and verification standard separately, so you can build it once and use it for other GUIs. Most, if not all, of your work can be done without test scripts, because the tool itself can easily be made to conduct an automatic GUI survey, collect test data, and generate test cases. You'll spend virtually none of your time playing with the tool or application under test. Code-intensive examples support all of the book's instruction, which includes these key topics: Building a C# API text viewer Building a test monkey Developing an XML viewer using xPath and other XML-related classes Building complex, serializable classes for GUI test verification Automatically testing executable GUI applications and user-defined GUI controls Testing managed (.NET) and unmanaged GUI applications Automatically testing different GUI controls, including Label, TextBox, Button, CheckBox, RadioButton, Menu Verifying test results Effective GUI Test Automation is the perfect complement to Li and Wu's previous book, Effective Software Test Automation: Developing an Automated Software Testing Tool. Together, they provide programmers, testers, designers, and managers with a complete and cohesive way to create a smoother, swifter development process—and, as a result, software that is as bug-free as possible.

Product Details :

Genre : Computers
Author : Kanglin Li
Publisher : John Wiley & Sons
Release : 2006-02-20
File : 464 Pages
ISBN-13 : 9780782150674


Beginning Sql Server 2000 For Visual Basic Developers

eBook Download

BOOK EXCERPT:

* Full coverage of SQL Server tools, from installation Query Analyzer to English Query applications. * Shows how to integrate SQL Server into your VB applications using ADO. * Extensive coverage of Transact-SQL, and particularly building stored procedures and calling them from VB code. * Coverage extends right down to advanced topics like SQL Server XML and building web reports.

Product Details :

Genre : Computers
Author : Thearon Willis
Publisher : Apress
Release : 2013-11-11
File : 826 Pages
ISBN-13 : 9781430251316


Professional Refactoring In Visual Basic

eBook Download

BOOK EXCERPT:

In this one-of-a-kind book, Microsoft MVP Danijel Arsenovski shows you how to utilize the power of refactoring to improve the design of your existing code and become more efficient and productive. You?ll discover how to perform unit testing, refactoring to patterns, and refactoring to upgrade legacy Visual Basic code. As you progress through the chapters, you?ll build a prototype application from scratch as Arsenovski walks you step-by-step through each process while offering expert coding tips.

Product Details :

Genre : Computers
Author : Danijel Arsenovski
Publisher : John Wiley & Sons
Release : 2008-03-31
File : 554 Pages
ISBN-13 : 9780470372548


Beginning Access 2003 Vba

eBook Download

BOOK EXCERPT:

What is this book about? Written by an Access programmer with more than 10 years of VBA experience, this is the perfect guide for Access users who are ready to take their databases to the next level, or for programmers who are new to Access or VBA. Veteran Access developer Denise Gosnell shows readers the ins and outs of Access VBA and provides plenty of source code, and fully developed sample applications to guide you along the way. Not only do readers learn to build "stand-alone" desktop applications, but readers also learn how to integrate Access applications with Web Services, and SQL Server.

Product Details :

Genre : Computers
Author : Denise M. Gosnell
Publisher : John Wiley & Sons
Release : 2011-02-09
File : 544 Pages
ISBN-13 : 9781118058787


Software Engineering And Testing

eBook Download

BOOK EXCERPT:

This book is designed for use as an introductory software engineering course or as a reference for programmers. Up-to-date text uses both theory applications to design reliable, error-free software. Includes a companion CD-ROM with source code third-party software engineering applications.

Product Details :

Genre : Computers
Author : B. B. Agarwal
Publisher : Jones & Bartlett Learning
Release : 2010
File : 534 Pages
ISBN-13 : 1934015555


Software Testing

eBook Download

BOOK EXCERPT:

Product Details :

Genre :
Author :
Publisher : PediaPress
Release :
File : 339 Pages
ISBN-13 :


Effective Software Test Automation

eBook Download

BOOK EXCERPT:

"If you'd like a glimpse at how the next generation is going to program, this book is a good place to start." —Gregory V. Wilson, Dr. Dobbs Journal (October 2004) Build Your Own Automated Software Testing Tool Whatever its claims, commercially available testing software is not automatic. Configuring it to test your product is almost as time-consuming and error-prone as purely manual testing. There is an alternative that makes both engineering and economic sense: building your own, truly automatic tool. Inside, you'll learn a repeatable, step-by-step approach, suitable for virtually any development environment. Code-intensive examples support the book's instruction, which includes these key topics: Conducting active software testing without capture/replay Generating a script to test all members of one class without reverse-engineering Using XML to store previously designed testing cases Automatically generating testing data Combining Reflection and CodeDom to write test scripts focused on high-risk areas Generating test scripts from external data sources Using real and complete objects for integration testing Modifying your tool to test third-party software components Testing your testing tool Effective Software Test Automation goes well beyond the building of your own testing tool: it also provides expert guidance on deploying it in ways that let you reap the greatest benefits: earlier detection of coding errors, a smoother, swifter development process, and final software that is as bug-free as possible. Written for programmers, testers, designers, and managers, it will improve the way your team works and the quality of its products.

Product Details :

Genre : Computers
Author : Kanglin Li
Publisher : John Wiley & Sons
Release : 2006-02-20
File : 426 Pages
ISBN-13 : 9780782151015


Programming In Visual Basic 2010

eBook Download

BOOK EXCERPT:

This is an introduction to programming using Microsoft's Visual Basic.NET 2010, intended for novice programmers with little or no programming experience or no experience with Visual Basic. The text emphasizes programming logic and good programming techniques with generous explanations of programming concepts written from a non-technical point of view. It stresses input, processing, and output and sequence, selection, and repetition in code development. File I/O and arrays are included. Later chapters introduce objects, event programming, and databases. By taking a slow and steady approach to programming ideas, this book builds new concepts from what the reader has already learned. VB tips and quips inject both humor and insight. The book includes numerous programming examples and exercises, case studies, tutorials, and 'fixing a program' sections for an in-depth look at programming problems and tools. Quizzes and review questions throughout each chapter get students to think about the materials and how to use them. Each chapter has a summary and glossary for extra review. The accompanying website, www.cambridge.org/us/McKeown, has code downloads, I/O, and database files from small, simple files to large files with thousands of records, flowcharts, deskchecks and audits to aid with program design, coding, and debugging; PowerPoint files for every chapter; and hundreds of ideas for programs and projects.

Product Details :

Genre : Computers
Author : Jim McKeown
Publisher : Cambridge University Press
Release : 2010-03-22
File : Pages
ISBN-13 : 9781139487603


Expert One On One Visual Basic 2005 Design And Development

eBook Download

BOOK EXCERPT:

Get ready to take your applications to the next level by harnessing all of Visual Basic 2005’s tools for programming, debugging, and refactoring code. In this hands-on book, you’ll get proven techniques for developing even the most complex Visual Basic applications. Expert tips on modeling, user interface design, and testing will help you master the advanced features of this language. You’ll learn how to make writing code more effective so that you can quickly develop and maintain your own amazingly powerful applications.

Product Details :

Genre : Computers
Author : Rod Stephens
Publisher : John Wiley & Sons
Release : 2007-02-03
File : 650 Pages
ISBN-13 : 9780470136751