View Analyzer Plugin icon---> CAPTURE THE VEW. ACCELQ Jira plugin ( ACCELQ Connect ) CI Test Execution: Jenkins ACCELQ supports the execution of Automation scripts in the CI pipeline on Jenkins using the available Jenkins plugin. Download and install the plugin Jenkins Plugin Navigate to the listing of available plugin versions: https://updates.jenkins.io/download/plugins/accelq-ci-connect/ Click on the latest available ACCELQ plugin release and download. Click on Manage Jenkins -> Manage Plugins -> Advanced -> Upload Plugin Upload the plugin and restart Jenkins. Setting up ACCELQ Automation step Create a new project or select an existing one. Click on Configure -> Post Build Action -> Add Post Build Action -> ACCELQ CONNECT Fill in the form fields with relevant information. Click on the "?" icon beside each field to know more about the expected input and format. Test your connection before ...
FrameWork - High Level Design Pattern +Hybrid DD - RestAssured API RestClients.java - > Custom utility ,We have generic Methods Rest Specifications and CRUD methods GET().PUT().POST().DELETE(),PATCH() - returnds Response Wrapper method we create top of RestAssured Reusability we have methods Cofig.properties baseUrl,clientId,ClientSecret,APIKEY,Bearer TOKEN,USerName,Password,Token TestLayer - TestNG TestCases: Classes with TestNg layer ->assertions,@BeforeTest,@Test BaseTest.Java with @Before,@After Utility:UTIL JsonPathUtil.java -->methods with getJsonnValue(path)--give the value xmlPathutil.java ObjectMapperUtil.java -->Deserialzation ExelUtil.java CSVUtil.java StringUtils.java--String Manupulation POJO UserPojo.java using lombok productsPojo.java using lombok TestRunners test_sanity.xml test_regression.xml <test> blocks Avoid parrel execution ->api is so fast we dont need parallel run Pom.xml- Maven dependency plugins:compiler suref...
Comments
Post a Comment