Software quality assurance engineers are often under the pressure of cutting down the testing time to ensure on-time product releases. Usually, this means to execute fewer test cycles which may risk the quality of releases, especially in a set up where there are huge impacting features. So making an automated tests faster is the need of […]
Test Automation
Automated security tests with OWASP ZAP
Primarily, if we can integrate Selenium Webdriver tests with ZAP then we can have the automated security tests ready through ZAP APIs. In spite of good documentation around this topic, I have seen a lot of people face issues in integrating tests with ZAP. This blog is showing the practical steps to have this integration in place […]
Web Layout Testing!
With the wide expansion of internet access on myriads of devices, it has become crucial to build mobile-friendly products that can be used by non-desktop users, as well as to improve the ranking in search results. TravelTriangle is India’s leading online travel marketplace bringing both the travelers, and trusted & expert travel agents on a […]
Monitoring UI tests in TravelTriangle!
Every organization deals with flakiness of UI automation tests. UI tests are brittle and least reliable.However other side of coin is they are very crucial and significant, Teams can not live without them. It is said that ideally tests should be written in a way where, test results clearly indicate where the problem is in […]