public class SampleWebTest extends JunitWebTest
browserManager, browserType, htmlReporter, logger, MAX_EXECUTIONS, retryRule, ruleChain, testLogger| Constructor and Description |
|---|
SampleWebTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
before()
Empty before method.
|
void |
testMyPage()
When I am on my about.me page,
Then verify that bio matches the expected bio,
And that the social icons for github and linkedin are displayed.
|
void |
testSearch()
Given I am on my about.me page,
When I search for "paolo",
Then I can compliment the third guy with love.
|
after, browserspublic void before()
JunitWebTestbefore in class JunitWebTestpublic void testSearch()
public void testMyPage()
Copyright © 2015. All rights reserved.