This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 3
Feb 2018

hello to everything I have a big project, I already have all planned and the functions written with python and tested and it works, the problem is the unittest that according to I read it only serves to prove indifiduales functions, and what I need is an automation that works 24 time and can return to previous functions in case of errors etc. but the unittes only tests individual functions, which I recommend for the project.

greetings.

  • created

    Feb '18
  • last reply

    Feb '18
  • 2

    replies

  • 255

    views

  • 2

    users

Appium can be used for UI Tests only.

Your requirements are not pretty clear from your post. If you’re following “Test Pyramid” that’s a great news as UI tests are slow and fleaky always.

Can you refine your requirements clearly ?

sorry I did not express myself well, as we all know unittest executes the functions then closes, I wanted to know if you can use appium without unittest, since unittest is not doing what I want, automate an app that runs for a long time, without it stops, but unittest only runs the functions that there is then stops, and if I indicate a return to the main function again it does not work for me. I hope you can understand me