Cargando…

TestNG beginner's guide /

This book is written in a friendly, beginner's guide style with plenty of step-by-step instructions with appropriate examples. This book is great for developers and testers who are new to TestNg and want to learn how to use TestNG for writing their application as well as functional tests. This...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Menon, Varun (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn857061884
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 111102s2013 enka o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCO  |d OCLCF  |d COO  |d EBLCP  |d IDEBK  |d UMI  |d DEBSZ  |d RIV  |d YDXCP  |d OCLCQ  |d TEFOD  |d OCLCQ  |d LOA  |d FEM  |d COCUF  |d CNNOR  |d MOR  |d PIFAG  |d N$T  |d ZCU  |d AGLDB  |d MERUC  |d OCLCQ  |d U3W  |d D6H  |d STF  |d WRM  |d OCLCQ  |d VTS  |d CEF  |d NRAMU  |d ICG  |d NLE  |d INT  |d OCLCQ  |d VT2  |d AU@  |d UKMGB  |d OCLCQ  |d UAB  |d A6Q  |d DKC  |d OCLCQ  |d UKAHL  |d HS0  |d UWK  |d NLW  |d OCLCQ  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB6I9984  |2 bnb 
016 7 |a 018005373  |2 Uk 
019 |a 854974901  |a 859144381  |a 961561571  |a 962700371  |a 968094450  |a 969013390  |a 974982922  |a 975039258  |a 981865366  |a 1037714682  |a 1038673823  |a 1045491501  |a 1052110636  |a 1055391178  |a 1058189207  |a 1062331077  |a 1081238253  |a 1083554733  |a 1103272739  |a 1109327886  |a 1110349099  |a 1118592098  |a 1129356706 
020 |a 9781782166016  |q (electronic bk.) 
020 |a 1782166017  |q (electronic bk.) 
020 |z 9781782166009 
020 |z 1782166009 
029 1 |a AU@  |b 000052162157 
029 1 |a AU@  |b 000055913952 
029 1 |a AU@  |b 000067114186 
029 1 |a CHNEW  |b 000639328 
029 1 |a CHNEW  |b 001051905 
029 1 |a CHVBK  |b 567707253 
029 1 |a DEBBG  |b BV041432670 
029 1 |a DEBBG  |b BV044189337 
029 1 |a DEBSZ  |b 397584474 
029 1 |a DEBSZ  |b 398285950 
029 1 |a DEBSZ  |b 493126090 
029 1 |a NZ1  |b 15908242 
029 1 |a UKMGB  |b 018005373 
035 |a (OCoLC)857061884  |z (OCoLC)854974901  |z (OCoLC)859144381  |z (OCoLC)961561571  |z (OCoLC)962700371  |z (OCoLC)968094450  |z (OCoLC)969013390  |z (OCoLC)974982922  |z (OCoLC)975039258  |z (OCoLC)981865366  |z (OCoLC)1037714682  |z (OCoLC)1038673823  |z (OCoLC)1045491501  |z (OCoLC)1052110636  |z (OCoLC)1055391178  |z (OCoLC)1058189207  |z (OCoLC)1062331077  |z (OCoLC)1081238253  |z (OCoLC)1083554733  |z (OCoLC)1103272739  |z (OCoLC)1109327886  |z (OCoLC)1110349099  |z (OCoLC)1118592098  |z (OCoLC)1129356706 
037 |a 9781782166016  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.76.T48  |b M46 2013eb 
072 7 |a COM  |x 051330  |2 bisacsh 
082 0 4 |a 005.13  |2 23 
049 |a UAMI 
100 1 |a Menon, Varun,  |e author. 
245 1 0 |a TestNG beginner's guide /  |c Varun Menon. 
260 |a Birmingham, UK :  |b Packt Publishing,  |c 2013. 
300 |a 1 online resource (vi, 257 pages) :  |b illustrations 
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 Online resource; title from PDF title page (EBSCO, viewed July 7, 2017). 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Testing and test automation; TestNG; Features of TestNG; Downloading TestNG; Prerequisites; Installing TestNG onto Eclipse; Time for action -- installing TestNG onto Eclipse; Writing your first TestNG test; The Java project; Time for action -- creating a Java project; Time for action -- creating your first TestNG class; Running your first test program; Time for action -- running tests through Eclipse; Summary. 
505 0 |a Chapter 2: Understanding testng.xmlAbout testng.xml; Creating a test suite; Time for action -- creating a test suite; Running testng.xml; Using command prompt; Time for action -- running testng.xml through the command prompt; Using Eclipse; Time for action -- executing testng.xml using Eclipse; Time for action -- configuring Eclipse to run a particular TestNG XML file; Creating multiple tests; Time for action -- testng XML with multiple tests; Adding classes, packages, and methods to test; Sample project; Creating a test with classes; Time for action -- creating a test with classes. 
505 0 |a Creating a test using packagesTime for action -- creating a test with packages; Creating a test with methods; Time for action -- creating a test with methods; Creating a test with packages, classes, and methods; Time for action -- creating a test suite with package, class, and test method; Including and excluding; Include/exclude packages; Time for action -- test suite to include a particular package; Time for action -- test suite to exclude a particular package; Include/exclude methods; Time for action -- test suite to exclude a particular method; Using regular expressions to include/exclude. 
505 0 |a Prerequisite -- creating a sample projectTime for action -- using regular expressions for test; Summary; Chapter 3: Annotations; Annotations in TestNG; Before and After annotations; Time for action -- running the Before and After annotations; Time for action -- Before and After annotation when extended; Test annotation; Time for action -- using test annotation on class; Disabling a test; Time for action -- disabling a test method; Exception test; Time for action -- writing an exception test; Time for action -- writing a exception test verifying message; Time test. 
505 0 |a Time for action -- time test at suite levelTime for action -- time test at test method level; Parameterization of test; Parameterization through testng.xml; Time for action -- parameterization through testng.xml; Time for action -- providing optional values; DataProvider; Time for action -- using Test annotation on Class; Time for action -- DataProvider in different class; Summary; Chapter 4: Groups; Grouping tests; Time for action -- creating test that belong to a group; Running a TestNG group; Using Eclipse; Time for action -- running a TestNG group through Eclipse; Using the testng XML. 
505 0 |a Time for action -- running a TestNG group using the testng XML. 
520 |a This book is written in a friendly, beginner's guide style with plenty of step-by-step instructions with appropriate examples. This book is great for developers and testers who are new to TestNg and want to learn how to use TestNG for writing their application as well as functional tests. This book assumes that you have experience in Java and OOPs concepts and have worked with certain IDE. 
546 |a English. 
506 1 |a Legal Deposit;  |c Only available on premises controlled by the deposit library and to one user at any one time;  |e The Legal Deposit Libraries (Non-Print Works) Regulations (UK).  |5 WlAbNL 
540 |a Restricted: Printing from this resource is governed by The Legal Deposit Libraries (Non-Print Works) Regulations (UK) and UK copyright law currently in force.  |5 WlAbNL 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Computer software  |x Testing. 
650 0 |a Computer programs  |x Testing. 
650 6 |a Logiciels  |x Essais. 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Quality Assurance & Testing.  |2 bisacsh 
650 7 |a Computer programs  |x Testing  |2 fast 
650 7 |a Computer software  |x Testing  |2 fast 
776 0 8 |i Print version:  |a Menon, Varun.  |t TestNG Beginner's Guide.  |d Birmingham : Packt Publishing, ©2013  |z 9781782166009 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=620020  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26849555 
938 |a ebrary  |b EBRY  |n ebr10742635 
938 |a EBSCOhost  |b EBSC  |n 620020 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26009412 
938 |a YBP Library Services  |b YANK  |n 10906880 
994 |a 92  |b IZTAP