MainActivityTest

class MainActivityTest

MainActivityTest includes multiple testcases which can be executed for MainActivity specifically

Author

Darshan Bhanushali

Constructors

Link copied to clipboard
fun MainActivityTest()

Functions

Link copied to clipboard
fun A_scrollAndClick()

This test assures that data get loaded in vehicle list and perform certain actions like scroll and click on 1st item in vehicle list.

Link copied to clipboard
fun B_filterVehicleListByPooling()

This test open the bottomSheet and filter the vehicle list based on fleet type i.e pooling.

Link copied to clipboard
fun C_filterVehicleListByTaxi()

This test open the bottomSheet and filter the vehicle list based on fleet type i.e Taxi.

Link copied to clipboard
fun D_filterVehicleListByDirection()

This test is used to open the bottomSheet and filter the vehicle list based on Direction i.e North

Link copied to clipboard
fun setup()

Properties

Link copied to clipboard
var bottomNavigation: BottomNavigationView? = null
Link copied to clipboard
val PACKAGE: String
Link copied to clipboard
val TIMEOUT: Int = 5000
Link copied to clipboard
var uiDevice: <ERROR CLASS>? = null