ContributionsMost RecentMost LikesSolutionsRe: How to create html file in groovy script and how to use dynamic values from response to html codeI need the output in html page..so I need values from response to html code.how to do that please helpRe: How to create html file in groovy script and how to use dynamic values from response to html codeHow to get the values from API response to external file(test step)? Re: How to create html file in groovy script and how to use dynamic values from response to html codeI think u missed some textsHow to create html file in groovy script and how to use dynamic values from response to html code How to create html file in groovy script and how to use dynamic values from response to html code Basic HTML code in groovy will be little helpful for me and dynamically need to change value in html code which I will get from API responses Please respond anything is fine Thanks in advance AlexKaras Marsha_R @richie SolvedCompare multiple values from database against API response Consider I am having one API which asks id as input.that id I can fetch from database and I can iterating the same request with multiple Id from database. It will produce response as per the id mentioned in request.now I am taking some other values from database (age,name) but these values not act as input parameter for API request.can I validate the name and age which is coming for each response with the database (it needs to match with age and name of the current Id input). Can I use outline in response,to check for contains assertion ,how the actual value will get dynamically changed and compared against particular database row values? Can I do this without groovy scripting? tristaanogre AlexKaras SolvedRe: custom authorization in groovy script .need explanation for each in body section?I am just trying to know how custom authorization is going to work in groovyRe: how to compare multiple database values with api response in single shot without groovy scripting?If possible let me know asap richie Thanks in advanceRe: how to compare multiple database values with api response in single shot without groovy scripting? Can u share some groovy to compare API responses against dB? custom authorization in groovy script .need explanation for each in body section? def authProfileName = "Name of your profile"; def project = testRunner.getTestCase().getTestSuite().getProject(); def authProfile = project.getAuthRepository().getEntry(authProfileName); authProfile.setUsername("newUsername"); authProfile.setPassword("newPassword"); authProfile.setDomain("newDomain"); //Set to true for pre-emptive authentication //Set to false for using global preference authProfile.setPreemptive(true); def step = testRunner.testCase.getTestStepByName("Name of your request").getHttpRequest(); step.setSelectedAuthProfile(authProfileName); nmrao rupert_anderson top contributors please help Re: how to run sample rest projects present in smart bear website? basically if am importing these projects ,how it will get configured on my machine?