ApisathS
3 years agoOccasional Contributor
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.