xxxxxxxxxx// ๐ Lets load up the websiteI.goTo("https://www.wwfclimatecrowd.org/")I.see("Join the Climate Crowd!");โ// ๐ Lets click on somethingI.click("PROJECTS")โ// โฐ And see if it loadsI.amAt("https://www.wwfclimatecrowd.org/projects")โ// ๐ And look aroundI.see("CLIMATE ADAPTATION PROJECTS DATABASE")I.see("PROJECT FUNDING")I.see("WWF FUNDED PROJECTS")โ//// 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!
30s (24s)
1.
I go to "https://www.wwfclimatecrowd.org/"
15.4s
2.
I see "Join the Climate Crowd!"
0.3s
3.
I click "PROJECTS"
7.8s
4.
I am at "https://www.wwfclimatecrowd.org/projects"
5.
I see "CLIMATE ADAPTATION PROJECTS DATABASE"
0.2s
6.
I see "PROJECT FUNDING"
7.
I see "WWF FUNDED PROJECTS"
8.
[end of test]