Test and monitor user journeys on anything that runs in a web browser with our flexible and intuitive tool.
I.goTo("https://github.com/login")
I.fill("Email", "[email protected]")
I.fill("Password", "supersecretpassword")
I.click("Sign in")
I.see("Incorrect username or password.")
Edit
// go to netflix.com
I.goTo("https://netflix.com")
// let's accept cookies
if(I.see("Netflix and third parties use cookies")){
I.click("Accept")
}
// let's login
I.click("Sign in")
I.fill("Email", "[email protected]")
I.fill("Password", "[email protected]!")
I.click("Sign in")
// we should see error message
I.see("Incorrect password.")
Edit
I.goTo("https://www.google.com.sg/maps")
/* Search for Merlion - it's a half-fish, half-lion statue */
I.fill("Search", "Merlion, Singapore")
// 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")
}
Edit
UIlicious improves the quality of life of web makers, as well as the products they build, at all stages of the testing process. Find out how we make web testing a breeze.
All major browsers supported
Ensure your webpages look the same on the five most popular web browsers.
Visual regression with Applitools
Keep an eye on your page rendering with our Applitools integration.
Easily verify that your website or web app works on a wide variety of screen resolutions and web browsers.
All major browsers supported
Ensure your webpages look the same on the five most popular web browsers.
Visual regression with Applitools
Keep an eye on your page rendering with our Applitools integration.
Integrate with CI/CD
Hook your tests up to your deployment pipeline to catch bugs before they make it to production.
Get notified!
Set up alerts when a test fails so you can respond to issues immediately.
Monitor your website with UIlicious so that you don’t have to slow down your deployment process with time-consuming manual tests anymore.
Integrate with CI/CD
Hook your tests up to your deployment pipeline to catch bugs before they make it to production.
Get notified!
Set up alerts when a test fails so you can respond to issues immediately.
Fix bugs faster with UIlicious’ detailed test reports. Replay a test and view every screenshot along the way to investigate how, when, where, and why did a bug happen.
UIlicious allows product managers and QA teams to write user journey tests without HTML or Python. Our service is easy to use so that everyone can improve their own service user experience.
Here is how UIlicious has helped its users improve their products.