ashokan_moorthi ✭
About
- Username
- ashokan_moorthi
- Joined
- Visits
- 47
- Last Active
- Roles
- Members
- Points
- 7
- Badges
- 2
- Posts
- 21
Reactions
Comments
-
I dont have enough time to study the tutorial and work on it. Can you please provide me some sample XSL and suggest me on how to map it.
-
I dont know how to use the xsl format. Is there any document available? can you please tell me if you know.
-
I figured out the root cause of the issue and fixed it. Thanks for the help
-
Great. Its got worked. Many Thanks to all
-
Correct. I can do the same in my local machine. But my issue, the parasoft installed in linux server and I have to execute the scripts from Jenkins on linux server. Since I cannot modify the changes on GUI, i have to do my changes via localsettin…
-
yes. Correct. I want to enable "Report traffic for all tests" option and disable "API Coverage" option Screenshots are attached for quick reference
-
Thank you. I got the location and the scripts are running good.
-
Thanks for the response. But i don't see either of these folders "/usr/bin/java", "/usr/lib/jvm/java-8-openjdk-amd64" in linux server. can you please tell me what to do??
-
Thanks a lot.. Do you know how to format of this line( -Zjava_home "C:\Program Files\Java\jdk1.8.0_131") when execute the script from Linux server?
-
Me too faced the same issue (handshake failure) when try to run script from Parasoft tool. Then I have provided this command "-Zjava_home "c:/Program Files/Java/jdk1.8.x_xx" in the shortcut tab. After this script runs successfully. But when I try…
-
That plug in used for post build analysis. But i want to configure the Jenkins job to run the SOATest test scripts on Linux server. May be some shell scripts needed
-
I have tried the below command. soatestcli -data "C:\Parasoft\Workspace" -refresh -resource "Policy\Sanity_Test" -config "user://Example Configuration" -report "Report_Sanity.html" Still the test scripts are skipped
-
Thanks a lot... I will try this approach and let you know..
-
Thanks. Can you please give me some example of how to use "-include %PATTERN%" ? because the SOATest guide is not having much details on this command And also is there any way to check the test scripts available in the sub folders and execute tho…