custom authorization in groovy script .need explanation for each in body section?
defauthProfileName = "Name of your profile"; defproject = testRunner.getTestCase().getTestSuite().getProject(); defauthProfile = 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); defstep = testRunner.testCase.getTestStepByName("Name of your request").getHttpRequest(); step.setSelectedAuthProfile(authProfileName); nmraorupert_anderson top contributors please help849Views0likes2Comments