|
|
|
|
LEADER |
00000cam a22000007a 4500 |
001 |
OR_ocn862362717 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
131108s2013 xx o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d OCLCQ
|d UMI
|d MEAUC
|d S4S
|d COO
|d DEBBG
|d DEBSZ
|d E7B
|d OCLCQ
|d YDXCP
|d OCLCQ
|d FEM
|d CNNOR
|d MOR
|d CCO
|d PIFAG
|d XFH
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d STF
|d OCLCF
|d CEF
|d ICG
|d INT
|d VT2
|d AU@
|d UKMGB
|d OCLCQ
|d WYU
|d G3B
|d TKN
|d OCLCQ
|d UAB
|d DKC
|d OCLCQ
|d UKAHL
|d OCLCQ
|d QGK
|d OCLCO
|d OCLCQ
|
016 |
7 |
|
|a 018006498
|2 Uk
|
019 |
|
|
|a 867907976
|a 868297756
|a 961552353
|a 962579578
|a 968045355
|a 969036588
|a 1259250565
|
020 |
|
|
|a 1306069483
|q (ebk)
|
020 |
|
|
|a 9781306069489
|q (ebk)
|
020 |
|
|
|a 9781783283040
|q (e-book)
|
020 |
|
|
|a 1783283041
|q (e-book)
|
020 |
|
|
|a 1783283033
|
020 |
|
|
|a 9781783283033
|
020 |
|
|
|z 9781783283033
|
029 |
1 |
|
|a AU@
|b 000067091846
|
029 |
1 |
|
|a CHNEW
|b 000899245
|
029 |
1 |
|
|a CHVBK
|b 403391075
|
029 |
1 |
|
|a DEBBG
|b BV041778341
|
029 |
1 |
|
|a DEBBG
|b BV044064585
|
029 |
1 |
|
|a DEBSZ
|b 404328296
|
029 |
1 |
|
|a DEBSZ
|b 431554099
|
029 |
1 |
|
|a NZ1
|b 15908644
|
029 |
1 |
|
|a UKMGB
|b 018006498
|
035 |
|
|
|a (OCoLC)862362717
|z (OCoLC)867907976
|z (OCoLC)868297756
|z (OCoLC)961552353
|z (OCoLC)962579578
|z (OCoLC)968045355
|z (OCoLC)969036588
|z (OCoLC)1259250565
|
037 |
|
|
|a 538199
|b MIL
|
050 |
|
4 |
|a TJ211
|
082 |
0 |
4 |
|a 629.8
|a 629.892
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Bisht, Sumit.
|
245 |
1 |
0 |
|a Robot Framework Test Automation.
|
260 |
|
|
|b Packt Publishing,
|c 2013.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with the Robot Framework; Need for acceptance testing; Pinpoint application failure; Reducing the error rate; Providing the automation and reuse; Creating the a test audit trail; What is the Robot Framework?; The Robot Framework ecosystem; Installing and setting up the Robot Framework; Source installation; One-click graphical installer; Java environment installation; The Python package installation; Support for different runtimes; Command details.
|
505 |
8 |
|
|a A small exerciseSummary; Chapter 2: Configuring a test project; Test naming conventions; Creating execution order; Test randomization; Test file structure; HTML format; TSV format; Plaintext format; Pipe separated formatting; Restructured text format; Test configuration files; Suite initialization files; External variable files; Structure; Python/Java files containing variables; Resource files; Structure; Test setup and teardown; Summary; Chapter 3: Further Test Customization; Automation and agile; Internal re-use; Loops and flow control; Flow control; Breaking off without finishing.
|
505 |
8 |
|
|a Feeding external dataPerforming a set of tasks repeatedly within a test; Application in test automation; Higher order re-use; User keywords; Test templates; User libraries; Approaches towards writing tests; Keyboard-driven tests; Data-driven tests; Behavior-driven tests; Behavior driven development; BDD using the Robot Framework; Standard libraries; Collections; Dialogs; Operating System; Process; Screenshot; String; Telnet; Xml; Remote test execution; Summary; Chapter 4: Extending the Framework; Testing the web applications; Selenium; The Robot Framework Selenium library.
|
505 |
8 |
|
|a Running web-based testsUsing the Selenium2Library; Debugging through the REPL shell; Testing desktop applications; Testing through objects -- Java Swing; A Swing test; Testing through images; Sikuli; Creating a custom Sikuli library; Other noteworthy libraries; Testing network protocols; Testing the web services; Testing the database; Summary; Chapter 5: Generating Reports; Need for reports; Quick test run assessment; Result comparison; Individual result detailing; Intelligent assessment; Generated files; Output structure; Heading; Summary information; Test statistics; Test details.
|
505 |
8 |
|
|a Test execution logTest coloring information; Separating files; Making changes in outputs; Customizing the report title; Background color customization; Changing how much is logged; Changing the report format; Creating derived reports; Recreating reports; Viewing difference; Further result usage; Summary; Index.
|
520 |
|
|
|a Written in an engaging, easy-to-follow style, this practical guide will teach you to create test suites and automated acceptance Tests with the Robot Framework. If you are an automation engineer, QA engineer, developer or tester who is looking to get started with Robot Framework, as well as find a standardized testing solution, this book is ideal for you. No prior knowledge of Robot Framework or acceptance testing is required, although a basic knowledge of Python is required for few sections of the book.
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Computer software
|x Testing
|x Automation.
|
650 |
|
0 |
|a Python (Computer program language)
|
650 |
|
6 |
|a Python (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x Quality Assurance & Testing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Python (Computer program language)
|2 fast
|0 (OCoLC)fst01084736
|
776 |
0 |
8 |
|i Print version:
|z 9781306069489
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781783283033/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849984
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1532018
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10790288
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis26533977
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11330975
|
994 |
|
|
|a 92
|b IZTAP
|