This repository has been archived by the owner on Oct 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
My Android autotest #84
Open
chibert
wants to merge
10
commits into
autoschool:master
Choose a base branch
from
chibert:AndroidCh
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
My solution of the task (version 01).
My solution (version 02): - Убрал комментарии в class MyFirstTest. - Убрал лишнюю зависимость в commons-module pom.xml. - Убрал из проекта junit-4.12.jar. - Отформатировал код в class UserSteps.
My solution (version 03): - Реализация тестов в class MyFirstTest при помощи параметризации. - Соответсвующие изменения метода shouldBeAtPlace в class UserSteps (теперь передаем методу Place и получаем UserSteps).
steps-module + ru.qatools.school.rules.MobileDriverRule + ru.qatools.school.screens.MainScreen.java + ru.qatools.school.screens.SelectStationScreen.java + ru.qatools.school.steps.mobilesteps commons-module + ru.qatools.school.mobiletests
steps-module Update ru.qatools.school.screens.MainScreen. Update ru.qatools.school.screens.SelectStationScreen. Update ru.qatools.school.rules.MobileDriverRule. Update + 3 Steps in ru.qatools.school.steps.mobilestepsDefaultSteps: + clickOn + enterText + shouldSeeTimeLongerThan commons-module Update + 1 Test in ru.qatools.school.mobiletests.AndroidMetroTest: + shouldSeeCorrectTimeTravel
public MainScreen(WebDriver driver) { | ||
PageFactory.initElements(new HtmlElementDecorator(new HtmlElementLocatorFactory(driver)), this); | ||
} | ||
|
||
@Name("������� ����� ����������") | ||
@Name("���� ����� ��������� ������� - From") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Научи и меня клингонскому =)
+ AntispamScreen + AntitheftScreen + UrlFilterScreen + test with them
+ SecurityAuditorScreen + FirewallScreen + AntitheftScreen tests + some Firewall and SecurityAuditor
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.