xxxxxxxxxx
// Lets check if google is up
I.goTo("https://google.com");
I.fill("search", "youtube");
I.pressEnter();
// Lets check if youtube is up
I.goTo("https://www.youtube.com/user/LinusTechTips")
I.see("Linus");
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!