continuously getting 'Object cannot be found or 'object has been deleted'
Totally new using TestComplete. Using Keyword tests with simple cases. Running the test individual test cases work one minute and then the next I get 'Object cannot be found' or 'Object has been deleted'. I found the information on setting the wait time to a longer period but that isn't working either. I am using Chrome and configured it according to the quide lines. Any ideas what else can try. Basically the keyword tests will work and then they stop working
"reviewID" needs to be declared before assignment. SmartBear, you probably want to update your documentation. I lost about four hours on this. Corrected example below.
[
{"command" : "SessionService.authenticate",
"args":{"login":"jsmith","ticket":"0123456789abcdef0123456789abcdef"}},
{"command" : "ReviewService.updateAssignments",
"args":{
"reviewId":"10463",
"assignments": [
{"user":"jsmith", "role":"AUTHOR"},
{"user":"mike", "role":"REVIEWER"},
{"poolGuid":"1234567890", "role":"OBSERVER"}
]}
}
]