Want to see how Testim integrates with Tricentis SeaLights? | Find out here

Tag: artificial intelligence

A crucial step when developing software is deciding when and how to test. Choosing the scope of the tests and when to apply these tests is also very important. Testing is the process of evaluating a system or its parts to determine whether it meets its operating specifications. A test’s scope indicates what is of…

The battle of XPath vs CSS Selector is one that people approach differently—mostly because of preferences rather than the various implications of using either of the options. If you’ve ever had to pick between using XPath and CSS selectors, most likely the environment you were working in had more to do with your choice than…

Every business owner wants to see their firm grow, right? Constant progress is like a dream come true for any company. Of course, making it happen is a whole other challenge. And do you know what’s the biggest hurdle in making this dream come true? People are unaware of how they can use resources to…

One of the most important factors related to automated tests is “Maintenance”. A lot of effort is spent on maintaining the tests than writing actual tests.  A recent study suggested about 30% of testers time is spent on maintenance.This leads to wastage of valuable time and effort by the resources, which they could have rather…

Artificial Intelligence (AI) and machine learning (ML) are advancing at a rapid pace. Companies like Apple, Tesla, Google, Amazon, Facebook and others have started investing more into AI to solve different technological problems in the areas of healthcare, autonomous cars, search engines, predictive modeling and much more. Applying AI is real. It’s coming fast. It’s…

One of the best practices of writing automated tests is creating reusable components that can be used in different parts of our test suite. Why is this important? Creating reusable components is important because it Helps to increase the readability of the automated tests Saves effort by not repeating the same set of steps in…

Authoring and Execution of tests is an important aspect of test automation. Tests should be simple to write, understand and execute across projects. The automation framework or tool chosen should give the flexibility to record and playback tests as well as, write custom code to extend the functionalities of the automation framework. This is where…