xxxxxxxxxxI.goTo("https://www.mercedes-benz.co.uk");// agree to cookiesI.see("DAIMLER GROUP (UK) uses cookies")I.click("Agree to all")// owner's areaI.click("Owners' area")I.click("accessories & collection")// view accessoriesI.see("Technical Accessories Online Store")I.click("Buy today")I.amAt("https://configurator.mercedes-benz-accessories.com") // make sure we got the right page// select car classI.see("Select car")I.click("E") // E-class carI.see("E-Class")I.click("Saloon")// viewing a productI.click("Telematics")I.click("Mount for tablet PC")I.see("Product details")I.see("Item number: A0008272200")// find a retailerI.click("select a retailer")I.click("Search by address")I.fill("City / Postcode", "Manchester")I.pressEnter()I.click("Show as a list")I.see("Mercedes-Benz of Manchester Central")I.click("Select retailer")// add to cartI.click("Add to cart")I.click("Proceed to checkout")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!
SUCCESS!
1m 9s (8s)
1.
[start of test]
2.
I go to "https://www.mercedes-benz.co.uk"
5.7s
3.
I see "DAIMLER GROUP (UK) uses cookies"
0.5s
4.
I click "Agree to all"
5.
I click "Owners' area"
6.
I click "accessories & collection"
7.
I see "Technical Accessories Online Store"
0.4s
8.
I click "Buy today"
9.
I am at "https://configurator.mercedes-benz-accessories.com"
10.
I see "Select car"
0.2s
11.
I click "E"
12.
I see "E-Class"
13.
I click "Saloon"
14.
I click "Telematics"
15.
I click "Mount for tablet PC"
16.
I see "Product details"
17.
I see "Item number: A0008272200"
18.
I click "select a retailer"
19.
I click "Search by address"
20.
I fill "City / Postcode": "Manchester"
1.4s
21.
I press "Enter"
0.1s
22.
I click "Show as a list"
23.
I see "Mercedes-Benz of Manchester Central"
24.
I click "Select retailer"
25.
I click "Add to cart"
26.
I click "Proceed to checkout"
27.
[end of test]