In today’s fast-paced software development landscape, developers and testers not only focus on ensuring that the application performs the intended functionality but also strive to guarantee its reliability under various conditions. This is where non-functional testing comes in. Non-functional testing focuses on assessing aspects of software that are not related to specific functionalities but are equally crucial … Continue reading Non-Functional Testing: The Key to Robust Software Performance
Tag: testing
Introduction to Cypress
‘Cypress can test anything that runs in a browser’ Cypress supports faster End-to End(E2E) testing. Cypress gives devs access to all of the browser environments in which the site/app runs. What is End to End Testing? End to end testing is one of the testings in which the entire flow of the application is tested. … Continue reading Introduction to Cypress
Protip – Capybara-RSpec integration with Continuous Integration.
If you are dealing with UI test case automation wherein you see your test cases running in the launched browser window - example being using 'Capybara' with 'Selenium web-driver' or for that matter any web-driver , then this post can prove to be useful to you . Each time you run such test case suite, … Continue reading Protip – Capybara-RSpec integration with Continuous Integration.
