36,95 €
36,95 €
inkl. MwSt.
Sofort per Download lieferbar
18 °P sammeln
36,95 €
Als Download kaufen
36,95 €
inkl. MwSt.
Sofort per Download lieferbar
18 °P sammeln
Jetzt verschenken
Alle Infos zum eBook verschenken
36,95 €
inkl. MwSt.
Sofort per Download lieferbar
Alle Infos zum eBook verschenken
18 °P sammeln
- Format: PDF
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei
bücher.de, um das eBook-Abo tolino select nutzen zu können.
Hier können Sie sich einloggen
Hier können Sie sich einloggen
Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
*Unlike its competitors, focuses solely on applied programming techniques for testers
*Will appeal to both developers and testers alike; already popularized in classrooms worldwide for three years
*Testing market is growing as more business adopt .NET technologies
- Geräte: PC
- ohne Kopierschutz
- eBook Hilfe
- Größe: 13.42MB
Andere Kunden interessierten sich auch für
- Matthew MacdonaldBeginning ASP.NET 3.5 in C# 2008 (eBook, PDF)35,95 €
- Matthew MacdonaldBeginning ASP.NET 3.5 in VB 2008 (eBook, PDF)35,95 €
- Alex MackeyIntroducing .NET 4.0 (eBook, PDF)26,95 €
- Karli WatsonBeginning ASP.NET E-Commerce in C# (eBook, PDF)51,95 €
- Andrew TroelsenPro VB 2010 and the .NET 4.0 Platform (eBook, PDF)35,95 €
- Stephen R. G. FraserPro Visual C++/CLI and the .NET 2.0 Platform (eBook, PDF)43,95 €
- Andrew TroelsenPro C# 10 with .NET 6 (eBook, PDF)48,95 €
-
-
-
*Unlike its competitors, focuses solely on applied programming techniques for testers
*Will appeal to both developers and testers alike; already popularized in classrooms worldwide for three years
*Testing market is growing as more business adopt .NET technologies
*Will appeal to both developers and testers alike; already popularized in classrooms worldwide for three years
*Testing market is growing as more business adopt .NET technologies
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Apress
- Seitenzahl: 606
- Erscheinungstermin: 21. November 2006
- Englisch
- ISBN-13: 9781430201168
- Artikelnr.: 37350262
- Verlag: Apress
- Seitenzahl: 606
- Erscheinungstermin: 21. November 2006
- Englisch
- ISBN-13: 9781430201168
- Artikelnr.: 37350262
- Herstellerkennzeichnung Die Herstellerinformationen sind derzeit nicht verfügbar.
Mary Romero Sweeney has been developing, using, and testing software systems for over 20 years for companies including Boeing, and Software Test Labs. She authored Visual Basic for Testers and speaks frequently at major software testing conferences. Mary is a college professor and also performs independent consultation and training through her company, Sammamish Software. She has degrees in mathematics and computer science from Seattle University, is an MCP in SQL Server, and is on the board and faculty of the International Institute for Software Testing.
Understanding .Net Testing choices.- Outlines the 3 types of .Net Apps(Console, Web(ASP.Net),and Windows) and how they are used for testing.- Choosing a .Net language (Point them to the Tutorials in the back if they need them).- Overview of Testing Terms (Whitebox, BlackBox, Regression, etc.).- Discuss 'When to Automate' Topic.- Lab: Create 3 simple Apps(Console, Web, and Windows).- Storing Test Data (a simple overview).- Documenting your Tests.- Text Files.- Lab: Create a Simple Console App that writes to a text file.- The Registry.- Lab: Create a Simple Windows App that writes to the Registry.- Databases.- Lab: Create a Simple Web App that writes to a Access database.- Overview of the .Net Error handling.- Syntax, Run-time, and Logic errors.- How Try-Catch blocks work.- Using Debug and trace to get debugging information.- The Debugging windows.- Breakpoints.- The Exception Class.- Throwing Exceptions.- Lab: Using the VS.Net debugging tools.- Creating Test Utilities in a Windows Application.- Building a simple test application using procedures.- Describing the purpose of scope within procedures.- Logging an Automated testing project.- The SendKeys.- Adding timing to your test scripts.- Lab: Creating an automation application.- Objects and Classes in Net.- Unit, Component, and Integration testing.- Why Testers need to know about software components.- How applications are broken into Components.- White-Box and Black-Box testing.- What Classes and Objects are?- The difference between properties and methods.- DLL and EXE.- Some of the differences between COM and .Net. -What is N-Tier Architecture? - How the Object Browser is used to examine Classes.- Creating the 'Bug Reporter' application with components.- Testing with the Windows Registry.- Introduction to the Windows Registry.- Lab: Create the 'Registry Management' Utility.- Testing with the Windows API.- Introduction to the Windows API.- Lab: Create a 'Collecting OS information' Utility and write it data to a database.- Database Testing with ADO.Net.- Database Testing Overview.- Common ADO.Net classes.- Writing to an Access DB.- Writing to an SQL DB.- Writing to an XML File.- Lab: Create a Windows App that reads data from last labs Database and Writes to an XML file.- Creating Setup Automation Utilities with a Console Application.- File System Management (review).- Installation automation with Console Apps.- Lab: Automate an Xcopy Installation Script for the 'Registry management' Utility we made.- Using Database Scripts with SQL Server.- Lab: Automating Database Setup for the 'Collecting OS information' Utility.- Creating Test Utilities in a Web Application (ASP.Net).- Using Common Web Controls (Text, Combo, Radio, List).- Client Side vs. Server Side Code.- Using Trace features.- Web.config and Machine.config file settings.- Lab: Using Trace Utilities.- Logging User and Web Server Data to a Database.- Lab: Capture Web App Data.- Creating Testing Reports.- Importing Log files (using csv files).- Creating Web and Windows Reports.- Using Office Pivot Tables and Charts.- Lab: Create a Multi-Form Report using the DataGrid, Office Pivot Tables, and Office Charts.
Understanding .Net Testing choices.- Outlines the 3 types of .Net Apps(Console, Web(ASP.Net),and Windows) and how they are used for testing.- Choosing a .Net language (Point them to the Tutorials in the back if they need them).- Overview of Testing Terms (Whitebox, BlackBox, Regression, etc.).- Discuss 'When to Automate' Topic.- Lab: Create 3 simple Apps(Console, Web, and Windows).- Storing Test Data (a simple overview).- Documenting your Tests.- Text Files.- Lab: Create a Simple Console App that writes to a text file.- The Registry.- Lab: Create a Simple Windows App that writes to the Registry.- Databases.- Lab: Create a Simple Web App that writes to a Access database.- Overview of the .Net Error handling.- Syntax, Run-time, and Logic errors.- How Try-Catch blocks work.- Using Debug and trace to get debugging information.- The Debugging windows.- Breakpoints.- The Exception Class.- Throwing Exceptions.- Lab: Using the VS.Net debugging tools.- Creating Test Utilities in a Windows Application.- Building a simple test application using procedures.- Describing the purpose of scope within procedures.- Logging an Automated testing project.- The SendKeys.- Adding timing to your test scripts.- Lab: Creating an automation application.- Objects and Classes in Net.- Unit, Component, and Integration testing.- Why Testers need to know about software components.- How applications are broken into Components.- White-Box and Black-Box testing.- What Classes and Objects are?- The difference between properties and methods.- DLL and EXE.- Some of the differences between COM and .Net. -What is N-Tier Architecture? - How the Object Browser is used to examine Classes.- Creating the 'Bug Reporter' application with components.- Testing with the Windows Registry.- Introduction to the Windows Registry.- Lab: Create the 'Registry Management' Utility.- Testing with the Windows API.- Introduction to the Windows API.- Lab: Create a 'Collecting OS information' Utility and write it data to a database.- Database Testing with ADO.Net.- Database Testing Overview.- Common ADO.Net classes.- Writing to an Access DB.- Writing to an SQL DB.- Writing to an XML File.- Lab: Create a Windows App that reads data from last labs Database and Writes to an XML file.- Creating Setup Automation Utilities with a Console Application.- File System Management (review).- Installation automation with Console Apps.- Lab: Automate an Xcopy Installation Script for the 'Registry management' Utility we made.- Using Database Scripts with SQL Server.- Lab: Automating Database Setup for the 'Collecting OS information' Utility.- Creating Test Utilities in a Web Application (ASP.Net).- Using Common Web Controls (Text, Combo, Radio, List).- Client Side vs. Server Side Code.- Using Trace features.- Web.config and Machine.config file settings.- Lab: Using Trace Utilities.- Logging User and Web Server Data to a Database.- Lab: Capture Web App Data.- Creating Testing Reports.- Importing Log files (using csv files).- Creating Web and Windows Reports.- Using Office Pivot Tables and Charts.- Lab: Create a Multi-Form Report using the DataGrid, Office Pivot Tables, and Office Charts.