xxxxxxxxxx
I.goTo("https://www.google.com.sg/maps")
I.fill("Search", "Merlion, Singapore") /* it's a half-fish, half-lion statue */
// UI-licious automatically detects graphical elements based on tooltips and ARIA attributes
I.click("Search")
// UI-licious runs on Javascript under the hood
// So, you can use loops!
for(let count = 1; count <= 4; count ++){
I.click("Zoom 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!
Hello!
You haven't ran a test yet.
Write a test in the editor,
and hit the "Run" button run the test.