ContributionsMost RecentMost LikesSolutionsRe: Jenkins (Failed) + TestExecute (Passed) I will try this out too. With my current setting, it was working without any issue until these past few weeks. Will add some post-build. Hopefully, this will help. Re: Jenkins (Failed) + TestExecute (Passed) yea, my issue started about the same time as well. Everything works great until 3 weeks ago. Jenkins (Failed) + TestExecute (Passed) Hi Everyone, Not sure if anyone ran into this issue before. We have Jenkins set up to run our test script. When Jenkins finished, Jenkins showed as FAILED run but when checking the result. All the executions showing PASSED. Any suggestion if there is a setting within Jenkins that causing this issue by chance? Re: TestExecute : store test variable to Project Suite Thanks Marsha_R I emailed SmartBear to look into the issue. Hopefully they have solution for this. Re: TestExecute : store test variable to Project Suite Hi Marsha_R We haven't update the latest version yet. We are still using 15.0.379 for both TestComplete and TestExecute In Jenkins, the TestExecute has /SilentMode is on as well. Re: TestExecute : store test variable to Project Suite ebarbera Any other suggestion or solution you might have seen? Re: TestExecute : store test variable to Project Suite Hi ebarbera Thank You for taking some of your time to answer these questions. TestComplete is running on my local laptop, but TestExecute is running through Jenkins jobs that have their own dedicated VDI. The code and script are exactly the same, just running on different machines. My coworker and I tried two different Laptops within TestComplete. That's working just fine. Not sure why TestExecute is giving us some hard time storing test data once it's generated from the script. Thanks, Ap Re: TestExecute : store test variable to Project Suite ebarbera Currently set at Persistent Variables. Is it supposed to be Temporary Variables? Didn't think of that. Thanks Re: TestExecute : store test variable to Project Suite Hi ebarbera, I am not getting any errors, but when the script ran within TestExecute. The test data does not save and store into Project Suite Variable like it should like how it is with TestComplete. Currently, with the same script that was run within TestExecute. It was successfully run, but new data does not store onto Project Variable Hope this helps. TestExecute : store test variable to Project Suite Can TestExecute be able to store new Test Variable onto Project Suite like how TestComplete did? Currently, we have multiple Projects that export data into Project Suite and store those data so that other Projects can reuse the same data. Our TestComplete works nicely with this feature, but somehow TestExecute cannot save/store new data onto TestExecute Project Suite for other projects to reuse them. Any suggestion? Example function logData () { Project.Variable.newData = (data); ProjectSuite.Variable.newData = (data); } This works really well within TestComplete but not TestExecute.