Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Java for Testers: Learn Java Fundamentals Fast, Richardson MR Alan J.


Варианты приобретения
Цена: 4116.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Richardson MR Alan J.
Название:  Java for Testers: Learn Java Fundamentals Fast
ISBN: 9780956733252
Классификация: ISBN-10: 0956733255
Обложка/Формат: Paperback
Страницы: 436
Вес: 0.78 кг.
Дата издания: 06.08.2015
Язык: English
Размер: 246 x 189 x 23
Поставляется из: США
Описание: This book is for people who want to learn Java. Particularly people on a team that want to learn Java, but who arent going to be coding the main Java application i.e. Testers, Managers, Business Analysts, Front End Developers, Designers, etc.If you already know Java then this book may not be for you.This book is aimed at beginners. Designed to help the reader get started fast, the book is easy to follow, and has examples related to testing.You can find the companion web site for the book at http: //javafortesters.comThe book covers just enough to get people writing tests and abstraction layers. For example, the book cover the basics of Inheritance, but doesnt really cover Interfaces in detail. We explain the concept of Interfaces, because we need to know it to understand Collections, but not how to write them.Why? Because the book covers enough to get you started, and working. But not overload the reader. Once you are on your way, and have gained some experience. You should have the basic knowledge to understand the additional concepts.Why for testers?Java Developers coding production applications in Java need to learn Java differently from other people on the team.Throughout the authors career, he has have written thousands of lines of Java code, but has rarely had to compile the code into an application. Yet, when we learn Java from most books, one of the first things we learn is javac and the main method and working from the command line. And this is confusing.Most of the code the author writes is wrapped up in a JUnit @Test method.The author has trained many people to write automation in Java, and everytime he has taught Java to testers or other people on the team, we start with a JUnit @Test method and run tests from the IDE.Testers, and other people on the team use java differently. This book provides a different order and approach to learning Java.You can find the source code for all examples and exercises used in the book over on github: https: //github.com/eviltester/javaForTestersC


Christian Apologetics

Автор: Richardson Alan
Название: Christian Apologetics
ISBN: 0334047455 ISBN-13(EAN): 9780334047452
Издательство: Неизвестно
Рейтинг:
Цена: 4828.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Alan Richardson is a popular theological writer with long practical experience of teaching-as an Oxford tutor, as Study Secretary of the Student Christian Movement in the fateful years 1938-43, as Residentiary Canon and eventually Sub-dean of Durham Cathedral, and as Professor of Christian Theology in the University of Nottingham.

Extraordinary life of alan turing

Автор: Richardson, Michael Lee
Название: Extraordinary life of alan turing
ISBN: 0241434017 ISBN-13(EAN): 9780241434017
Издательство: Random House - Penguin
Рейтинг:
Цена: 1055.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Alan Turing was a mathematician, scientist and codebreaker who helped defeat the Nazis in the Second World War with his incredible decoding of secret messages from enemy soldiers.Discover his life story in this beautifully illustrated book, from his childhood as a quiet boy who loved maths, to becoming one of the most important scientists and codebreakers in history.Collect them all!Packed full of incredible stories, fantastic facts and dynamic illustrations, Extraordinary Lives shines a light on important modern and historical figures from all over the world.

Dear Evil Tester: Provocative Advice That Could Change Your Approach to Testing Forever

Автор: Richardson MR Alan J.
Название: Dear Evil Tester: Provocative Advice That Could Change Your Approach to Testing Forever
ISBN: 0956733271 ISBN-13(EAN): 9780956733276
Издательство: Неизвестно
Цена: 2110.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Are you in charge of your own testing? Do you have the advice you need to advance your test approach?"Dear Evil Tester" contains advice about testing that you won't hear anywhere else."Dear Evil Tester" is a three pronged publication designed to: -provoke not placate, -make you react rather than relax, -help you laugh not languish.Starting gently with the laugh out loud Agony Uncle answers originally published in 'The Testing Planet'. "Dear Evil Tester" then provides new answers, to never before published questions, that will hit your beliefs where they change. Before presenting you with essays that will help you unleash your own inner Evil Tester.With advice on automating, communication, talking at conferences, psychotherapy for testers, exploratory testing, tools, technical testing, and more. Dear Evil Tester randomly samples the Software Testing stomping ground before walking all over it."Dear Evil Tester" is a revolutionary testing book for the mind which shows you an alternative approach to testing built on responsibility, control and laughter.Read what our early reviewers had to say: "Wonderful stuff there. Real deep."Rob Sabourin, @RobertASabourinAuthor of "I Am a Bug""The more you know about software testing, the more you will find to amuse you."Dot Graham, @dorothygrahamAuthor of "Experiences of Test Automation""laugh-out-loud episodes"Paul Gerrard, @paul_gerrardAuthor of "The Tester's Pocketbook""A great read for every Tester."Andy Glover, @cartoontesterAuthor of "Cartoon Tester"

Automating and Testing a Rest API: A Case Study in API Testing Using: Java, Rest Assured, Postman, Tracks, Curl and HTTP Proxies

Автор: Richardson MR Alan J.
Название: Automating and Testing a Rest API: A Case Study in API Testing Using: Java, Rest Assured, Postman, Tracks, Curl and HTTP Proxies
ISBN: 0956733298 ISBN-13(EAN): 9780956733290
Издательство: Неизвестно
Цена: 3881.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Have you ever wished that you had a worked example of how to test a REST API? Not just automate the API, but how to interact with it, using command line and GUI tools, to support your manual interactive testing. Then take your testing forward into automating the API? That's what this book provides. A step by step case study covering: - How to read the REST API documentation.- How to tell if the application is using the API.- How to interact with the API from the command line with cURL.- Automating with BASH and Windows Command Line.- Sending API requests through an HTTP Proxy so you can see in detail the requests and responses.- How to use HTTP Proxies to create data in the application through Fuzzing.- Postman REST API GUI tool.- Automate 'under the GUI' parts of the application that don't have an API.- Automate the API with Java using REST Assured.- Build abstraction code to make your automated efforts readable and maintainable.- JSON and XML parsing with Serialization and Deserialization.The book is fully supported by executable code which you can find on GitHub, and the support page for the book has sample videos showing some of the early steps in the case study in detail. By working through this case study you will be able to interact with an API from the command line, GUI tools, HTTP messages in Proxies and with Java code. Over the last few years, the Author has used the Open Source Tracks application as an example testing target to teach: Technical Web Testing, Automating GUIs and REST API Testing. This book collates the preparatory work and teaching from the REST API workshops. The code from the workshops is included: for creating users, generating random data, testing basic API calls with PUT, GET, POST and DELETE. Also the early steps of exploring and investigating the API interactively to support manual technical testing are explained in depth

John Palmer Usher: Lincoln`s Secretary of the Interior

Автор: Richardson Elmo R., Farley Alan W.
Название: John Palmer Usher: Lincoln`s Secretary of the Interior
ISBN: 1258395827 ISBN-13(EAN): 9781258395827
Издательство: Неизвестно
Цена: 4957.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Creeds in the Making: A Short Introduction to the History of Christian Doctrine

Автор: Richardson Alan
Название: Creeds in the Making: A Short Introduction to the History of Christian Doctrine
ISBN: 0334002648 ISBN-13(EAN): 9780334002642
Издательство: Неизвестно
Рейтинг:
Цена: 2207.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Alan Richardson's Creeds in the Making was first published more than forty years ago, in January 1935. After ten reprints, it went out of print in 1975 to make way, we hoped, for a new work which would reflect the scholarship of a new generation. There is, however, still no short inexpensive paperback available which illustrates the early development of the creeds and Christian doctrine to a general audience in quite the same way as this does, with its freshness, charm and that almost timeless quality of writing and judgment which was so characteristic of its author. So we are happy that it should be reissued for the 1980s, as an introduction to those coming to creeds and doctrine for the first time, and as a fitting memorial to a great modern pastor and teacher. From the first reviews Mr Richardson has a true teacher's gift, that of making his subject live and relating it to modern experience and modern knowledge of the universe. He tells a story, and tells it well. Nor is he content with telling: he explains. He takes the principal doctrines of the Christian creed, shows how they came to be defined and what is their lasting value' (CEN). In six chapters, Mr Alan Richardson covers the theology of the creed down to the article of belief in the Holy Ghost. What he gives us is very like a course of lectures to theological students, carefully worked out, scholarly and full, yet simply expressed' (Church Times). Alan Richardson, who died in 1975, was Dean of York and before that Professor of Christian Theology in the University of Nottingham.

Saint John

Автор: Richardson Alan
Название: Saint John
ISBN: 0334008085 ISBN-13(EAN): 9780334008088
Издательство: Неизвестно
Рейтинг:
Цена: 3724.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A brief and accessible commentary on the Fourth Gospel.

The Miracle Stories of the Gospels

Автор: Richardson Alan
Название: The Miracle Stories of the Gospels
ISBN: 0334010187 ISBN-13(EAN): 9780334010180
Издательство: Неизвестно
Рейтинг:
Цена: 3449.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: `This is one of the most important books produced in this century by an English scholar... Dr Richardson`s book is short, but almost every other sentence requires to be underlined. It is sifted knowledge, succinctly expressed, and though closely packed, it is always lucid` (The Guardian).

An Introduction to the Theology of the New Testament

Автор: Richardson Alan
Название: An Introduction to the Theology of the New Testament
ISBN: 0334007097 ISBN-13(EAN): 9780334007098
Издательство: Неизвестно
Рейтинг:
Цена: 7725.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: To present, in less than 400 pages (excluding the indexes), the whole sweep of New Testament thought is an excessively formidable task, calling not only for scholarship and learning but also for an artist's sense of proportion and economy of stroke. There are few who could have succeeded so well as Dr Richardson' (Journal of Theological Studies). This book will stand for a long time as the indispensable handbook for the theological student who wants both to see the general picture of the apostolic Church's faith, and also to have a convenient and reliable digest of what the New Testament says about particular topics, such as, for example, Christology or salvation' (Church Times). Alan Richardson is a theologian "whose praise in the gospel is (or deserves to be) in all the churches" on account both of the books which he has written himself and of those which he has edited. His latest work, An Introduction to the Theology of the New Testament, will probably be found more serviceable by students and teachers than anything he has previously produced' (Theology). Alan Richardson, who died in 1975, was for many years Professor of Christian Theology at Nottingham University and subsequently Dean of York.

Old sod

Автор: Richardson, Alan Claridge, Marcus
Название: Old sod
ISBN: 1908011122 ISBN-13(EAN): 9781908011121
Издательство: Неизвестно
Рейтинг:
Цена: 4046.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Biography of William G. Gray, the British occultist and magician whose pioneering work on the Qabalah and ritual magic contributed enormously to the modern pagan and wiccan revivals.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия