Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write some selenium tests for Forevr.us #15

Open
windley opened this issue Apr 25, 2013 · 3 comments
Open

Write some selenium tests for Forevr.us #15

windley opened this issue Apr 25, 2013 · 3 comments
Assignees
Milestone

Comments

@windley
Copy link
Member

windley commented Apr 25, 2013

We will need at least some basic selenium tests for

  • linking logged in
  • linking not logged in
  • linking and creating new account
  • getting friend data,
  • seeing profile
  • sending invitation
  • responding to invitation
@ghost ghost assigned JessieAMorris Apr 25, 2013
@JessieAMorris
Copy link
Member

Added some tests in 08390dd. These are not like the other Selenium tests we have. Since the tests occurs on more than one domain (forevr.us and squaretag.com) I had to use the Selenium Webdriver. This means this test is written in Java. the /tests/ folder in this repository contains everything that's needed to run these tests (I think) except Firefox. It is bundled up as an Eclipse project, so you should be able to just open it in Eclipse.

I'm newish to this whole Java projects business, so I'm not 100% confident that the way I bundled it will work on other computers, but I am about 80% sure it will.

So far, the only test I have is the OAuth flow of a non-authenticated user who already has an account.

@windley
Copy link
Member Author

windley commented May 8, 2013

Great start.

On May 8, 2013, at 1:23 PM, "Jessie A. Morris" [email protected] wrote:

Added some tests in 08390dd. These are not like the other Selenium tests we have. Since the tests occurs on more than one domain (forevr.us and squaretag.com) I had to use the Selenium Webdriver. This means this test is written in Java. the /tests/ folder in this repository contains everything that's needed to run these tests (I think) except Firefox. It is bundled up as an Eclipse project, so you should be able to just open it in Eclipse.

I'm newish to this whole Java projects business, so I'm not 100% confident that the way I bundled it will work on other computers, but I am about 80% sure it will.

So far, the only test I have is the OAuth flow of a non-authenticated user who already has an account.


Reply to this email directly or view it on GitHub.

@JessieAMorris
Copy link
Member

And now I have one that updates the profile on both SquareTag & Forever and checks the results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants