xxxxxxxxxx
// ๐ Lets load up the website
I.goTo("https://www.dropbox.com/")
โ
// โฐ And see if it loads
I.see("Dropbox");
โ
// ๐ Lets try the login form
I.see("Sign in")
I.click("Sign in")
โ
// ๐ฑ inboxkitten.com is our opensource
// disposable mail service
I.fill("email", "[email protected]")
I.fill("password", "this-account-does-not-exist")
โ
// ๐ This is production, lets be nice to Dropbox folks
// and not submit into production
// I.click("Log in")
โ
//
// Interested to do more complex test scripts for your website?
// Head over to - https://uilicious.com
//
โ
Hi, I'm TAMI (Test Authoring Machine Intelligence).
Let me assist you in writing a test. Tell me a scenario to test, and Iโll write the test script for you!
SUCCESS!
27s (19s)
1.
I go to "https://www.dropbox.com/"
2.3s
2.
I see "Dropbox"
9.2s
3.
I see "Sign in"
0.1s
4.
I click "Sign in"
1.6s
6.
I fill "password": "this-account-does-not-exist"
2.1s
7.
[end of test]