Vishal Tyagi

Automation Testing, Technology

Working with Array of Elements in Protractor

What is ElementArrayFinder? ElementArrayFinder is an array of WebElements which is used to set up a chain of conditions that identify an array of elements. This allows you to perform actions (i.e. click, getText) on them as you would on an array of WebElements. The action will apply to every element identified by the...

12-Feb-2016

Automation Testing, Technology

Best Practices of choosing good locators for your test automation scripts

One of the important requirements of a successful test automation project is the robustness of your code. If the properties of GUI or GUI itself of the application under test changes and your automation code are sensitive to GUI changes, you'll lose valuable time fixing the code. Good element locators greatly contribute to the...

21-May-2015