Properties Not Transferring sometime when running on parallel run type
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2019
04:24 PM
03-19-2019
04:24 PM
Properties Not Transferring sometime when running on parallel run type
Properties Not Transferring sometime when running on parallel run type
Using Ready API 2.6 Version
I am using Property Transfer Step to store property on Test case level from there i am calling to TestStep
9 REPLIES 9
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2019
10:56 PM
03-19-2019
10:56 PM
I think, you should add Delay testStep of 3000 ms at least, somewhere in between Property Transfer testStep.
This should solve your problem.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2019
06:56 AM
03-20-2019
06:56 AM
still same - property not transfering
where as if i run sequential order working fine
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2019
01:37 AM
03-22-2019
01:37 AM
Community, more suggestions?
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2019
04:06 AM
03-22-2019
04:06 AM
Have you checked the documentation?
https://www.soapui.org/docs/functional-testing/teststep-reference/run-testcase.html
May be try using thread-safe option and see.
Regards,
Rao.
https://www.soapui.org/docs/functional-testing/teststep-reference/run-testcase.html
May be try using thread-safe option and see.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2019
04:23 AM
03-22-2019
04:23 AM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2019
06:04 PM
03-22-2019
06:04 PM
You got options left.
Check with support and get it addressed at the earliest.
Not use parallel. Instead run multiple testrunners (command line execution) to get the execution faster.
Regards,
Rao.
Check with support and get it addressed at the earliest.
Not use parallel. Instead run multiple testrunners (command line execution) to get the execution faster.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2019
03:59 AM
03-25-2019
03:59 AM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2019
04:11 AM
03-25-2019
04:11 AM
Basically run the project sequentially by the diving into multiple projects.
Hope you know how to run the project using testrunner on commandline.
Regards,
Rao.
Hope you know how to run the project using testrunner on commandline.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2019
05:59 AM
03-26-2019
05:59 AM
i am using Jenkins to trigger Job by using Testrunner.bat
any sample batch file where i can use for multiple testrunners
