SandyapitesterFrequent ContributorJoined 9 years ago108 Posts1 LikeLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionssoapui maven surefire html report generation issue Hi All, I am trying the integrate soapui build in maven, in my pom, I have used the comment below <project> <modelVersion>4.0.0</modelVersion> <groupId>com.mavensoap</groupId> <artifactId>sopauitest</artifactId> <version>1</version> <pluginRepositories> <pluginRepository> <id>smartbear-sweden-plugin-repository</id> <url>http://www.soapui.org/repository/maven2/</url> </pluginRepository> </pluginRepositories> <build> <plugins> <plugin> <groupId>com.smartbear.soapui</groupId> <artifactId>soapui-maven-plugin</artifactId> <version>5.2.1</version> <dependencies> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> <version>2.4.3</version> </dependency> <dependency> <groupId>com.jgoodies</groupId> <artifactId>forms</artifactId> <version>1.0.7</version> </dependency> <dependency> <groupId>com.smartbear.soapui</groupId> <artifactId>soapui</artifactId> <version>5.2.1</version> <exclusions> <exclusion> <groupId>javafx</groupId> <artifactId>jfxrt</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <configuration> <projectFile>xyz.xml</projectFile> <testSuite>ABC</testSuite> <testCase>ABCDTestSuite</testCase> <printReport>true</printReport> <exportAll>true</exportAll> <outputFolder>${basedir}/target/reports</outputFolder> <junitReport>true</junitReport> </configuration> <executions> <execution> <phase>test</phase> <goals> <goal>test</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.20.1</version> <configuration> <outputDirectory>${basedir}/target/reports</outputDirectory> <testFailureIgonre>true</testFailureIgonre> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.3</version> <configuration> <outputDirectory>${basedir}/target/reports</outputDirectory> </configuration> </plugin> </plugins> </reporting> </project> problem is : In my report folder am getting xml report, but not getting surefire html report. anyone help me to resolve this issue Soapui Automation interview question list Hi All, Could you share the soapui API automation interview question? It would be more helpful for me I need full of technical interview questions and groovy scripting question too Re: SOAPUI PRO how to generate UI automation script using recording option Hi Nastya, thanks for your reply, In my API automation suite need to run UI automation suite because in my API automation build 1. need to connect client auth in UI page. if the UI page is connected 2.Need to execute API automation build Is it possible in API automation suite? SOAPUI PRO how to generate UI automation script using recording option HI ALL, Need to record my UI page in my Rest API build? Is it possible? Please share your thoughts It's possible to execute Soapui build in VSTS Hi, I have an soapui automation build in my location machine(xyz.xml) now need to execute the same build in Azure environment using VSTS. how to integrate the config setup, please share your input. SOAPUIPRO am not getting generic project option - SOAPUI UI Testing Hi All, am trying to add UI teststep in soapui tool for my reference video am seeing generic project option and extended soapui with new components integrated with selenium. Refer URL:https://www.youtube.com/watch?v=9eqSuma6pfQ Need to login the page and click submit button and validate the response Please guide me if u have any input regarding that. Re: soapui/ Soapui pro - Need to execute the teststep based on API response code Hi, All test cases are depended based on the teststep status code need to run another test cases if any test cases are failed there is no point to add the another testcases. that's the reason am looking for this solution. Re: soapui/ Soapui pro - Need to execute the teststep based on API response code Hi San, If u share the script it would be more helpful for me soapui/ Soapui pro - Need to execute the teststep based on API response code Hi All, Need to execute the API test cases based on API response code. Ex: while executing the teststep need to validate the response code, based on the api response code need to execute the another testcases It's possible to execute? if yes share your valuable input Re: Soapui Pro - O AUTH token expired issue in jenkins build trigger Hi It's possible to refresh the O auth token every single step? or It's possible to validate the O auth token invalid error message all my test step. if invalid it's possible to create a new token automatically.