The Worksoft Connective Automation Platform is a suite of products that automates business processes from discovery, to testing to RPA. Worksoft Analyze and Worksoft Capture support automated process discovery. Worksoft Certify allows users to create, maintain, share, and consume automated end-to-end business process tests as part of continuous testing, integration, and delivery cycles. Finally, the Connective RPA is codeless solution to reusing automated processes, moving automation into…
Appium works well for well-structured mobile applications test automation that is particularly easy to leverage when different pages of the app use similar building blocks. If it takes time for some content in the app to be rendered, ask your dev team to add progress indicators and ensure they are accessible. That might be more complicated to do with Appium, though, if there's no good contact with Dev team established so you can request accessibility IDs added quickly enough when needed. Appium supports another locator strategies as well though (such as xPath or iOS class chain on iOS) but they wouldn't work as fast so you may get really slow tests.
Prepared 25 end-to-end scenarios that leveraged 3,000 manual test cases and this was a big achievement for the customer to save the regression time and resources.
It is fast to automate SAP projects
Improved development cycle and nowadays customers are expecting "lights off" automation. We have scheduled lights off automation mode through Worksoft Certify.
There are a number of expected methods that are not implemented, yet. With a similar sounding name as Selenium with similar functions, people who are familiar with Selenium try to use methods that appear to be available, but give a "not yet implemented" exception when run.
Documentation can be confusing.
Setup was a difficult process. This may not necessarily be the case once you figure everything out, but the whole figuring it out process was difficult and I ran into many, many problems when I first started.
I would like to give 9/10 rating to Appium because of it can easily integrate with popular frameworks and CI/CD tools, as well as it is reliable, flexible and easy to use. The setup can bit complex in initial step, but once on configured it's very easy to use and enables stable and scalable mobile automation for real and cloud devices.
Most of mobile testing tools which are available in the market are paid license tools. But Appium is Open source mobile testing tool. We can create customised automation framework using Appium. It also supports various languages such as Java, Javascript etc. And also supports various operating systems such as Android, IOS etc. We can easily integrate Appium frameworks with CI/CD [Jenkins, Git etc].