xxxxxxxxxx// ๐ Lets load up the websiteI.goTo("https://www.indiegogo.com/")I.see("Find it first on Indiegogo.");โ// ๐ Lets click on somethingI.click("What We Do")โ// โฐ And see if it loadsI.amAt("https://www.indiegogo.com/about/what-we-do")I.see("Get the tech that gets people talking")I.see("Fund the next big thing")I.see("Join the journey from idea to market")โ// ๐ Lets go to a page with an actual formI.click("For Entrepreneurs")I.see("Get the Crowdfunding Field Guide")I.see("Entrepreneur Services")โ// โ๏ธ And fill it up (without submitting)I.fill("First Name", "John")I.fill("Last Name", "Doe")โ// ๐ฑ inboxkitten.com is our opensource// disposible mail serviceI.fill("Email", "[email protected]")โ// โ๏ธ Fill more things upI.fill("Company Website/Product Website", "uilicious.com")I.select("How much is your marketing budget?", "Below $1,000")I.click("By checking this box")I.click("You agree to our")โ// ๐ This is production, lets be nice to Indiegogo folks// and not submit into production// I.click("CONTINUE TO DDOWNLOAD")โ//// Interested to do more complex test scripts for your website?// Heade over to - https://uilicious.comHi, 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!
41s (28s)
1.
I go to "https://www.indiegogo.com/"
3.6s
2.
I see "Find it first on Indiegogo."
0.2s
3.
I click "What We Do"
2.0s
4.
I am at "https://www.indiegogo.com/about/what-we-do"
8.3s
5.
I see "Get the tech that gets people talking"
0.4s
6.
I see "Fund the next big thing"
0.2s
7.
I see "Join the journey from idea to market"
0.1s
8.
I click "For Entrepreneurs"
4.7s
9.
I see "Get the Crowdfunding Field Guide"
0.3s
10.
I see "Entrepreneur Services"
0.1s
11.
I fill "First Name": "John"
0.5s
12.
I fill "Last Name": "Doe"
0.5s
14.
I fill "Company Website/Product Website": "uilicious.com"
1.1s
15.
I select "How much is your marketing budget?": "Below $1,000""
0.3s
16.
I click "By checking this box"
1.8s
17.
I click "You agree to our"
1.8s
18.
[end of test]