Explain the risks associated with Appium testing.

devquora
devquora

Posted On: Feb 22, 2018

 

There are many risks associated with Appium testing which are as follows :

  • Availability of skilled resources: Automation testing demands-resources which must be skilled and have some knowledge about programming.
  • Cost of automation is high initially: The cost of automation is initially too high as it includes many things such as cost of automation tools to be purchased, training and maintenance of various test scripts.
  • First, the UI has to be fixed mandatorily before automation: Before automation, it is compulsory to fix the user interface and keep a check whether the UI is changing extensively and the cost of automation and maintenance.
  • Tests that have been run once should be stopped automating: To avoid ambiguity, test modules that have been run once should be stopped automating.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Appium Interview Questions

    What is mobile application testing? Differentiate it from mobile testing.

    Mobile Application testing also commonly abbreviated as MAT is the type of testing on mobile devices and it is pretty different from mobile testing as in mobile testing, focus is on the native applica...

    Appium Interview Questions

    Name some types of mobile application testing?

    There are numerous types of mobile application testing. Some of them are :Usability testing Compatibility testing Interface testing Security testing Installation testing Low-level resource te...

    Appium Interview Questions

    What do you know about Appium?

    Appium is a well documented open-source automation tool for executing scripts and testing native applications and hybrid applications on both Android and iOS which uses web drivers to operate. It is a...