Our Blog

The mass advancement in machine learning and artificial intelligence is affecting every sector of every industry, and test automation is no exception AI is being used in multiple areas of software testing, including: Visually automated testing: Drive testing through the UI by using Image Comparison Automated API Testing:...

In the last chapter we explored the Page Object Model in some detail. If you recall, we touched on the wait method and its significance and we promised to get back to it. So in this chapter we will understand how wait (or Synchronization) performs...

[vc_row css_animation="" row_type="row" use_row_as_full_screen_section="no" type="full_width" angled_section="no" text_align="left" background_image_as_pattern="without_pattern"][vc_column][vc_column_text] Automation Testing with Appium fundamentally boils down to a simple 2-step process: Identify the Ui Element locator(address) Perform an action on it. So far we have looked into the basics of Appium and learned how can you build the basic script...

As you learned in the previous chapter, In order to  perform automation it’s necessary to locate the unique selectors for: Mobile Applications and Mobile Web Browser(Chrome).   However, if you haven’t already realized (you soon will!), finding these unique elements can sometimes be painful. And this is where the...