How an SDET interview should look like
Long time ago, I interviewed at Best Buy for a SDET lead position.
This was my homework.
Given the following test case,
open www. bestbuy. ca
type ipad in the search box
when the suggestions are displayed, click one of them
on results page, filter all results by the Online Only filter
select one of the results
on details page, add the product to cart
check out as a guest
fill in the address details
select mastercard as payment type
fill in the details of an expired master card
submit the transaction
check that the order submission fails
collect the error message in a log
create a full Selenium automation solution with Java.
Work on this exercise over a week end.
Submit the full solution by email on Monday morning.
Thanks for reading.
PS:
If you are interested in seeing a full Selenium project built from A to Z, click here.