Advanced UFT 12 for test engineers cookbook : over 60 practical recipes to help you accomplish automation tasks using UFT 12 and VBScript
(eBook)

Book Cover
Average Rating
Contributors
Published
Birmingham, UK : Packt Publishing, 2014.
Format
eBook
ISBN
9781849688413, 1849688419, 1849688400, 9781849688406
Physical Desc
1 online resource (1 volume) : illustrations.
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English

Notes

General Note
Includes index.
Description
This advanced cookbook is designed for software testers and engineers with previous automation experience and teaches UFT (QTP) developers advanced programming approaches. Knowledge of software testing and basic coding (with VBScript in particular) and familiarity with programming concepts are prerequisites.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Bar-Tal, M., & Wright, J. L. (2014). Advanced UFT 12 for test engineers cookbook: over 60 practical recipes to help you accomplish automation tasks using UFT 12 and VBScript . Packt Publishing.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Bar-Tal, Meir and Jonathon Lee, Wright. 2014. Advanced UFT 12 for Test Engineers Cookbook: Over 60 Practical Recipes to Help You Accomplish Automation Tasks Using UFT 12 and VBScript. Packt Publishing.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Bar-Tal, Meir and Jonathon Lee, Wright. Advanced UFT 12 for Test Engineers Cookbook: Over 60 Practical Recipes to Help You Accomplish Automation Tasks Using UFT 12 and VBScript Packt Publishing, 2014.

MLA Citation, 9th Edition (style guide)

Bar-Tal, Meir,, and Jonathon Lee Wright. Advanced UFT 12 for Test Engineers Cookbook: Over 60 Practical Recipes to Help You Accomplish Automation Tasks Using UFT 12 and VBScript Packt Publishing, 2014.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
7a2b8a0e-1803-b6e6-e7bc-969de596f189-eng
Go To Grouped Work

Grouping Information

Grouped Work ID7a2b8a0e-1803-b6e6-e7bc-969de596f189-eng
Full titleadvanced uft 12 for test engineers cookbook over 60 practical recipes to help you accomplish automation tasks using uft 12 and vbscript
Authorbar tal meir
Grouping Categorybook
Last Update2024-04-16 12:23:35PM
Last Indexed2024-04-20 03:41:23AM

Book Cover Information

Image Sourcesyndetics
First LoadedJul 27, 2022
Last UsedMar 6, 2024

Marc Record

First DetectedNov 09, 2022 03:45:43 PM
Last File Modification TimeApr 16, 2024 12:32:23 PM

MARC Record

LEADER05962cam a2200709 i 4500
001ocn899594757
003OCoLC
00520240405112445.0
006m     o  d        
007cr unu||||||||
008150108s2014    enka    o     001 0 eng d
015 |a GBB747563|2 bnb
0167 |a 018013991|2 Uk
019 |a 907300543
020 |a 9781849688413
020 |a 1849688419
020 |a 1849688400
020 |a 9781849688406
020 |z 9781849688406
0291 |a CHNEW|b 000705137
0291 |a DEBBG|b BV042490556
0291 |a DEBSZ|b 434837350
0291 |a UKMGB|b 018013991
035 |a (OCoLC)899594757|z (OCoLC)907300543
037 |a CL0500000523|b Safari Books Online
040 |a UMI|b eng|e rda|e pn|c UMI|d E7B|d DEBBG|d OCLCF|d YDXCP|d DEBSZ|d OCLCQ|d CEF|d NLE|d OCLCO|d UKMGB|d UAB|d UKAHL|d VLY|d OCLCO|d OCLCQ|d OCLCO|d OCLCL|d OCLCQ
049 |a TKLA
050 4|a QA76.76.T48
08204|a 005.437|2 23
1001 |a Bar-Tal, Meir,|e author.
24510|a Advanced UFT 12 for test engineers cookbook :|b over 60 practical recipes to help you accomplish automation tasks using UFT 12 and VBScript /|c Meir Bar-Tal, Jonathon Lee Wright.
264 1|a Birmingham, UK :|b Packt Publishing,|c 2014.
300 |a 1 online resource (1 volume) :|b illustrations.
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
4901 |a Quick answers to common problems
500 |a Includes index.
5050 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Data-Driven Tests; Introduction; Creating a DataTable parameter; Retrieving data from a DataTable; Storing data in a DataTable; Importing an Excel file to a test; Exporting a DataTable; Parameterizing Test Object properties; Defining test cases using a DataTable; Storing data in the Environment object; Retrieving data from the Environment object; Reading values from an INI file; Using a configuration file to manage test environments
5058 |a Using a global dictionary for fast shared data accessUsing a global dictionary for fast shared code access; Chapter 2: Testing Web Pages; Introduction; Checking if page links are broken; Deleting cookies; Managing multiple browser windows; Handling pop-up dialogs; Downloading a file using XMLHttp; Checking whether a website is up; Uploading a file using FTP; Identifying elements based on anchors; Synchronizing a test with a web page loading; Accessing web elements through DOM; Chapter 3: Testing XML and Database; Introduction; Establishing and closing a database connection
5058 |a Using SQL queries programmaticallyUsing a database checkpoint; Using an XML checkpoint; Chapter 4: Method Overriding; Introduction; Overriding a Test Object method; Registering a method to all classes; Using method overriding to support object subtypes; Adding a new method to a class; Chapter 5: Object Identification; Introduction; Setting mandatory and assistive properties for a class; Using Descriptive Programming inline; Using the Description object; Using child objects; Using native properties for object identification; Identifying an object based on its parent
5058 |a Chapter 6: Event and Exception HandlingIntroduction; Catching errors inside a function or subroutine; Creating and using a recovery scenario; Using a global dictionary for recovery; Chapter 7: Using Classes; Introduction; Implementing a class; Implementing a simple search class; Implementing a generic Login class; Implementing function pointers; Implementing a generic Iterator; Chapter 8: Utility and Reserved Objects; Introduction; Using global variables (Environment); Customizing mouse operations (DeviceReplay); Managing processes (SystemUtil); Measuring time (MercuryTimers)
5058 |a Resolving file locations (PathFinder)Loading shared object repositories (RepositoriesCollection); Loading and creating XML documents (XMLUtil); Drawing a rectangle on the screen with Win32 API methods (Extern); Verifying binary file contents (FileCompare); Implementing a custom reserved object; Using remote objects; Utility statements; Chapter 9: Windows Script Host (WSH); Introduction; Reading a key from the Windows® system registry; Writing a key to the Windows® system registry; Deleting a key from the Windows® system registry; Running a process using the Windows® system shell
520 |a This advanced cookbook is designed for software testers and engineers with previous automation experience and teaches UFT (QTP) developers advanced programming approaches. Knowledge of software testing and basic coding (with VBScript in particular) and familiarity with programming concepts are prerequisites.
5880 |a Online resource; title from cover page (Safari, viewed January 5, 2015).
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Application software|x Testing.
650 0|a Automation.|0 http://id.loc.gov/authorities/subjects/sh85010116
650 6|a Automatisation.
650 7|a automation.|2 aat
650 7|a COMPUTERS|x Programming Languages|x VBScript.|2 bisacsh
650 7|a COMPUTERS|x Web|x General.|2 bisacsh
650 7|a Application software|x Testing|2 fast
650 7|a Automation|2 fast
7001 |a Wright, Jonathon Lee,|e author.
758 |i has work:|a Advanced uft 12 for test engineers cookbook (Text)|1 https://id.oclc.org/worldcat/entity/E39PD3MV46ftCfKHbYh9BQygYX|4 https://id.oclc.org/worldcat/ontology/hasWork
830 0|a Quick answers to common problems.|0 http://id.loc.gov/authorities/names/no2015091434
85640|u https://ezproxy.knoxlib.org/login?url=https://learning.oreilly.com/library/view/~/9781849688406/?ar
938 |a Askews and Holts Library Services|b ASKH|n AH27257635
938 |a ebrary|b EBRY|n ebr10992766
938 |a YBP Library Services|b YANK|n 12188123
994 |a 92|b TKL