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
In my Restasuured Framework project by using excel sheet i am passing request parameters, then I have written validation code, after that by using file creator method saved the response in a file and in the test class using @test we generated the allure report using Testng annotation.
In My framewrok using excel-sheet i am passing the request parameter(i.e name and job). i have written small methods for these validating the parameter and using testng assert class validated these parameter. after that using file creator method saved the result in a file and generated the allure report using Testng annotations @test .
My framework is Data Driven Framework which is automation testing framework in which input values are read from data files and stored into variables in test scripts. It enables testers to build positive test cases into a single test. Input data in data driven framework can be stored in single or multiple data sources like .xlsx .