NashTech Insights

Continuous integration

Posts by categories

Posts by tags

Everything you need to know about building an API Testing framework with Rest Assured

Hi Everyone,This blog will use Rest Assured to build a robust API automation testing framework. For this, we’ll implement the Data Driven Testing approach and create testing reports for it. The Objective of Designing a Framework We will need to keep a wide variety of files when automating test cases, including various endpoints, URLs, data-driven …

Everything you need to know about building an API Testing framework with Rest Assured Read More »

Selenium Testing With Test Containers And CI/CD Integration

Selenium is one of the most widely used browser automation tool out there. Using Selenium, any front end application can be tested with automation. This powerful tool however requires few things in your system so it can run your automated test cases. You need to add dependencies and configurations in each system where you want …

Selenium Testing With Test Containers And CI/CD Integration Read More »