ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب The RSpec Book: Behaviour Driven Development with Rspec, Cucumber, and Friends

دانلود کتاب کتاب RSpec: توسعه محور رفتار با Rspec ، خیار و دوستان

The RSpec Book: Behaviour Driven Development with Rspec, Cucumber, and Friends

مشخصات کتاب

The RSpec Book: Behaviour Driven Development with Rspec, Cucumber, and Friends

دسته بندی: برنامه نویسی: زبان های برنامه نویسی
ویرایش: 1 
نویسندگان: , , , , ,   
سری: The Facets of Ruby Series 
ISBN (شابک) : 9781934356371, 1934356379 
ناشر: Pragmatic Bookshelf 
سال نشر: 2010 
تعداد صفحات: 305 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 مگابایت 

قیمت کتاب (تومان) : 41,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 18


در صورت تبدیل فایل کتاب The RSpec Book: Behaviour Driven Development with Rspec, Cucumber, and Friends به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب کتاب RSpec: توسعه محور رفتار با Rspec ، خیار و دوستان نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب کتاب RSpec: توسعه محور رفتار با Rspec ، خیار و دوستان



توسعه مبتنی بر رفتار در مورد نوشتن نرم افزاری است که اهمیت دارد. این رویکردی برای توسعه نرم‌افزار چابک است که از توسعه تست محور، طراحی دامنه محور و برنامه‌ریزی مبتنی بر آزمون پذیرش سرنخ می‌گیرد. RSpec و Cucumber ابزارهای پیشرو توسعه رفتار محور در روبی هستند. RSpec از توسعه تست محور در Ruby از طریق لنز BDD پشتیبانی می کند و تمرکز شما را بر روی طراحی و مستندات حفظ می کند و در عین حال از آزمایش کامل و جداسازی سریع خطاها نیز پشتیبانی می کند. Cucumber، همراه ثابت RSpec، از برنامه‌ریزی مبتنی بر آزمون پذیرش با مستندات مورد نیاز تجاری و اجرایی پشتیبانی می‌کند که به شما کمک می‌کند تا اطمینان حاصل کنید که نرم‌افزار مرتبط را با هدف نیازهای واقعی کسب‌وکار می‌نویسید. کتاب RSpec شما را با RSpec، Cucumber و تعدادی ابزار دیگر که خانواده Ruby BDD را تشکیل می دهند آشنا می کند. مملو از آموزش‌ها و مثال‌های عملی، کتاب RSpec به شما کمک می‌کند BDD خود را بسازید، و شما را از نیازمندی‌های اجرایی به نرم‌افزاری که تمیز، خوب تست شده، مستند، انعطاف‌پذیر و بسیار قابل نگهداری است، هدایت می‌کند.


توضیحاتی درمورد کتاب به خارجی

Behaviour Driven Development is about writing software that matters. It is an approach to agile software development that takes cues from Test Driven Development, Domain Driven Design, and Acceptance Test Driven Planning. RSpec and Cucumber are the leading Behaviour Driven Development tools in Ruby. RSpec supports Test Driven Development in Ruby through the BDD lens, keeping your focus on design and documentation while also supporting thorough testing and quick fault isolation. Cucumber, RSpec's steadfast companion, supports Acceptance Test Driven Planning with business-facing, executable requirements documentation that helps to ensure that you are writing relevant software targeted at real business needs. The RSpec Book will introduce you to RSpec, Cucumber, and a number of other tools that make up the Ruby BDD family. Replete with tutorials and practical examples, the RSpec Book will help you get your BDD on, taking you from executable requirements to working software that is clean, well tested, well documented, flexible and highly maintainable.



فهرست مطالب

Contents......Page 5
Foreword......Page 11
About the Authors......Page 14
Acknowledgments......Page 16
Ruby and Gem Versions......Page 18
What\'s in This Book......Page 19
Getting Started with RSpec and Cucumber......Page 21
Test-Driven Development: Where It All Started......Page 22
Behaviour-Driven Development: The Next Step......Page 24
RSpec......Page 25
Cucumber......Page 26
The BDD Cycle......Page 28
Installation......Page 30
Hello RSpec......Page 31
Hello Cucumber......Page 33
Describing Features......Page 37
Planning the First Release......Page 38
Planning the First Iteration......Page 44
What We\'ve Learned......Page 52
Automating Features with Cucumber......Page 53
Steps and Step Definitions......Page 55
Step Definition Methods......Page 56
Test Double......Page 60
What We\'ve Learned......Page 62
Getting Started with RSpec......Page 63
Red: Start with a Failing Code Example......Page 66
Green: Get the Example to Pass......Page 68
Refactor......Page 72
What We\'ve Learned......Page 76
Scenario Outlines in Cucumber......Page 77
Responding to Change......Page 80
What We\'ve Learned......Page 83
Begin with the Simplest Example......Page 84
Refactor to Remove Duplication......Page 88
Refactor to Express Intent......Page 89
What We\'ve Learned......Page 94
Sniffing Out Code Smells......Page 96
One Step at a Time......Page 98
Updating Specs After Refactoring......Page 107
Exploratory Testing......Page 111
What We\'ve Learned......Page 112
Use Cucumber for Collaboration......Page 114
Experimenting with a New Implementation......Page 118
What We\'ve Learned......Page 122
Behaviour-Driven Development......Page 124
How Traditional Projects Fail......Page 125
Why Traditional Projects Fail......Page 126
Redefining the Problem......Page 130
The Cost of Going Agile......Page 133
What We\'ve Learned......Page 136
The Principles of BDD......Page 138
The Project Inception......Page 139
The Cycle of Delivery......Page 141
What\'s in a Story?......Page 145
What We\'ve Learned......Page 148
RSpec......Page 149
Code Examples......Page 150
Describe It!......Page 151
Pending Examples......Page 155
Hooks: Before, After, and Around......Page 158
Helper Methods......Page 162
Shared Examples......Page 164
Nested Example Groups......Page 166
What We\'ve Learned......Page 169
RSpec::Expectations......Page 170
should, should_not, and matchers......Page 171
Built-in Matchers......Page 172
Predicate Matchers......Page 180
Be True in the Eyes of Ruby......Page 181
Have Whatever You Like......Page 182
Operator Expressions......Page 186
Generated Descriptions......Page 187
Subjectivity......Page 188
What We\'ve Learned......Page 190
RSpec::Mocks......Page 191
Test Doubles......Page 192
Method Stubs......Page 193
Message Expectations......Page 195
Test-Specific Extensions......Page 197
More on Method Stubs......Page 201
More on Message Expectations......Page 203
When to Use Test Doubles and Test-Specific Extensions......Page 213
Risks and Trade-Offs......Page 218
Choosing Other Test Double Frameworks......Page 220
What We\'ve Learned......Page 222
The rspec Command......Page 224
TextMate......Page 229
Rake......Page 230
RCov......Page 232
What We\'ve Learned......Page 233
Metadata......Page 234
Filtering......Page 235
Extension Modules......Page 238
Mock Framework......Page 239
Custom Matchers......Page 240
Macros......Page 244
Custom Formatters......Page 247
What We\'ve Learned......Page 250
Cucumber......Page 251
Intro to Cucumber......Page 252
Features......Page 253
Gherkin......Page 257
Scenarios......Page 259
Steps......Page 260
The cucumber Command......Page 261
Given/When/Then......Page 262
Declarative and Imperative Scenario Styles......Page 263
Organizing Features......Page 264
Tags......Page 265
What We\'ve Learned......Page 267
Step Definitions......Page 269
World......Page 271
Calling Steps Within Step Definitions......Page 272
Hooks......Page 273
Background......Page 275
Multiline Text......Page 276
Tables in Steps......Page 277
Scenario Outlines......Page 278
What We\'ve Learned......Page 280
Behaviour-Driven Rails......Page 282
BDD in Rails......Page 283
Outside-In Rails Development......Page 284
Setting Up a Rails 3 Project......Page 286
What We\'ve Learned......Page 289
Step Definition Styles......Page 290
Direct Model Access......Page 292
What We\'ve Learned......Page 297
Simulating the Browser with Webrat......Page 298
Writing Simulated Browser Step Definitions......Page 299
Navigating to Pages......Page 304
Manipulating Forms......Page 308
Specifying Outcomes with View Matchers......Page 313
Building on the Basics......Page 316
What We\'ve Learned......Page 319
Automating the Browser with Webrat and Selenium......Page 320
Getting Started......Page 321
Writing Step Definitions for Selenium......Page 324
Debugging Selenium Issues......Page 328
What We\'ve Learned......Page 330
Writing View Specs......Page 331
Mocking Models......Page 334
Specifying Helpers......Page 341
What We\'ve Learned......Page 343
Controller Specs......Page 345
Context-Specific Examples......Page 352
Specifying ApplicationController......Page 361
What We\'ve Learned......Page 363
Writing Model Specs......Page 365
Specifying Business Rules......Page 373
Exercise......Page 382
Useful Tidbits......Page 383
What We\'ve Learned......Page 386
RubySpec......Page 388
Syntax......Page 389
Guards......Page 391
Extensibility......Page 392
Tags......Page 394
Community......Page 395
RSpec\'s Built-in Expectations......Page 397
Bibliography......Page 401
A......Page 403
B......Page 404
C......Page 405
D......Page 407
E......Page 408
F......Page 409
H......Page 411
M......Page 412
O......Page 414
P......Page 415
R......Page 416
S......Page 418
T......Page 420
U......Page 421
Z......Page 422




نظرات کاربران