Skip to content

Instantly share code, notes, and snippets.

View CarlosCorderoSaavedra's full-sized avatar
🎯
Focusing

Carlos Lamb CarlosCorderoSaavedra

🎯
Focusing
  • OdigeO
  • Spain ( Madrid )
View GitHub Profile

QAbify Challenge

At Cabify we are looking for the best QA and Test Engineer to help us improve processes and ensure the quality of our products.

We propose you a challenge!

Here you have an APK with a simple login process. Your job is easy, automate the login process and verify that the user's token appears in the main page (and it is correct). For this you can use the language (Java, Javascript, Ruby, Python...) and the framework you want (Appium, Calabash ...).

Bonus

anonymous
anonymous / Option A
Created April 25, 2015 02:23
3 options for the layout of an activity for a quiz question
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".MainActivity">