Blog Layout 2

Handle AJAX Calls Using Selenium

04/09/2020
Posted by
0

What is AJAX?  Ajax is a combination of different web development techniques which run in a user’s browser and exchange data with a webserver to update a webpage or parts of a webpage. As the name AJAX stands for Asynchronous JavaScript and XML, AJAX uses XMLHttpRequest calls to request data from a server and JavaScript…

Read more

Mobile Automation Test Pyramid And Best Practices

03/24/2020
Posted by
in: Mobile
0

When manual testing becomes cumbersome, the need to switch to automating your test cases becomes clear. A more robust and efficient way of testing an application, we can also include screenshots of the application while automating, which can be used for future reference and validation. Evolution of the traditional and the creation of modern businesses across different…

Read more