Skip to content

Commit ceb0d0b

Browse files
Updated Sample Scenario in AcceptanceTests.md
1 parent 8563a25 commit ceb0d0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/03-AcceptanceTests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ $I->see('Welcome, Davert!');
3131

3232
{% endhighlight %}
3333

34-
**This scenario can be performed either by PhpBrowser or by a "real" browser through Selenium WebDriver**.
34+
**This scenario can be performed either by PhpBrowser or by a "real" browser through WebDriver**.
3535

3636
| | PhpBrowser | WebDriver |
3737
| --- | --- | --- |
3838
| Browser Engine | Guzzle + Symfony BrowserKit | Chrome or Firefox |
3939
| JavaScript | No | Yes |
4040
| `see`/`seeElement` checks if… | …text is present in the HTML source | …text is actually visible to the user |
41-
| Read HTTP response headers | Yes | No |
42-
| System requirements | PHP with [cURL extension](http://php.net/manual/book.curl.php) | Selenium Standalone Server, Chrome or Firefox |
41+
| Access to HTTP response headers and status codes | Yes | No |
42+
| System requirements | PHP with [ext-curl](http://php.net/manual/book.curl.php) | Chrome or Firefox; optionally with Selenium Standalone Server |
4343
| Speed | Fast | Slow |
4444

4545
We will start writing our first acceptance tests with PhpBrowser.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy