xxxxxxxxxx
I.goTo("https://twitter.com")
I.fill("Username", "brucewayne")
I.fill("Password", "supersecretpassword")
// Even though there's two log in buttons, this will click on the one near the "username" and "password" fields.
I.click("Log in")
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!