You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This restAssured_framework is a flexible automation framework that combines the power of data-driven and keyword-driven testing. It validates data and generates reports, making it easy to create and run automated tests that are both reliable and efficient. Customize your test scenarios with data-tables and keywords for more flexibility.
Framework is data-driven as well as keyword driven. In which, by passing the request parameters to create request for every test case, parameterized variables reads data from sheet on runtime. For validation purpose use test-ng assert class and generate the allure report using testng annotation.
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development. It is a keyword-driven testing framework that uses tabular test data syntax.
objective -Implimention of end-to-end automation testing of a Ecommerce application using seleniumwebdriver+python+framewors .The developed Framework is Keyword and data driven.