Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Last active August 29, 2015 14:15
Show Gist options
  • Save karlosmid/b6d02b23a184913d593c to your computer and use it in GitHub Desktop.
Save karlosmid/b6d02b23a184913d593c to your computer and use it in GitHub Desktop.
Task, technical part for Tentamen job interview

This is technical part for Tentamen job interview.

  1. You need to automate firefox browser for following scenarios:

Successfull send contact at https://www.tentamen.hr/contacts/new Wrong email
Wrong email but different than first one.

Every scenario must have check part in the end. You can choose check that you want.

Requirements:
Latest Ruby
rvm
Linux
Cucumber
PageObjects
watir-webdriver
secrets must not be part of repository
create github public repo for this project
readme.md file with detail intstructions how to set up everything

Reference: https://github.com/matijakrajnik/toptal_task

For any follow up questions please use comments of this gist.

@karlosmid
Copy link
Author

And here is math part:

  1. Prije Splita se nalazi sedam Kastela: Stafilici, Novi, Stari, Luksic, Kambelovac, Gomilica i Sucurac.

Koliki je broj kombinacija parova Kastela bez ponavljanja Kastela? A sa ponavljanjem Kastela?

Za oba slucaja navedite postupak izracuna formulom te popisite sve parove.

  1. Trebate testirati login formu koja ima dva ulazna polja, username i password, te jedan checkbox, remember me.

Koliko ima testnih slucajeva ako polja username i password mogu poprimiti ispravnu i neisparvnu vrijednost?
Navedite postupak te popisite sve testne slucajeve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment