xxxxxxxxxx// ๐ Lets load up the websiteI.goTo("https://my.nintendo.com/")I.see("Get started with My Nintendo!");โ// ๐ Lets click on somethingI.click("news")โ// โฐ And see if it loadsI.amAt("https://my.nintendo.com/news")โ// ๐ And look aroundI.see("News")โ//// Intrested 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!