Skip to content

Test Execution

Go to File > New Project and create a new project and select its type as mobile project.

Create test module, test suite and test cases as required and open any of the test cases to write test script. Enter all required locators in the locators section and create your test case using them.

Note: Please refer “HuLoop How to Guide” to understand how to create project, modules, test suites, test case, locators and eventually test script.

Once you have created your test case, sync your project to HuLoop Agent and start executing your test case. Make sure appium is up and running along with the connected device.

Back To Top