xxxxxxxxxx//First go to websiteI.goTo("https://www.fedex.com/en-ph/home.html")//Choose LocationI.see("United Kingdom")I.click("English")//Accept CookiesI.click("Accept All Cookies")//Fill in where to shipI.click("Rate & Transit Times")I.see("Calculate FedEx® shipping rates")I.fill("From", "United Kingdom")I.click("London")I.wait(5)I.fill("To", "Singapore")I.click("Raffles Avenue")I.wait(5)//Choose packaging and fill package weightI.select("Packaging", "FedEx Box")I.select("No. of packages", "5")I.fill("Weight Per Package", "3")I.click("Show Rates")I.see("Arrives On")I.see("FedEx International Economy®")I.click(".fdx-c-icon")I.see("Estimated Total")I.see("£485.17")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.