xxxxxxxxxx
I.goTo("https://www.fareastflora.com")
I.fill("Search", "roses")
I.pressEnter()
I.see("Love, Actually")
I.click("View Details")
I.click("Add to cart")
I.see("Love, Actually was added to your shopping cart.")
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!
35s (17s)
1.
[start of test]
2.
I go to "https://www.fareastflora.com"
5.0s
3.
I fill "Search": "roses"
0.4s
4.
I press "Enter"
11.1s
5.
I see "Love, Actually"
0.1s
6.
I click "View Details"
7.
I click "Add to cart"
8.
I see "Love, Actually was added to your shopping cart."
0.1s
9.
[end of test]